diff options
-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) + + |