Annotation of loncom/TODO, revision 1.84

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: Y=Guy
                     15: N=Hon-Kie
                     16: I=Issac
                     17: 
                     18: XMLPARSE
                     19:     + support text_TAG functionality (Y/A)
1.9       albertel   20:    !* needs to fixup missing end tags in source (Y/A)
1.4       albertel   21:     + add <options> tag (A)
1.20      www        22:     + counters and output formats for counters (A/Y)   
1.41      albertel   23:     + deregister()
                     24:     + register need to take care of overloading, and deregister needs to unload
1.52      albertel   25:     + answer target - for simple display of correct answer for a problem
1.1       albertel   26: 
1.7       albertel   27: CAPARESPONSE.C
1.9       albertel   28:    !+ pass back the reason (Y)
1.7       albertel   29: 
1.6       albertel   30: RUN.pm
                     31:     & ->share() a var rather than pass a parameter? Maybe set 
                     32:       a global in the safe enviroment using ->root()?
                     33: 
1.78      albertel   34: EDIT INTERFACE
                     35:     + undo (Y)
                     36:     + delete (Y)
                     37:     + insert (Y)
                     38:     + add more tags (Y)
                     39:     & make it easier to add plain textfield stype entries (Y)
                     40:     + have textfield style entries protect against bad data (</parserlib> in 
                     41: 	the parserlib textfiled (Y)
                     42:     + make default setup prettier
                     43: 
1.1       albertel   44: HOMEWORK
1.7       albertel   45:     + need to support /OR (Y)
1.28      albertel   46:    !+ create <stringresponse> <formularesponse>(Y)
1.36      albertel   47:    !+ <rbresponse> <oresponse> need to restore last submitted response (Y)
1.39      albertel   48:     + <rbresponse> <oresponse> hints need to work (Y)
1.83      albertel   49:     * <rb/i/o response> break if name isn't spcified (Y)
1.51      www        50:     & all response types need to be verified about what they do after the 
                     51:       answer date (Y)
1.41      albertel   52:     + view problem as specific student (Y)
1.73      albertel   53:     + <imageresponse> needs to be able to support multiple images and multiple
                     54:         clicks on an image, need a Java applet most likely
1.81      albertel   55:     * <essayresponse> needs to protect input / output
1.34      albertel   56: 
1.42      albertel   57: /ADM/GRADES
1.84    ! albertel   58:     * show list of multiple students if multiple match (Y)
        !            59:     * allow specifying the domain (Y)
1.42      albertel   60:     + handle ambiguous case (Y)
1.81      albertel   61:     + back to homework link (Y)
                     62:     + handle extra fields (Y)
                     63:     + interface needs to be driven more by the type field (Y)
                     64:     + show only a subset of students (Y)
                     65:     + does IE 5.5 like it? (Y)
                     66:     + set all to something (Y)
                     67:     + set grades aren't correctly rendered in student view (Y)
1.42      albertel   68: 
1.34      albertel   69: NUMERICALRESPONSE
                     70:    !* doesn't throw error when #response > #answer (Y)
1.39      albertel   71:    !* bad message when #response < #answer (Y)
1.1       albertel   72: 
1.17      www        73: GOODIES
                     74:     * bookmarks don't work correctly (B)
                     75:     * indexer does not always work (N)
                     76:     + messaging (G)
                     77:     + chatroom, etc
1.51      www        78:     + annotations can be localized and published
1.81      albertel   79:     + PURLs
                     80: 
                     81: /ADM/CREATEUSER
                     82:     * cc setting allows section
                     83:     * do stu sections settings actually work
                     84:     * dc shows machines not just domains
1.17      www        85: 
1.19      www        86: TEX/TTH/TTM
                     87:     * Address bugs in tth/ttm (second half January, A,Y,G)
                     88: 
1.58      harris41   89: BUILD
                     90:     * make sure that ssh is always allowed, even for run-time servers
                     91: 
1.57      harris41   92: SQL DATABASE
                     93:     *!need to improve sql database security (S)
                     94:     * need to allow for parsing logic statements for metadata database (S)
                     95:     * need to call all library servers (S)
                     96:     * need to show status of library server retrieval (S)
                     97:     * need to perform customized metadata search (S)
1.9       albertel   98: 
                     99: GERD STUFF
1.31      www       100:     + lecture online converter does all types (G/Y)
1.11      www       101:     + lond can add UNIX user and change UNIX password (G/S)
1.17      www       102:     & lond produces no history files for nohist_ namespaces
1.31      www       103:     + pageflip up and down work
1.40      www       104:     + feedback, mailing and announcement mechanism finished
1.43      www       105:     + londropadd does XML
1.40      www       106:     +?TAs can open and close assignments
1.62      www       107:     *?menu.html does weird stuff on some browsers sometimes (maybe fixed)
                    108:    !& tests interaction between parmset, problem handler and spreadsheet (G)
1.72      www       109:     + course id-field
1.26      www       110: 
                    111: RAT
1.27      www       112:     + RAT can set resource parameters (G)
1.51      www       113:     *?RAT error line 1413 "insert resource into link" for recon link (G) 
                    114:       (could not reproduce)
1.48      www       115:     + need to be able to evaluate conditions in lonuserstate
1.49      www       116:     + need to be able to set conditions in RAT client (G)
1.70      www       117:     * "finish" resource non-editable
1.76      www       118:     * unescaped colons in resource titles
1.27      www       119: 
                    120: PUBLISHER
1.61      www       121:     * needs to devalidate spreadsheets in problem publishing (G)
1.45      www       122:     +?does HTML to XHTML cleanup job
1.79      www       123:     + co-author role respected
1.9       albertel  124: 
                    125: VERIFICATION OF CONTENT
1.31      www       126:     c have TA's do homework (G)
                    127:     c verify internal page links  (G)
                    128:     c verify applets (G)
                    129:     c do homeworks from home/computer labs (G)
                    130:     c be always at least two weeks ahead in homework
1.82      www       131: 
1.83      albertel  132: 
                    133:  Large Chunks of funtionality that need work:
                    134: 
                    135: - Statistics
                    136: 	- Simple
                    137: 		- resource analysis class/system wide
                    138: 		- resource correlation course wide
                    139: 		- other stats from CAPA
                    140: 	- Complex
                    141: 		- foil level analysis/correlation measures
                    142: 		- derandomized foils analysis
                    143: 		- have/view reason student selected a foil
                    144: 	- resource quality, how good is a resource
                    145: 
                    146: - Messaging
                    147: 	- crtical messages
                    148: 	- email gateways into/out of the system
                    149: 	- handle more types of communication
                    150: 	       - stu <-> stu
                    151: 	       - ins <-> stu
                    152: 	       - ins -> class/section
                    153: 	       - messages seeded with data from spreadsheet
                    154: 	       - chat / whiteboard / bbs
                    155: 	       - "round robin" feedback handling
                    156: 
                    157: - Grading
                    158: 	- simple grading needs cleaning up (see Guy's TODO list)
                    159: 	- survey data extraction ( stat complex could handle most of
                    160: 	  this)
                    161: 	- essay / shortanswer
                    162: 		- instructor / autoget all/none
                    163: 		- team based submission
                    164: 		- peer graded
                    165: 		- peer suggest grade
                    166: 
                    167: - homework engine
                    168: 	- new parm - mode -> homework/exam/survey controls response
                    169: 	  renderings / awards and solved status
                    170: 	- edit interface / clone other problem
                    171: 	- math stuff
                    172: 	- validating <part> and multiple <*response> works as
                    173: 	  advertised
                    174: 	- handling previous answers correctly
                    175: 	- CAPA problems 
                    176: 	- <imageresponse> need Java applet
                    177: 	- <randomlabel> 
                    178: 
                    179: - metadata
                    180: 	- implement new method of handling what a problem stores
                    181: 
                    182: - RAT
                    183: 	- set parms / choose parts
                    184: 	- set conditions
                    185: 	- language for conditions
                    186: 	- browse link
                    187: 	- some kind of non-anti-save
                    188: 
                    189: - Publish
                    190: 	- review step
                    191: 	- coauthor role
                    192: 		- permisions / locking
                    193: 	- retrieve diff
                    194: 	- auto thumbnail / convert images
                    195: 
                    196: - printing
                    197: 	- tex target (CGI / daemon?)
                    198: 
                    199: - Remote Control
                    200: 	- instructor remote (MyDesk?)
                    201: 	- evaluate this quality control feedback
                    202: 	- level up / down
1.45      www       203: 

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