From 543235f8d007c4a54831a733630a48c1b8d6ab4e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Mar 2019 12:15:52 +0200 Subject: Publish log entry --- blog/2019/03/18/planning_meeting_iteration_33.mdwn | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 blog/2019/03/18/planning_meeting_iteration_33.mdwn 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. -- cgit v1.2.1