| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK mod_perl (c) 2000-2002 WeBWorK Project |
2 | # WeBWorK mod_perl (c) 2000-2002 WeBWorK Project |
| 3 | # $Id: TODO,v 1.6 2002-08-22 21:13:53 sh002i Exp $ |
3 | # $Id: TODO,v 1.7 2002-08-22 23:32:08 sh002i Exp $ |
| 4 | ################################################################################ |
4 | ################################################################################ |
| 5 | |
5 | |
| 6 | Son of WeBWorK - TODO list |
6 | Son of WeBWorK - TODO list |
| 7 | |
7 | |
| 8 | OK write template file from what we drew on the board |
8 | OK write template file from what we drew on the board |
| … | |
… | |
| 71 | - PRO: all file access and external calls happen |
71 | - PRO: all file access and external calls happen |
| 72 | outside of the safe compartment. |
72 | outside of the safe compartment. |
| 73 | - PRO: latex2png gets to decide where to put files |
73 | - PRO: latex2png gets to decide where to put files |
| 74 | - CON: stuff sits in RAM |
74 | - CON: stuff sits in RAM |
| 75 | - CON: uses a package array to queue equations :p |
75 | - CON: uses a package array to queue equations :p |
| 76 | |
76 | |
| 77 | display of screen set header in ProblemSet.pm (easy) |
77 | display of screen set header in ProblemSet.pm (easy) |
| 78 | display of screen problem header in Problem.pm (wait, why do i want this?) |
78 | display of screen problem header in Problem.pm (wait, why do i want this?) |
|
|
79 | make "enter" on the problem form trigger "submit answer", not "redisplay" |
|
|
80 | remove "set" and "prob" from URL generation, remove s/^(set|prob)//; |
|
|
81 | add template escape for error status |
| 79 | handling of PG warnings (?!?!?!?!) |
82 | handling of PG warnings (?!?!?!?!) |
| 80 | Options |
83 | Options |
| 81 | - email address and password |
84 | - email address and password |
| 82 | - or link to old system |
85 | - or link to old system |
| 83 | Feedback (or link to old system) |
86 | Feedback (or link to old system) |
|
|
87 | - need nice modular way of sending email |
| 84 | Pretty die messages |
88 | Pretty die messages |