summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-02-20 16:53:24 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-02-20 16:53:24 +0000
commit7d12cee3841dec99e2af3073a8ba499492242534 (patch)
tree0d7e53f3a9bd409a739ad97ab7837875a395cb3d
parent2683bf4b8dba4b479c0ab4a49406836c6d4bb5c2 (diff)
downloadlorry-controller-7d12cee3841dec99e2af3073a8ba499492242534.tar.gz
Update implementatin plan with Kanban card numbers
-rw-r--r--ARCH14
1 files changed, 7 insertions, 7 deletions
diff --git a/ARCH b/ARCH
index b63ef30..193b646 100644
--- a/ARCH
+++ b/ARCH
@@ -357,7 +357,7 @@ the design as described above.
jobs.
* Implement /1.0/read-configuration and /1.0/list-queue in Lorry
- Controller WEBAPP (3d)
+ Controller WEBAPP (3d) (S10450)
This requires implementing parsing of the configuration files in
CONFGIT, generation of Lorry specs from Trove specs,
@@ -365,7 +365,7 @@ the design as described above.
changes. list-queue needs to be implemented so that the results of
read-configuration can be verified.
-* Implement running jobs in Lorry Controller WEBAPP (1d)
+* Implement running jobs in Lorry Controller WEBAPP (1d) (S10451)
Requests /1.0/give-me-job, /1.0/job-update,
/1.0/list-running-jobs, /1.0/stop-job/. These do not actually run
@@ -373,17 +373,17 @@ the design as described above.
change the state of the job in STATEDB, and that's what needs to
be implemented and tested.
-* Implement MINION in Lorry Controller (1d)
+* Implement MINION in Lorry Controller (1d) (S10452)
* Implement /1.0/move-to-top/ and /1.0/move-to-bottom/ in Lorry
- Controller WEBAPP (1d)
+ Controller WEBAPP (1d) (S10453)
* Implement /1.0/list-all-jobs, /1.0/job/ in Lorry Controller
- WEBAPP (1d)
+ WEBAPP (1d) (S10454)
-* Implement /1.0/lorry/ in Lorry Controller WEBAPP (1d)
+* Implement /1.0/lorry/ in Lorry Controller WEBAPP (1d) (S10455)
-* Add new Lorry Controller to Trove (2d)
+* Add new Lorry Controller to Trove (2d) (S10456)
Replace old Lorry Controller with new one, and add any systemd
units needed to make it functional. Create at least a very basic