Parent Directory
|
Revision Log
pretty much implemented the whole thing. yeah. -sam
1 ################################################################################ 2 # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester 3 # $Id: TODO,v 1.2 2002-08-16 20:43:37 sh002i Exp $ 4 ################################################################################ 5 6 Son of WeBWorK - TODO list 7 8 1. write template file from what we drew on the board 9 2. normalize files: 10 - (c) header on all files 11 - standard order of preamble lines: 12 1. (c) header 13 14 2. package PACKAGENAME; 15 16 3. short summary of the package (pod's NAME section) 17 18 4. use - pragmatic modules 19 5. use - standard perl modules 20 6. use - CPAN modules 21 7. use - webwork modules 22 - ALWAYS use strict and use warnings 23 - use "use base" rather than "our @ISA" 24 - no warnings or errors! 25 - (later on) POD documentation for all files 26 3. fix templating code in ContentGenerator, add new escape functions 27 4. implement the new template 28 5. implement ProblemSets and ProblemSet 29 6. Implement Options (email address and password) 30 ?. continuing code cleanup
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |