Meeting 15 Report 01.06.2021 - bounswe/2021SpringGroup9 GitHub Wiki

Time: 21.00-22.30

Attendance: All Students

Where: Discord

Discussion Topics

  1. Database
  2. Determining Model
  3. Key Usage in Application

Decisions

  1. Database will be determined after implementing API functionalities. Postgresql might be used because it provides a good interface.
  2. A model is created for Django project. Everybody will implement their API functionlities by using this model. This model is what we store in database. It is created together and pushed to master branch so that everybody can use it.
  3. Django secret key and api keys must be private. They are regenerated and shared among team members. Currently used keys cannot be found on our public repository.

Common Tasks

Assignee(s) Task
Each team member Complete API functionality and unittest implementation, then create pull request.