Go back
Go to Next Game Option

Go to Next Game Option

Help

Vote Up
Vote Down

Hi. 2 suggestions.


1. Can you keep a session object/cookie to remember the status of the 'go to next game' checkbox ? Annoying when I'm playing against one person to have to unclick that box.

2. Again a 'go to next game issue'. Perhaps provide an ignore flag for games where you dont want to make a move or want to go to later, or provide a filter so you can select which players you want to play against.

EG: In a tournament I have 2 games against someone (white and black) and we are moving pretty fast. I would like to only see his games when I go to my next game.

cheers

Vote Up
Vote Down

1. Can you keep a session object/cookie to remember the status of the 'go to next game' checkbox ? Annoying when I'm playing against one person to have to unclick that box.
This is already implemented:

Go under "My Settings" -> "My Site Settings", and and uncheck the "Go to next waiting game after move by default" checkbox.

That should do it! 🙂

-Jarno

Vote Up
Vote Down

Originally posted by pcaspian
Hi. 2 suggestions.


1. Can you keep a session object/cookie to remember the status of the 'go to next game' checkbox ? Annoying when I'm playing against one person to have to unclick that box.

2. Again a 'go to next game issue'. Perhaps provide an ignore flag for games where you dont want to make a move or want to go to later, or provide a filte ...[text shortened]... are moving pretty fast. I would like to only see his games when I go to my next game.

cheers
No.2 is there as well - just click on 'skip'😀

Vote Up
Vote Down

Originally posted by colleman
No.2 is there as well - just click on 'skip'😀
That does help, however each time you want to change the setting you have to do 3 steps to do that. A much simpler way (I know as develop web applications) is simply to read the currenty status of the checkbox and keep it. IE: If ticked, then keep ticked, if not ticket, then keep unticked.

cheers

Vote Up
Vote Down

And skip will ignore a game until you go back to it ? Skip will only go to the next game, but when you have 40 games on the go it is faster to go to 'all games' and pick out what game you want, than to click skip 10 times.

1 edit
Vote Up
Vote Down

Originally posted by pcaspian
That does help, however each time you want to change the setting you have to do 3 steps to do that. A much simpler way (I know as develop web applications) is simply to read the currenty status of the checkbox and keep it. IE: If ticked, then keep ticked, if not ticket, then keep unticked.

cheers
This is an excellent idea. As you say, it is a fairly simple fix - but not quite that straightforward as there is a redirection involved too.

I have already made the fix on my dev box, but I will release it tomorrow because I need to bundle up a few other things before I do the obligatory testing. (groan)

-Russ

Vote Up
Vote Down

Originally posted by Russ
This is an excellent idea. As you say, it is a fairly simple fix - but not quite that straightforward as there is a redirection involved too.

I have already made the fix on my dev box, but I will release it tomorrow because I need to bundle up a few other things before I do the obligatory testing. (groan)

-Russ
Looking forward to it !

Keep up the good work..

1 edit
Vote Up
Vote Down

I scrapped the changes I made, and this is what we now have :

The option on the 'site settings' page to change the auto next game is now obsolete - toggling on/off next game waiting on the board view is now permanent.

Whilst fixing this I decided to tidy up a few other things that people have complained about too. (Mainly raising the profile of options people have asked for, even though they already exist - and providing a bit of 'inline' help.)

-Russ



1 edit
Vote Up
Vote Down

Originally posted by Russ
I scrapped the changes I made, and this is what we now have :
...
Hi Russ,

The feature isn't working as I would expect it.

This is what I see:
- On the playchess.php I click on 'Disable auto next game waiting' and disable the checkbox 'View next game after move'
- Then I make my move.
- I am still taken to the next game, now!?
- If I make my move for that second game I remain at that one.
-> I think the feature kicks in too late. I would expect that I remain already at my first game!

I think this should be fixed or am I missing something?

Gotti

Vote Up
Vote Down

Sounds like a fix is required.

-Russ

Vote Up
Vote Down

Originally posted by gotti2000
Hi Russ,

The feature isn't working as I would expect it.

This is what I see:
- On the playchess.php I click on 'Disable auto next game waiting' and disable the checkbox 'View next game after move'
- Then I make my move.
- I am still taken to the next game, now!?
- If I make my move for that second game I remain at that one.
-> I think the f ...[text shortened]... in already at my first game!

I think this should be fixed or am I missing something?

Gotti
I can confirm this!!
th