summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-03-18 12:15:52 +0200
committerLars Wirzenius <liw@liw.fi>2019-03-18 12:15:52 +0200
commit543235f8d007c4a54831a733630a48c1b8d6ab4e (patch)
treea9917a8eb49c81561647e0b02198b715813d9e2f
parent9fddef1d7bbb6845190223941b68c54bd29f700e (diff)
downloadick.liw.fi-543235f8d007c4a54831a733630a48c1b8d6ab4e.tar.gz
Publish log entry
-rw-r--r--blog/2019/03/18/planning_meeting_iteration_33.mdwn60
1 files changed, 60 insertions, 0 deletions
diff --git a/blog/2019/03/18/planning_meeting_iteration_33.mdwn b/blog/2019/03/18/planning_meeting_iteration_33.mdwn
new file mode 100644
index 0000000..5a23848
--- /dev/null
+++ b/blog/2019/03/18/planning_meeting_iteration_33.mdwn
@@ -0,0 +1,60 @@
+[[!meta title="Planning meeting (iteration 33)"]]
+[[!tag draft meeting]]
+[[!meta date="2019-03-18 11:05"]]
+[[!meta author="liw"]]
+
+THIS IS A DRAFT
+
+People
+=============================================================================
+
+* [[Lars|people/liw]]
+* [[Daniel|people/dsilvers]]
+* Ivan
+* Pyry
+
+Agenda
+=============================================================================
+
+* Discuss and decide goals for this iteration.
+
+Notes
+=============================================================================
+
+* This iteration aims at taking further steps towards a web UI and
+ using Muck to store controller data persistently.
+
+Tasks for this week
+=============================================================================
+
+Tasks may be part of a project or be random small ones (max an hour)
+that just need doing.
+
+[[!table data="""
+what | Who | estimate(h)
+
+Write an API test for facade /version | Ivan+Pyry | 4
+Change the controller to use Muck | Lars | 4
+
+Total | Ivan+Pyry | 4
+Total | Lars | 4
+"""]]
+
+Task descriptions
+------------------------------------------------------------------------------
+
+* **Write an API test for facade /version:** The facade now runs and
+ has an endpoint `/version`. Pick a suitable implementation approach
+ and write an automated test for the endpoint. The test should be
+ possible to test any facade instance, given it's base URL.
+
+ _Acceptance criteria:_ The test runs successfully against
+ `ickdev-api.vm.liw.fi` when Lars runs it.
+
+* **Change the controller to use Muck:** Change the controller to use
+ Muck for all persistent data storage. Add Muck to the Ick cluster.
+ Create a new Ick instance with the new controller and Muck. Add two
+ users to the Ick instance, one for Lars and another test account.
+
+ _Acceptance criteria:_ The new Ick instance can build all of Lars's
+ projects using his existing .ick files from git.