File:  [LON-CAPA] / loncom / TODO
Revision 1.119: download - view: text, annotated - select for diffs
Wed Aug 22 21:05:11 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- added stuff

    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:     * <m> tag needs to do variable evaluation before tth-ing the string, also 
   27:  	add eval="nothing" to turn this off.
   28: 
   29: CAPARESPONSE.C
   30:    !+ pass back the reason (Y)
   31: 
   32: RUN.pm
   33:     & ->share() a var rather than pass a parameter? Maybe set 
   34:       a global in the safe enviroment using ->root()?
   35: 
   36: EDIT INTERFACE
   37:     * insert (getting there) (Y)
   38:     + have inserts at bottom of page (Y)
   39:     c add more tags (Y)
   40:     + have textfield style entries protect against bad data (</parserlib> in 
   41: 	the parserlib textfiled (Y)
   42:     + make default setup prettier
   43:     + more templates for different homework types
   44: 
   45: HOMEWORK
   46:     + need to support /OR (Y)
   47:    !+ create <formularesponse>(Y)
   48:    !+ <rbresponse> <oresponse> need to restore last submitted response (Y)
   49:     + <rbresponse> <oresponse> hints need to work (Y)
   50:     * <rbresponse> breaks when no true foils are possible
   51:     + view problem as specific student (Y)
   52:     + <imageresponse> needs to be able to support multiple images and multiple
   53:         clicks on an image, need a Java applet most likely
   54:     * <essayresponse> needs to protect input / output
   55:     + show rendering of problem for another user in "view submissions" (please)
   56:     * if there are <*response> in a <problem> and there are also 
   57: 	<part>s defined the handling of the <*response> outside of the 
   58: 	<part> will be done poorly.
   59:     * sigfigs are poorly supported (metadata needs to be better)
   60:     * multiple response in a multipart question are screwing up
   61:     * input areas need to hide after correct
   62:     * <randomlist> needs to be stable
   63:     * previous answers need to be ignored
   64:     * id in parameter_... (see tol on mmp resources, s10)
   65:     + be able to view homework as another user, see variables
   66:       (possibly coupled with /adm/grades, prev. submission)
   67:     &?intelligently react if answerdate incorrectly set before 
   68:       duedate (Felicia pointed out)
   69: 
   70: /ADM/GRADES
   71:     * show list of multiple students if multiple match (Y)
   72:     + handle ambiguous case (Y)
   73:     + back to homework link (Y)
   74:     + handle extra fields (Y)
   75:     + interface needs to be driven more by the type field (Y)
   76:     + show only a subset of students (Y)
   77:     + set all to something (Y)
   78:     + set grades aren't correctly rendered in student view (Y)
   79:     + have $r->flush so that user sees it is working
   80: 
   81: NUMERICALRESPONSE
   82:    !* doesn't throw error when #response > #answer (Y)
   83:    !* bad message when #response < #answer (Y)
   84: 
   85: RANDOMLABEL
   86:     * Applet runs cross-platform, goes into library location /res/adm/pages
   87:     + template
   88: 
   89: GOODIES
   90:     * bookmarks don't work correctly (B)
   91:     & indexer needs to show location - bring back flip-open/close (N)
   92:     + chatroom, etc
   93:     + annotations can be localized and published
   94:     + PURLs
   95:     + chart allows sorting/filtering by section
   96: 
   97: TEX/TTH/TTM
   98:     * Address bugs in tth/ttm (A,Y,G)
   99: 
  100: BUILD
  101:     * make sure that ssh is always allowed, even for run-time servers (S)
  102:     + intelligently handle updating of configuration files (S)
  103:     c test code (S)
  104:     + allow for debian and redhat 7.1 installation (S)
  105:     + match lpml_parse.pl output to be similar to parse.pl (S)
  106: 
  107: SCOTT STUFF
  108:     c code lines less than 80 characters (somewhat done, but now put
  109:       on back-burner till 2002) (S)
  110:     c xhtmlize output from perl modules (S)
  111:     c work on javascript library and modularizing code (S)
  112:     + cause groupsort handler to work with group search import (S)
  113: 
  114: SQL DATABASE
  115:     * need to show status of library server retrieval (S)
  116:     & change number of lonsql daemon processes
  117:     & metadata partly hidden from non-advanced users 
  118:       (use $ENV{'user.adv'}, see lonmeta for example) (S)
  119: 
  120: GERD STUFF
  121:     + lond can add UNIX user and change UNIX password (G/S)
  122:     + londropadd does XML
  123:     +?TAs can open and close assignments
  124:     +?Students can force-open assignments with instructor notification
  125:    !c tests interaction between parmset, problem handler and spreadsheet (G)
  126:     + replication hinting/prediction 
  127:     + replication, search local access servers if library is uncontactable
  128:     + intelligent update of hosts.tab (don't forget firewalls)
  129:     * weird error "illegal URL method reload .gif" in menu.html
  130:     * Looks like no window status in IE 5.5 on Mac, Remote logs out
  131:     + change passwords (domain coordinator/users)
  132:     & stabilize lond (maybe not prefork)
  133:     * straighten out co-author, author, coordinator junk 
  134:     + lonstatistics stores info with metadata of problem
  135:     + implement initial questionaire
  136:     + do "evaluate this"
  137:     + summary on top of spreadsheet
  138:     + adjusts output in spreadsheet to type
  139:     + sort courses with same role in lonroles, color scheme
  140:     + fix codebase on .page
  141: 
  142: RAT
  143:     *?RAT error line 1413 "insert resource into link" for recon link (G) 
  144:       (could not reproduce)
  145:     + need to be able to evaluate conditions in lonuserstate
  146:     + need to be able to set conditions in RAT client (G)
  147:     + simple RAT server-side interface
  148:     + mass import of files, sorting (S)
  149:     + "Browse" works (S/N)
  150:     * undefined "guff" - maps full of objects value="undefined"
  151:     * bombs if inf-window closed by hand (needs browser restart) 
  152:     * errors, lines 1118, 1119, 2153, 2310 after cutting link in table mode
  153:     + "insert resource in link" shows that it is busy working on it
  154: 
  155: PUBLISHER
  156:     * needs to devalidate spreadsheets in problem publishing (G)
  157:     * need to clear metacache of old versions of metadata when publishing
  158:     +?does HTML to XHTML cleanup job
  159:     + deals with Micros*** files
  160:     + public resources - /pub/domain space
  161:     *?entering construction space or a directory throws up a 
  162:       spurious error message (G)
  163:     *?Diffs of construct versus publication space as a co-author don't work
  164:     c TEST: deal with absolute links
  165:     c TEST: deal with <allow>
  166: 
  167: 
  168: Large Chunks of funtionality that need work:
  169: ============================================
  170: 
  171: - Statistics
  172: 	- Simple
  173: 		- resource analysis class/system wide
  174: 		- resource correlation course wide
  175: 		- other stats from CAPA
  176: 	- Complex
  177: 		- foil level analysis/correlation measures
  178: 		- derandomized foils analysis
  179: 		- have/view reason student selected a foil
  180: 	- resource quality, how good is a resource
  181: 
  182: - Messaging
  183: 	- email gateways into/out of the system
  184: 	- handle more types of communication
  185: 	       - messages seeded with data from spreadsheet
  186: 	       - chat / whiteboard
  187: 	       - "round robin" feedback handling
  188: 
  189: - Grading
  190: 	- simple grading needs cleaning up (see Guy's TODO list)
  191: 	- survey data extraction ( stat complex could handle most of
  192: 	  this)
  193: 	- essay / shortanswer
  194: 		- instructor / autoget all/none
  195: 		- team based submission
  196: 		- peer graded
  197: 		- peer suggest grade
  198: 
  199: - homework engine
  200: 	- new parm - mode -> homework/exam/survey controls response
  201: 	  renderings / awards and solved status
  202: 	- edit interface / clone other problem
  203: 	- math stuff
  204: 	- validating <part> and multiple <*response> works as
  205: 	  advertised
  206: 	- CAPA problems 
  207: 	- <imageresponse> need Java applet
  208: 	- <randomlabel> 
  209: 
  210: 
  211: - RAT
  212: 	- choose parts
  213: 	- set conditions
  214: 	- language for conditions
  215: 	- browse link
  216: 	- some kind of non-anti-save
  217: 
  218: - Publish
  219: 	- review step
  220: 	- co-author locking
  221: 	- auto thumbnail / convert images
  222: 
  223: - printing
  224: 	- tex target (CGI / daemon?)
  225: 

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