aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README7
-rw-r--r--TODO15
2 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a4a83f6
--- /dev/null
+++ b/README
@@ -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.
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..c3ebf93
--- /dev/null
+++ b/TODO
@@ -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)
+
+