Meeting 15 Report 01.06.2021 - bounswe/2021SpringGroup9 GitHub Wiki
Time: 21.00-22.30
Attendance: All Students
Where: Discord
Discussion Topics
- Database
- Determining Model
- Key Usage in Application
Decisions
- Database will be determined after implementing API functionalities. Postgresql might be used because it provides a good interface.
- 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.
- 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. |