From 62a64c5b2af80c88ef26b754a35c156e63e774db Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 22 Feb 2019 13:30:44 +0100 Subject: [PATCH] Updated agenda with points from meetup on 22-2-2019 --- doc/meetings/20190225_agenda.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/meetings/20190225_agenda.md b/doc/meetings/20190225_agenda.md index 7bb49ef..ff92cc8 100644 --- a/doc/meetings/20190225_agenda.md +++ b/doc/meetings/20190225_agenda.md @@ -16,20 +16,27 @@ - if so, try to work out the problem ### pre/during meeting + + - Make sure the server and client connections work + - Our server uses spring and maven + - make sure everyone knows how spring works/what it is + - make sure everyone knows how maven works/what it is - Discuss what we learned this week - what did we find online? - what did we get to know from tutorials we followed? - are there still things unclear? - Gitlab - - Issues: everyone should know how they work and how to work with them - - board: use it as a scrum board + - board: use the scrum board in gitlab + - SCRUM + - discuss if everyone can work with the scrum board on gitlab + - discuss if everyone knows how to add/comment on issues, milestones, code reviews - Demo 1 - Make sure client is working - Make sure server is working - Make sure client and server can connect - client can send requests - server can send respones - - Everyone needs to know about the libraries and API we've come across and are going to use + - Everyone needs to know about the libraries and API we've come across - Maven - JavaFX - Jersey @@ -42,6 +49,10 @@ ### post meeting + - Test coverage + - get everything set up + - make sure everyone can run tests and see the test coverage + - upload screenshots of the test coverage - Focus on demo 2 - Get started with the GUI - learn about JavaFX