summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-02-20 16:20:55 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-02-20 16:20:55 +0000
commit2683bf4b8dba4b479c0ab4a49406836c6d4bb5c2 (patch)
tree2785a78b75b4000bce0e2ab14e196eb58f5e7010
parente06e8308677a3dab8cf4f01702172b1a13655060 (diff)
downloadlorry-controller-2683bf4b8dba4b479c0ab4a49406836c6d4bb5c2.tar.gz
Re-order implementation steps, re-estimate /read-configuration
I've had a stab at /read-configuration and it is trickier than I thought. So I'm upping the estimate.
-rw-r--r--ARCH14
1 files changed, 7 insertions, 7 deletions
diff --git a/ARCH b/ARCH
index 2a368b0..b63ef30 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 (1d)
+ Controller WEBAPP (3d)
This requires implementing parsing of the configuration files in
CONFGIT, generation of Lorry specs from Trove specs,
@@ -365,11 +365,6 @@ the design as described above.
changes. list-queue needs to be implemented so that the results of
read-configuration can be verified.
-* Implement /1.0/lorry/ in Lorry Controller WEBAPP (1d)
-
-* Implement /1.0/move-to-top/ and /1.0/move-to-bottom/ in Lorry
- Controller WEBAPP (1d)
-
* Implement running jobs in Lorry Controller WEBAPP (1d)
Requests /1.0/give-me-job, /1.0/job-update,
@@ -378,10 +373,15 @@ 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 /1.0/move-to-top/ and /1.0/move-to-bottom/ in Lorry
+ Controller WEBAPP (1d)
+
* Implement /1.0/list-all-jobs, /1.0/job/ in Lorry Controller
WEBAPP (1d)
-* Implement MINION in Lorry Controller (1d)
+* Implement /1.0/lorry/ in Lorry Controller WEBAPP (1d)
* Add new Lorry Controller to Trove (2d)