Your network blocks the Lichess assets!

lichess.org
Donate

Adding (Book/Best/Good) Notation icon - Request

@BrilliantAdam said in #20:

That's what I was trying to say, it happens that I'm a JS developer and can't make such feature via userscript because this feature requires database queries not only client page editing (as you need to know the candidate moves after "depth 20" when you conduct a full computer analysis).. any ideas would be greatly appreciated :) Thank you in advance

No need dB query.
1)You only need to cet current eval ( and save last eval)
2) u need the depth
3) for book move you only need to check if eco code changed or not
4) and the 2/3 main moves

All can be done only using js

@BrilliantAdam said in #20: > That's what I was trying to say, it happens that I'm a JS developer and can't make such feature via userscript because this feature requires database queries not only client page editing (as you need to know the candidate moves after "depth 20" when you conduct a full computer analysis).. any ideas would be greatly appreciated :) Thank you in advance No need dB query. 1)You only need to cet current eval ( and save last eval) 2) u need the depth 3) for book move you only need to check if eco code changed or not 4) and the 2/3 main moves All can be done only using js

Maybe lets talk on discord and to it together

Maybe lets talk on discord and to it together

This topic has been archived and can no longer be replied to.