diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-08-16 18:43:12 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-08-16 18:43:12 +0530 |
commit | 1483fbf268574ca3797b093a271798aeccf75436 (patch) | |
tree | 38ca078588c01085e29f47ac79eadee23f3148b1 | |
parent | Link the master and the slave in a simplistic (for now) way: (diff) | |
download | autotua-1483fbf268574ca3797b093a271798aeccf75436.tar.gz autotua-1483fbf268574ca3797b093a271798aeccf75436.tar.bz2 autotua-1483fbf268574ca3797b093a271798aeccf75436.zip |
Add TODO (summary below):
* Implement input+validation via the webinterface
* Jobtage tree/Jobuild integration
* Job status tracking and management
-rw-r--r-- | master/TODO | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/master/TODO b/master/TODO new file mode 100644 index 0000000..e96e67a --- /dev/null +++ b/master/TODO @@ -0,0 +1,13 @@ +TODO: + * Implement input via the webinterface (manual via command line atm) + - Also, use/implement input validation (master.process.validation) + * Jobtage tree integration for auto-generation of jobtagerev (manual atm) + * Jobuild dependency resolution for atom list (manual right now) + * Job status tracking and management (none right now) + +Low-priority TODO: + * setup-master.py should do fastcgi settings as well + +Eventually TODO: + * Fix security aspect; asymmetrical key auth + * Extend class User to accomodate public keys, AT/developer tags, LDAP etc. |