summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-19 14:50:43 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-19 14:50:43 +0300
commit8ab3935d5558a3093040a3ad273f83e134cd6d5a (patch)
treeb260c3e621b920d2ed52a844cfe3ee2f35c98580 /blog
parent52b7db00520d137abeeedeb8c6a7f2a7689d21c3 (diff)
downloadick.liw.fi-8ab3935d5558a3093040a3ad273f83e134cd6d5a.tar.gz
Publish log entry
Diffstat (limited to 'blog')
-rw-r--r--blog/2019/05/19/planning_meeting_iteration_34.mdwn58
1 files changed, 58 insertions, 0 deletions
diff --git a/blog/2019/05/19/planning_meeting_iteration_34.mdwn b/blog/2019/05/19/planning_meeting_iteration_34.mdwn
new file mode 100644
index 0000000..d1bf2c3
--- /dev/null
+++ b/blog/2019/05/19/planning_meeting_iteration_34.mdwn
@@ -0,0 +1,58 @@
+[[!meta title="Planning meeting (iteration 34)"]]
+[[!tag draft meeting]]
+[[!meta date="2019-05-19 14:45"]]
+[[!meta author="liw"]]
+
+THIS IS A DRAFT
+
+People
+=============================================================================
+
+* [[Lars|people/liw]]
+* Ivan
+* Pyry
+
+Agenda
+=============================================================================
+
+* Discuss and decide goals for this iteration.
+
+Notes
+=============================================================================
+
+The controller+Muck task is carried over from the previous iteration.
+
+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)
+
+Implement login/logout in webui | Ivan+Pyry | 4
+Change the controller to use Muck | Lars | 4
+
+Total | Ivan+Pyry | 4
+Total | Lars | 4
+"""]]
+
+Task descriptions
+------------------------------------------------------------------------------
+
+* **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.
+
+* **Implement login/logout in webui:** Add login and logout
+ functionality to the webui. A user who is not logged in can log in,
+ and a logged in user can log out. Log in happens using OIDC using
+ the IDP.
+
+ _Acceptance criteria:_ The webui clearly tells the user if they are
+ logged in, and lets the user log in and out as they want.