aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-12-13 20:37:45 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2011-12-13 20:37:45 -0500
commit187dd6a7f03c29e62469ebcdd871439324dfa7ad (patch)
tree269d79907cb6ed08d4d3e252eae3cbe356bae1a6
parent13ca722f4f34d6440ede9f29cc52c250a132df8e (diff)
downloadGradeBook-187dd6a7f03c29e62469ebcdd871439324dfa7ad.tar.gz
GradeBook-187dd6a7f03c29e62469ebcdd871439324dfa7ad.zip
description files added
Ignore-this: 57a61d4de7121e2910893ce271f54afe darcs-hash:20111214013745-067c0-f4518538c339e1ca01dc4069c4f8bf8c0392d601.gz
-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)
+
+