summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-01-20 11:53:08 +0200
committerLars Wirzenius <liw@liw.fi>2019-01-20 11:53:08 +0200
commitbe15a0ac57318eadfbee6a4145b5b0387873ecf0 (patch)
treeef4014ed4a5dd3874f329fc4f18c4e3228fe09a5
parent8e670c2c3cd4d105f485a8d6a8ed1ec4026df51b (diff)
downloadick.liw.fi-be15a0ac57318eadfbee6a4145b5b0387873ecf0.tar.gz
Publish log entry
-rw-r--r--blog/2019/01/20/planning_meeting_iteration_31.mdwn70
1 files changed, 70 insertions, 0 deletions
diff --git a/blog/2019/01/20/planning_meeting_iteration_31.mdwn b/blog/2019/01/20/planning_meeting_iteration_31.mdwn
new file mode 100644
index 0000000..445bcf1
--- /dev/null
+++ b/blog/2019/01/20/planning_meeting_iteration_31.mdwn
@@ -0,0 +1,70 @@
+[[!meta title="Planning meeting (iteration 31)"]]
+[[!tag draft meeting]]
+[[!meta date="2019-01-20 11:45"]]
+[[!meta author="liw"]]
+
+THIS IS A DRAFT
+
+People
+=============================================================================
+
+* [[people/liw]]
+* Ivan
+* Pyry
+
+Agenda
+=============================================================================
+
+* Discuss and decide goals for this iteration.
+
+Notes
+=============================================================================
+
+* Ick development has stalled in recent weeks, due to life and work
+ happening. This iteration is about trying to move things forward, at
+ least a little.
+
+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 trivial facade for ickui | Ivan | 1
+Add Muck and Yuck to the Ick project | Lars | 1
+Draft plan for using Muck in Ick controller | Lars | 2
+
+
+Total | | Lars | ?
+"""]]
+
+Task descriptions
+------------------------------------------------------------------------------
+
+
+* **Write trivial facade for ickui:** Write a facade that provides a
+ trivial `/version` endpoint, which reports the facade's version,
+ without requiring a login.
+
+ _Acceptance criteria:_ Facade `/version` can be tested manually with
+ curl. The output includes the git commit, if the facade is running
+ from a git clone.
+
+
+* **Add Muck and Yuck to the Ick project:** Add pages to the
+ ick.liw.fi website that describe Muck and Yuck, and their
+ architecture and (planned) features.
+
+ _Acceptance criteria:_ The new pages are announced on the
+ ick-discuss mailing list.
+
+
+* **Draft plan for using Muck in the Ick controller:** Draft a plan
+ for how the Ick controller should store data in Muck, including a
+ transition plan, and how access control should work.
+
+ _Acceptance criteria:_ A blog post on ick.liw.fi with the plan has
+ been published, and announced on the ick-discuss mailing list.