diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11e0d09..affd65e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,6 @@ build: - build - .gradle - test: stage: test script: gradle check @@ -35,4 +34,4 @@ test: paths: - build - .gradle - + diff --git a/doc/meetings/20190318_agenda.md b/doc/meetings/20190318_agenda.md new file mode 100644 index 0000000..19a9840 --- /dev/null +++ b/doc/meetings/20190318_agenda.md @@ -0,0 +1,53 @@ +# Meeting 5 + +## Opening +> Check if everyone is present: +- ~~Nivard Jansen~~ +- ~~Kristin Peneva~~ +- [x] Daan Sneep +- [x] Merel SteenBergen +- [x] Ceren Ugurlu +- [x] Mika Wauben +- [x] Sem van der Hoeven + +- Chair: Ceren Ugurlu +- Secretary: Mika Wauben + +## Points of action + + - First of all, discuss problems we have faced and if somebody is halted because of a problem + - if so, try to work out the problem + +### pre/during meeting + - Discuss what we did last week (see scrumboard) + - Does anyone have blocking issues? + - Gitlab + - CI + - Coverage reports + - Checkstyle reports + - Make sure that demo 2 is ready and all requirements is provided + - Demo 2 (full workflow "Eating a vegetarian meal") + - Make sure add vegetarian meal button is working + - Make sure when user clicked to button counter is increasing + - Make sure client sends request to the server + - Make sure database stores and persists the data + - Make sure coverage report is uploaded + - Make sure checkstyle report is uploaded + +### post meeting + - Focus on demo 3 + - Complete the GUI + - Add all features + - Create a calculator + +## Any other business +> If anybody has something that should be discussed but came up with that after the agenda was finalized, he/she should bring that up now so that it can be discussed after all. + +## Question round +- Questions for the TA + - questions that were already present + - questions that rose during the meeting + +## Closing +> Demo 2 is done, good job guys! +> Let's focus on demo 3! diff --git a/doc/reports/checkstyle/20191803_checkstyle.JPG b/doc/reports/checkstyle/20191803_checkstyle.JPG new file mode 100644 index 0000000..bca62c4 Binary files /dev/null and b/doc/reports/checkstyle/20191803_checkstyle.JPG differ