Weekly Scrum [March 15 2018] - lavatahir/Perkpack GitHub Wiki

Lava:

  • Added multiple product issues for the backlog for the project, I have worked on adding more tests for the Card model, expanding the Card model so it takes in users of the card.
  • I will be working on implementing the react/rest front end of the card model, automating the uml diagrams on merge to master, adding functionality to add a user to a card.
  • Nothing is holding me back.

Cyrus:

  • Added categories to Perks, added tests for PerkRestController and unit tests for Perks.
  • I am working on using a persistent database for the system (rather than H2DB). Tentatively we are going to use PostgreSQL. Once that is done, I will work on mapping Perks to Cards.
  • I will need to work with Vanja to figure out what endpoints he needs to add perks to cards.

Ali:

  • Added authentication for endpoints
  • Fix up voting and down voting perks so user is only able to vote once.
  • Nothing is blocking me.

Vanja:

  • Researched how to set up React + Spring + Heroku.
  • UI now fetches and lists all perks with upvote and downvote buttons.
  • Need to set up React so that it's deployed on Heroku. A bit more research required.