Annotation of loncom/TODO, revision 1.58

1.51      www         1: TODO list
                      2: 
1.1       albertel    3: + add functionality
1.16      www         4: & change functionality
1.1       albertel    5: * bug
1.51      www         6: ! Priority
                      7: ? Questionable/unverified
1.31      www         8: c Continual
1.1       albertel    9: 
                     10: G=Gerd
                     11: A=Alex
                     12: S=Scott
                     13: B=Ben
                     14: H=Harsha
                     15: Y=Guy
                     16: N=Hon-Kie
                     17: I=Issac
                     18: 
                     19: XMLPARSE
                     20:     + support text_TAG functionality (Y/A)
1.9       albertel   21:    !* needs to fixup missing end tags in source (Y/A)
1.4       albertel   22:     + style file recursion (Y/A)
                     23:     + add <options> tag (A)
1.20      www        24:     + counters and output formats for counters (A/Y)   
1.41      albertel   25:     + deregister()
                     26:     + register need to take care of overloading, and deregister needs to unload
1.52      albertel   27:     + answer target - for simple display of correct answer for a problem
1.56      www        28:     + can find textual anchors and mark them up
1.1       albertel   29: 
1.7       albertel   30: CAPARESPONSE.C
1.9       albertel   31:    !+ pass back the reason (Y)
1.7       albertel   32: 
1.6       albertel   33: RUN.pm
                     34:     & ->share() a var rather than pass a parameter? Maybe set 
                     35:       a global in the safe enviroment using ->root()?
                     36: 
1.1       albertel   37: HOMEWORK
1.7       albertel   38:     + need to support /OR (Y)
1.28      albertel   39:    !+ create <stringresponse> <formularesponse>(Y)
1.34      albertel   40:    !+ <hintpart> ?done? (Y)
                     41:    !+ <optionresponse> (Y)
1.36      albertel   42:    !+ <rbresponse> <oresponse> need to restore last submitted response (Y)
1.39      albertel   43:     + <rbresponse> <oresponse> hints need to work (Y)
1.38      albertel   44:     & <rbresponse> <oresponse> are ugly (Y)
1.51      www        45:     & all response types need to be verified about what they do after the 
                     46:       answer date (Y)
1.41      albertel   47:     + view problem as specific student (Y)
1.34      albertel   48: 
1.42      albertel   49: /ADM/GRADES
                     50:     + modify status of a problem (Y)
                     51:     + search for students (Y)
                     52:     & find domain of student (Y)
                     53:     + handle ambiguous case (Y)
                     54: 
1.34      albertel   55: NUMERICALRESPONSE
                     56:    !* doesn't throw error when #response > #answer (Y)
1.39      albertel   57:    !* bad message when #response < #answer (Y)
1.1       albertel   58: 
1.17      www        59: GOODIES
                     60:     * bookmarks don't work correctly (B)
                     61:     * indexer does not always work (N)
                     62:     + messaging (G)
                     63:     + chatroom, etc
1.51      www        64:     + annotations can be localized and published
1.17      www        65: 
1.19      www        66: TEX/TTH/TTM
                     67:     * Address bugs in tth/ttm (second half January, A,Y,G)
                     68: 
1.58    ! harris41   69: BUILD
        !            70:     * make sure that ssh is always allowed, even for run-time servers
        !            71: 
1.57      harris41   72: SQL DATABASE
                     73:     *!need to improve sql database security (S)
                     74:     * need to allow for parsing logic statements for metadata database (S)
                     75:     * need to call all library servers (S)
                     76:     * need to show status of library server retrieval (S)
                     77:     * need to perform customized metadata search (S)
1.9       albertel   78: 
                     79: GERD STUFF
1.31      www        80:     + lecture online converter does all types (G/Y)
1.11      www        81:     + lond can add UNIX user and change UNIX password (G/S)
1.17      www        82:     & lond produces no history files for nohist_ namespaces
1.51      www        83:     & more intelligent standard spreadsheets
1.31      www        84:     + pageflip up and down work
1.40      www        85:     + feedback, mailing and announcement mechanism finished
1.43      www        86:     + londropadd does XML
1.54      www        87:     + loncreateuser can do system roles
1.46      www        88:     *?'delete' did not work in parmset (once)
1.40      www        89:     +?TAs can open and close assignments
1.49      www        90:     & parmset needs to be configurable to produce smaller tables (G)
1.55      www        91:     * parmset gets metafiles via replication if not locally present (G)
1.56      www        92:     + parmset needs to devalidate spreadsheets (G)
1.26      www        93: 
                     94: RAT
1.27      www        95:     + RAT can set resource parameters (G)
1.51      www        96:     *?RAT error line 1413 "insert resource into link" for recon link (G) 
                     97:       (could not reproduce)
1.48      www        98:     + need to be able to evaluate conditions in lonuserstate
1.49      www        99:     + need to be able to set conditions in RAT client (G)
1.27      www       100: 
                    101: PUBLISHER
                    102:     + publishes material other than HTML, XML and problems (G)
                    103:     * handles "publish directory" more gracefully (G)
1.45      www       104:     + retrieve old versions button (G)
                    105:     +?does HTML to XHTML cleanup job
1.9       albertel  106: 
                    107: VERIFICATION OF CONTENT
1.31      www       108:     c have TA's do homework (G)
                    109:     c verify internal page links  (G)
                    110:     c verify applets (G)
                    111:     c do homeworks from home/computer labs (G)
                    112:     c be always at least two weeks ahead in homework
1.45      www       113: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>