Parent Directory
|
Revision Log
added information about PG/TeX snippet naming update TODO -sam
1 ################################################################################ 2 # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester 3 # $Id: TODO,v 1.3 2002-08-20 01:04:57 sh002i Exp $ 4 ################################################################################ 5 6 Son of WeBWorK - TODO list 7 8 OK write template file from what we drew on the board 9 OK 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 OK fix templating code in ContentGenerator, add new escape functions 27 OK implement the new template 28 OK implement ProblemSets and ProblemSet 29 implement Hardcopy 30 implement display of set headers (a.k.a. screenHeaderFile or whatever) 31 Implement Options (email address and password) 32 continuing code cleanup
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |