[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/auth/provider/godb.php on line 137: Undefined array key "PHPSESSID"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
goproblems.com • More functions for the list of favorite problems
Page 1 of 1

More functions for the list of favorite problems

Posted: Thu May 24, 2012 1:50 pm
by Weichi
To me, an import function of this website is the list of favorite problems. I use it to practice problems that I have difficulty with, and it does help a lot. However, I wish it could have more functions, such as showing various statistics of each problem (average/max/min time used to solve it, correct/total trials, date of last trial, etc.), showing snapshot of the problem when the mouse cursor is over its link so that the player quickly knows what the problem is like, randomizing/sorting the problems based on various statistics (or problem type), etc.

Some of these functions require additional server storage space (average/max/min time, date of last trial). Others may need lots of programming. However, I believe that these functions will greatly enhance this web's role as a place for dedicated users to practice, instead of a place for random users to solve problems on the fly (which is fine, but I guess most web masters prefer dedicated users).

Re: More functions for the list of favorite problems

Posted: Thu May 24, 2012 5:17 pm
by adum
those are good suggestions. i woudl like to have multiple favorite lists too...

Re: More functions for the list of favorite problems

Posted: Fri May 25, 2012 11:12 am
by Weichi
To have multiple favorite lists, maybe we can simply have a "tag" field for favorite problems and allow users to sort the list on the tags.