Replies: 4 comments
-
A big usecase here is probably BOT accounts. Maybe this is a good way to solve #9545 ( would require fen/ from position support ) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the link, it confirms a few ideas I had in mind: the choice between different challenges for example. May be it is also requiring client side and server side validation of the challenge (another thing I had in mind) ornicar wrote
I wonder if it is about having the information in the URL or are having to write the url manually ? In my firsts implementation, I was requesting the information from lila each time the dialog was created. Then I thought that could generate too much traffic while it was fairly easy to put it in the challenge link (which I did)
|
Beta Was this translation helpful? Give feedback.
-
As I see it, there are two parts to it. Challenges that are initiated on Lichess by clicking ⚔️ and challenges that start by clicking the link. I don't think we need the info in the URL, since they are so long anyway, and very few will read them. If we have a much shorter URL like https://lichess.org/@/TBest/play/1 , that's alot easier to put in twitch streams etc.. ( Maybe you want the variant, ie, /blitz/ ). Regardless of how you get there, in both cases we probably want to show the same UI. I mean, in my head a ( very quick) before after UI would be something like this. PS. The other thing to keep in mind is that we have https://lichess.org/account/preferences/privacy#letOtherPlayersChallengeYou , and we probably want all challenge options in the same place? So either move the old one? Or have the new option under the old one? Anyway, I think you are tracking the right way, but since you asked I added my ramblings :P
|
Beta Was this translation helpful? Give feedback.
-
By clicking the link, you mean one the 3 links in the lobby ? (Create a game, play with a friend, play with the computer) You have a point with the length of the url ... technically, it is not an issue (I think it can go up to 2000 chars). However, it does not look nice when you share it. I think your idea is great: offering a redirect on a shorter url would be possible |
Beta Was this translation helpful? Give feedback.
-
At the moment, the choice of the challenge is entirely to the challenger.
I wonder if it would be a good idea to give some power to the challengee.
For example: some streamers use Lichess to play 'educational' games with their audience and they ask for specific challenges.
I have implemented a simple scenario to illustrate that.
Lola likes to play Casual 30 minutes games
https://youtu.be/uZcW47aAjG0?si=ZIAik441otOOGnjf
I don't think it is ready for a Pull Request yet (especially the configuration of the preference which is a simple hack of the challenge)
But you may have some comments and suggestions (I can see a lot of possibilities)
Beta Was this translation helpful? Give feedback.
All reactions