Lab 7 Meeting Report (30.11.2021) - bounswe/2021SpringGroup9 GitHub Wiki
Time: 15.00 - 17.05
Attendance:
- Mert Alkan
- Ahmet Melih Aydoğdu
- Zehranaz Canfes
- Mustafa Emir Çolak
- Ömer Barış Erkek
- Melih Özcan
- Ahmet İbrahim Şentürk
- Niyazi Ülke
Where: Zoom
Agenda
- Discuss the discovery page.
- How will the authentication be done.
- What fields should the model for a user have.
- How the time should be represented.
Discussion
- Clarified some points about the implementation of the discovery page according to what the instructors had said.
- We discussed that JWT should be used for authentication.
- We discussed how the time should be represented.
Decisions
- Jwt will be used for authentication.
- The model for a user is set, so the communication between frontend, android and backend will be smoother.
- Location tab of create post page should have a map instead of names.
- Djoser will be used in the backend for authentication.
- A location is represented with latitude, longitude and a name.
- Time will be represented like this: Time, day or month information may be omitted and the information types will be ordered like this: 1-Time, 2-Day, 3-Month, 4-Year. If a higher ordered type of date is omitted the lower ordered ones has to be omitted as well. (I.e only year or year and month or year and month and day or all of them)
For the dates that are not omitted either an interval or a point will be specified.
Example dates:
- Year: 1982, Month: 09 to 11, Day and time is omitted. (The fall of 1982)
- Year: 2021, Month: 11, Day: 30, Time 17.00 to 17:30 (The date this report is written)
- Year: 1990, Month: 01 to 04, Day 01 to 30, Time: 16.00 to 18.00 (In the winter of 1990 I was playing snowball with my friends after school)
Common Tasks
Assignee(s) | Task | Deadline |
---|---|---|
Each team member | Each team continues implementation according to the plan and what we discussed in this meeting. | Until the next meeting (07.12.2021) |
Personal Tasks
Assignee(s) | Task | Deadline |
---|---|---|
Ahmet İbrahim Şentürk, Mustafa Emir Çolak, Ömer Barış Erkek | Add some information about the technologies used for the frontend to the wiki | 07.12.2021 |
Ahmet Melih Aydoğdu, Mert Alkan, Zehranaz Canfes | Add some information about the technologies used for the backend to the wiki | 07.12.2021 |
Melih Özcan, Niyazi Ülke | Add some information about the technologies used for android to the wiki | 07.12.2021 |