Diff for /loncom/TODO between versions 1.171 and 1.189

version 1.171, 2002/01/11 15:50:42 version 1.189, 2005/10/11 19:51:05
Line 1 Line 1
 TODO list  This file is being phased out.  Remove your bugs as you move them to 
   bugs.loncapa.org
   
   TODO list
    
 + add functionality  + add functionality
 & change functionality  & change functionality
 * bug  * bug
Line 18  M=Matthew Line 21  M=Matthew
 ?=not yet assigned  ?=not yet assigned
   
 XMLPARSE  XMLPARSE
     + support text_TAG functionality (Y/A)  
    !* needs to fixup missing end tags in source (Y/A)  
     + add <options> tag (A)      + add <options> tag (A)
     + counters and output formats for counters (A/Y)         + counters and output formats for counters (A/Y)   
     + answer target - for simple display of correct answer for a problem  
       (<or> <nr> <sr> <fr> done <rbr> <ir> <nh> <sh> <fh> TODO)  
   
 CAPARESPONSE.C  
    !+ pass back the reason (Y)  
   
 RUN.pm  
     & ->share() a var rather than pass a parameter? Maybe set   
       a global in the safe enviroment using ->root()?  
   
 EDIT INTERFACE (Y)  EDIT INTERFACE (Y)
     + have inserts at bottom of page (Y)      + have inserts at bottom of page (Y)
Line 42  EDIT INTERFACE (Y) Line 34  EDIT INTERFACE (Y)
     * hints need to be coupled to tag 2 levels up      * hints need to be coupled to tag 2 levels up
   
 HOMEWORK (Y)  HOMEWORK (Y)
     + need to support /OR (do _OR_ in answer="" fields) (Y)  
     + <rbresponse> <oresponse> hints need to work (Y)  
     * <rbresponse> breaks when no true foils are possible  
     + <imageresponse> needs to be able to support multiple images and multiple      + <imageresponse> needs to be able to support multiple images and multiple
         clicks on an image, need a Java applet most likely          clicks on an image, need a Java applet most likely
     * <essayresponse> needs to protect input / output      * <essayresponse> needs to protect input / output
     * if there are <*response> in a <problem> and there are also       * if there are <*response> in a <problem> and there are also 
  <part>s defined the handling of the <*response> outside of the    <part>s defined the handling of the <*response> outside of the 
  <part> will be done poorly.   <part> will be done poorly.
     * input areas need to hide after correct  
     & run student parser over instructor specified physical units  
     + <formula/string/option/image/radiobutton hint> (Y)  
     + survey mode for <formula/string/numerical/option/image response> (Y)  
     + student should be able to see previous submissions      + student should be able to see previous submissions
     + <verbatim>      + <verbatim>
     + support giving hints even when there are 0 tries (only <*hint> hint show)  
     + <optionresponse> reports # options correct through a <responseparam>      + <optionresponse> reports # options correct through a <responseparam>
          (Make editing of this pretty)           (Make editing of this pretty)
     & allow functions in response to be case insensitive      & allow functions in response to be case insensitive
     +  added ability to ignore ws in string answers  
   
 /ADM/GRADES  /ADM/GRADES
     + handle extra fields (Y)      + handle extra fields (Y)
     + interface needs to be driven more by the type field (Y)      + interface needs to be driven more by the type field (Y)
     + show only a subset of students (Y)      + show only a subset of students (Y)
     + set all to something (Y)      + XML upload
     + set grades aren't correctly rendered in student view (Y)  
     + have $r->flush so that user sees it is working  
     + CSV upload, XML upload  
   
 NUMERICALRESPONSE(HINT)  NUMERICALRESPONSE(HINT)
    !* doesn't throw error when #response > #answer (Y)     !* doesn't throw error when #response > #answer (Y)
    !* bad message when #response < #answer (Y)     !* bad message when #response < #answer (Y)
     + show tol range and sigfig in answer mode  
   
 RANDOMLABEL  
     + template  
     + <label> needs to use descriiption args  
     * web render of image labels is broken  
   
 GOODIES  GOODIES
     & indexer needs to show location - bring back flip-open/close (N)  
     + chatroom, etc  
     + annotations can be localized and published      + annotations can be localized and published
     + PURLs      + PURLs
     + chart allows sorting/filtering by section  
     & chart handles multipart problems  
     & statistics handles multipart problems  
     + statistics link to problem  
     + "You've got mail!"  
     + LectureOnline converter handles optionresponse correctly  
   
 TEX/TTH/TTM  USER NEEDS
    !* Address bugs in tth/ttm (A,Y,G) - get new versions      & have great installation, upgrading, configuring documents (S)
       & have great installation, upgrading, configuring process (S)
 SYSTEM MONITORING      & have great interface, how-to-use educational system
     c update rpm lists and rpm monitoring (S)        documentation (John Williamson)
   
 BUILD  BUILD
     c test code... up to date with latest CPAN modules (S)      c test code... up to date with latest CPAN modules (S)
Line 107  BUILD Line 73  BUILD
     c add in new perl modules and update old ones (S)      c add in new perl modules and update old ones (S)
     c build and distribute CD-ROMs, upgrades, and installation/upgrade docs (S)      c build and distribute CD-ROMs, upgrades, and installation/upgrade docs (S)
     c document and reasonably automate aspects of source-to-build procedure (S)      c document and reasonably automate aspects of source-to-build procedure (S)
       & loncapafiles.lpml has too many lines (pod2man.sh or pod2html.sh) which
         are over 80 characters (S)
   
 CODE QUALITY  CODE QUALITY
     C code lines less than 80 characters (somewhat done, but now put      C code lines less than 80 characters (somewhat done, but now put
       on back-burner till 2002) (S)        on back-burner till 2002) (S)
     C xhtml-ize output from perl modules (S)      C xhtml-ize output from perl modules (S)
     C work on javascript library and modularizing code (S)  
    !& fix handling of web browser windows (S)  
     c add in CPAN and POD conventions into modules and scripts (S)      c add in CPAN and POD conventions into modules and scripts (S)
     c get rid of void context map blocks and replace with foreach blocks      c get rid of void context map blocks and replace with foreach blocks
   
   JAVASCRIPT
   #   see CVS:doc/window_handling.txt for initial plans at organizing this -Scott
   
 SQL DATABASE  SQL DATABASE
     + have result capping (S)     Located now at
     + scroll results page (S)     http://bugzilla.lon-capa.org/buglist.cgi?component=Searching
     + enable abort button (S)  
     & restrict search fields to viewable fields (based on ENV{user.adv}) (S)  
     & update user-viewable metadata database documentation (S)  
     & restrict searching to browseable domain (S)  
     C monitor speed and performance of metadata database (S)  
     + prepare for and upgrade to the much superior MySQL version 4 (S)  
   
 PUBLISHING  RANDOM BUGS
     + handle big text documents (?)  
   
 PLOTTING   PLOTTING 
     + polar plots (M)      http://zaphod.lite.msu.edu/bugzilla/buglist.cgi?component=Randomized+Plots
     + interface functions for <script> (M)  
     * unable to plot multiple data sets with differing linestyles.  
   
 GERD STUFF  GERD STUFF
     + londropadd does XML      + londropadd does XML
Line 143  GERD STUFF Line 103  GERD STUFF
     + replication hinting/prediction       + replication hinting/prediction 
     + replication, search local access servers if library is uncontactable      + replication, search local access servers if library is uncontactable
     + intelligent update of hosts.tab (don't forget firewalls)      + intelligent update of hosts.tab (don't forget firewalls)
     * Looks like no window status in IE 5.5 on Mac, Remote logs out     !* Looks like no window status in IE 5.5 on Mac, Remote logs out
     + change passwords (domain coordinator/users)      + change passwords (domain coordinator/users)
     & stabilize lond (maybe not prefork)  
     * straighten out co-author, author, coordinator junk       * straighten out co-author, author, coordinator junk 
     + lonstatistics stores info with metadata of problem  
     + implement initial questionaire      + implement initial questionaire
     + summary on top of spreadsheet      + summary on top of spreadsheet
     + adjusts output in spreadsheet to type      + adjusts output in spreadsheet to type
     + sort courses with same role in lonroles, color scheme      + sort courses with same role in lonroles, color scheme
     + fix Applet codebase on .page      + fix Applet codebase on .page
     & pages do not register with remote if not on map      & pages should not register with remote if not on map
     * navmaps deals correctly with multiple path maps  
     * navmaps displays answerdates correctly (not due date instead)      * navmaps displays answerdates correctly (not due date instead)
     + points for feedback, counts on feedback/discussion      + points for feedback, counts on feedback/discussion
     + "do you want to be a tutor"?      + "do you want to be a tutor"?
     +!interface for checking logs      +!interface for checking logs
     + button to show deleted email and to "compact"      + button to show deleted email and to "compact"
      !* discussion for users in sections
       & more informative message for "maybe part of a course"
       * hung lond child - produce status info
       & share spreadsheets among courses
   
 RAT  RAT
     *?RAT error line 1413 "insert resource into link" for recon link (G)       *?RAT error line 1413 "insert resource into link" for recon link (G) 
Line 182  PUBLISHER Line 143  PUBLISHER
     c TEST: deal with absolute links      c TEST: deal with absolute links
     c TEST: deal with <allow>      c TEST: deal with <allow>
     + incorporate thesaurus/vocabulary      + incorporate thesaurus/vocabulary
       + handle big text documents (?)
       & do not change everything to absolute URLs, but clean up URL garbage
   
   
 Large Chunks of funtionality that need work:  Large Chunks of funtionality that need work:

Removed from v.1.171  
changed lines
  Added in v.1.189


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.