Updated agenda with points from meetup on 22-2-2019

This commit is contained in:
Sem van der Hoeven
2019-02-22 13:30:44 +01:00
parent 0becc32b49
commit 62a64c5b2a

View File

@@ -16,20 +16,27 @@
- if so, try to work out the problem - if so, try to work out the problem
### pre/during meeting ### 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 - Discuss what we learned this week
- what did we find online? - what did we find online?
- what did we get to know from tutorials we followed? - what did we get to know from tutorials we followed?
- are there still things unclear? - are there still things unclear?
- Gitlab - Gitlab
- Issues: everyone should know how they work and how to work with them - board: use the scrum board in gitlab
- board: use it as a scrum board - 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 - Demo 1
- Make sure client is working - Make sure client is working
- Make sure server is working - Make sure server is working
- Make sure client and server can connect - Make sure client and server can connect
- client can send requests - client can send requests
- server can send respones - 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 - Maven
- JavaFX - JavaFX
- Jersey - Jersey
@@ -42,6 +49,10 @@
### post meeting ### 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 - Focus on demo 2
- Get started with the GUI - Get started with the GUI
- learn about JavaFX - learn about JavaFX