aboutsummaryrefslogtreecommitdiff
blob: 6e187fb12c6746bf4461a06cc5cf00d336f60f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TODO:
 * Proper Permission() stuff
   - See django.contrib.auth.models
 * Implement input via the webinterface (manual via command line atm)
 * Better jobuild dependency resolution for atom list (basic right now)
 * Job status tracking and management (skeleton right now)

setup-master.py:
 * Separate auto-setup and interactive setup
 * Should prompt for database super-user

Low-priority TODO:
 * setup-master.py should do fastcgi settings as well

Eventually TODO:
 * Fix security aspect; encryption for comms using Mutual SSL Auth over HTTPS
 * Extend class User to accomodate public keys, LDAP etc.