diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-12-13 20:37:45 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-12-13 20:37:45 -0500 |
commit | 187dd6a7f03c29e62469ebcdd871439324dfa7ad (patch) | |
tree | 269d79907cb6ed08d4d3e252eae3cbe356bae1a6 | |
parent | 13ca722f4f34d6440ede9f29cc52c250a132df8e (diff) | |
download | GradeBook-187dd6a7f03c29e62469ebcdd871439324dfa7ad.tar.gz GradeBook-187dd6a7f03c29e62469ebcdd871439324dfa7ad.zip |
description files added
Ignore-this: 57a61d4de7121e2910893ce271f54afe
darcs-hash:20111214013745-067c0-f4518538c339e1ca01dc4069c4f8bf8c0392d601.gz
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | TODO | 15 |
2 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,7 @@ + +This set of script requires at least version tcl8.5, since it uses List +containment and negated list containment (in ni) expression operators. + +It need external 'mail' command for proper operation of password resetting code + +You will need libsqlite3-tcl as well. @@ -0,0 +1,15 @@ +- add web form for editing grading scheme +- remove sort action from student, droped and guest groups +- Sort columns properly: currently all columns are text so they are not sorted according their numerical values. This could be done by choosing proper column type (text or real) during creation and modification. + - semidone +- AddUser via web with proper GroupName selection +- DeleteUser via web +- ChangeUser via web +- When there are no results to show, user should see a message instead of the missing table +- check for Tcl >8.5 should fail more gracefully with some error message + + +Make sure that after new password set cookie is updated +Automatic reload after course info changed (better perform action before headers are printed) + + |