File:  [LON-CAPA] / loncom / TODO
Revision 1.85: download - view: text, annotated - select for diffs
Thu May 10 21:15:26 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
CVS tags: HEAD
Spam.

    1: TODO list
    2: 
    3: + add functionality
    4: & change functionality
    5: * bug
    6: ! Priority
    7: ? Questionable/unverified
    8: c Continual
    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)
   20:    !* needs to fixup missing end tags in source (Y/A)
   21:     + add <options> tag (A)
   22:     + counters and output formats for counters (A/Y)   
   23:     + deregister()
   24:     + register need to take care of overloading, and deregister needs to unload
   25:     + answer target - for simple display of correct answer for a problem
   26: 
   27: CAPARESPONSE.C
   28:    !+ pass back the reason (Y)
   29: 
   30: RUN.pm
   31:     & ->share() a var rather than pass a parameter? Maybe set 
   32:       a global in the safe enviroment using ->root()?
   33: 
   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: 
   44: HOMEWORK
   45:     + need to support /OR (Y)
   46:    !+ create <stringresponse> <formularesponse>(Y)
   47:    !+ <rbresponse> <oresponse> need to restore last submitted response (Y)
   48:     + <rbresponse> <oresponse> hints need to work (Y)
   49:     * <rb/i/o response> break if name isn't spcified (Y)
   50:     & all response types need to be verified about what they do after the 
   51:       answer date (Y)
   52:     + view problem as specific student (Y)
   53:     + <imageresponse> needs to be able to support multiple images and multiple
   54:         clicks on an image, need a Java applet most likely
   55:     * <essayresponse> needs to protect input / output
   56: 
   57: /ADM/GRADES
   58:     * show list of multiple students if multiple match (Y)
   59:     * allow specifying the domain (Y)
   60:     + handle ambiguous case (Y)
   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)
   68: 
   69: NUMERICALRESPONSE
   70:    !* doesn't throw error when #response > #answer (Y)
   71:    !* bad message when #response < #answer (Y)
   72: 
   73: GOODIES
   74:     * bookmarks don't work correctly (B)
   75:     * indexer does not always work (N)
   76:     + messaging (G)
   77:     + chatroom, etc
   78:     + annotations can be localized and published
   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
   85: 
   86: TEX/TTH/TTM
   87:     * Address bugs in tth/ttm (second half January, A,Y,G)
   88: 
   89: BUILD
   90:     * make sure that ssh is always allowed, even for run-time servers
   91: 
   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)
   98: 
   99: GERD STUFF
  100:     + lecture online converter does all types (G/Y)
  101:     + lond can add UNIX user and change UNIX password (G/S)
  102:     & lond produces no history files for nohist_ namespaces
  103:     + pageflip up and down work
  104:     + feedback, mailing and announcement mechanism finished
  105:     + londropadd does XML
  106:     +?TAs can open and close assignments
  107:     *?menu.html does weird stuff on some browsers sometimes (maybe fixed)
  108:    !& tests interaction between parmset, problem handler and spreadsheet (G)
  109:     + course id-field
  110: 
  111: RAT
  112:     + RAT can set resource parameters (G)
  113:     *?RAT error line 1413 "insert resource into link" for recon link (G) 
  114:       (could not reproduce)
  115:     + need to be able to evaluate conditions in lonuserstate
  116:     + need to be able to set conditions in RAT client (G)
  117:     * "finish" resource non-editable
  118:     * unescaped colons in resource titles
  119: 
  120: PUBLISHER
  121:     * needs to devalidate spreadsheets in problem publishing (G)
  122:     +?does HTML to XHTML cleanup job
  123: 
  124: 
  125: 
  126:  Large Chunks of funtionality that need work:
  127: 
  128: - Statistics
  129: 	- Simple
  130: 		- resource analysis class/system wide
  131: 		- resource correlation course wide
  132: 		- other stats from CAPA
  133: 	- Complex
  134: 		- foil level analysis/correlation measures
  135: 		- derandomized foils analysis
  136: 		- have/view reason student selected a foil
  137: 	- resource quality, how good is a resource
  138: 
  139: - Messaging
  140: 	- crtical messages
  141: 	- email gateways into/out of the system
  142: 	- handle more types of communication
  143: 	       - stu <-> stu
  144: 	       - ins <-> stu
  145: 	       - ins -> class/section
  146: 	       - messages seeded with data from spreadsheet
  147: 	       - chat / whiteboard / bbs
  148: 	       - "round robin" feedback handling
  149: 
  150: - Grading
  151: 	- simple grading needs cleaning up (see Guy's TODO list)
  152: 	- survey data extraction ( stat complex could handle most of
  153: 	  this)
  154: 	- essay / shortanswer
  155: 		- instructor / autoget all/none
  156: 		- team based submission
  157: 		- peer graded
  158: 		- peer suggest grade
  159: 
  160: - homework engine
  161: 	- new parm - mode -> homework/exam/survey controls response
  162: 	  renderings / awards and solved status
  163: 	- edit interface / clone other problem
  164: 	- math stuff
  165: 	- validating <part> and multiple <*response> works as
  166: 	  advertised
  167: 	- handling previous answers correctly
  168: 	- CAPA problems 
  169: 	- <imageresponse> need Java applet
  170: 	- <randomlabel> 
  171: 
  172: - metadata
  173: 	- implement new method of handling what a problem stores
  174: 
  175: - RAT
  176: 	- set parms / choose parts
  177: 	- set conditions
  178: 	- language for conditions
  179: 	- browse link
  180: 	- some kind of non-anti-save
  181: 
  182: - Publish
  183: 	- review step
  184: 	- coauthor role
  185: 		- permisions / locking
  186: 	- retrieve diff
  187: 	- auto thumbnail / convert images
  188: 
  189: - printing
  190: 	- tex target (CGI / daemon?)
  191: 
  192: - Remote Control
  193: 	- instructor remote (MyDesk?)
  194: 	- evaluate this quality control feedback
  195: 	- level up / down
  196: 

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