summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-11 14:10:38 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-11 14:10:38 +0300
commit666aed6735af4044a1ac21907d09333e5c02e86b (patch)
tree755cd80047d053294de1e8403c87d29ed1e3b5d4
parent6b8c5d323f662e22d3a415d63b6eaf65acb8b558 (diff)
downloadick.liw.fi-666aed6735af4044a1ac21907d09333e5c02e86b.tar.gz
Change: split task in planning meeting
-rw-r--r--blog/2018/09/11/planning_meeting_iteration_29.mdwn25
1 files changed, 16 insertions, 9 deletions
diff --git a/blog/2018/09/11/planning_meeting_iteration_29.mdwn b/blog/2018/09/11/planning_meeting_iteration_29.mdwn
index a73e26c..d2bda45 100644
--- a/blog/2018/09/11/planning_meeting_iteration_29.mdwn
+++ b/blog/2018/09/11/planning_meeting_iteration_29.mdwn
@@ -235,7 +235,8 @@ what | Who | estimate(h)
Draft spec for API tokens in Qvisqve | Lars | 1
Draft spec for variable expansion in .ick files | Lars | 1
Set up a server to host ick web UI | Lars | 1
-Hack up a "hello, world" React application | Ivan, Daniel | 4
+Prepare React App framework repository and populate with Hello World app | Ivan | 4
+Verify independent ability to build and run webapp | Daniel | 2
Total | Lars | 3
Total | Daniel | 4
@@ -273,12 +274,18 @@ Task descriptions
_Acceptance criteria:_ Daniel and Ivan accept the server setup and
confirm they can log in and become root with sudo.
-* **Hack up a "hello, world" React application:** The application
- should say "hello, world", and use the React machinery to do so: npm
- to install dependencies, whatever the React build command is chosen
- to do the build. The application should be built by the demo ick
- service, and deployed to a server.
+* **Prepare React App framework repository and populate with Hello
+ World app**: The application should say "hello, world" (or some
+ similar greeting), and use the React machinery to do so: npm to
+ install dependencies, whatever the React build command is chosen to
+ do the build.
+
+ _Acceptance criteria:_ Ivan says OK.
+
+* **Verify independent ability to build and run webapp:** Review the
+ work by Ivan to make sure the application can be built and run by
+ someone else than Ivan. This is a necessary step to automate build
+ and deployment.
+
+ _Acceptance criteria:_ Daniel says OK.
- _Acceptance criteria:_ When a change is pushed to the ickui.git
- repository, it gets automatically built and deployed to a demo
- server.