summaryrefslogtreecommitdiff
path: root/blog/2019/05/19/planning_meeting_iteration_34.mdwn
blob: d1bf2c32dba029c815cdd3315ae9a5ab9e2ecfdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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.