Skip to content

Meeting Notes #2 BackEnd Team

Kadir Ersoy edited this page Oct 22, 2022 · 2 revisions

Date: 20.10.2022
Location: Discord
Time: 22:00 - 23:00
Note Taker: Kadir Ersoy

Participants:

  • Burak Yılmaz
  • Furkan Akkurt
  • Gökberk Arslan
  • Kadir Ersoy

Agenda:

  • Going over API specifications.
  • Distributing endpoints and mongo schemas.

Discussion Notes

  • We have gone over API specs and seperated it into small parts and assigned them to members.
    • Register/Login/Authorization --> Kadir Ersoy
      • We will have mongo User schema, details of schema will be gathered from API specs and Class diagram
      • We will have register, login (within them password encryption, auth bearer token, refresh token, email confirmation token etc).
    • Course/Enrollment --> Furkan Akkurt
      • We will have mongo Course and Enrollment schemas, details of them will be gathered from API specs and Class diagram
      • We will have getCourses, getEnrolledCourses, getCourseDetail.
    • User Profile/Badge --> Gokberk Arslan
      • We will have mongo Personal Info and Badge schemas, details of them will be gathered from API specs and Class diagram. Badge can be mocked since its total implementation will done later.
      • We will have getUserProfile.
    • Chapter/Mail/Image --> Burak Yılmaz
      • We will have mongo Chapter schema, details of it will be gathered from API specs and Class diagram.
      • We will have getChapterContent, confirmEmail.
      • We need to research and handle image links for frontend.

Action Items

Action Assignee Deadline Issue
Implement given Endpoints Backend team 22.10.2022
Implement given mongo Schemas Backend team 22.10.2022

Project

Team Members

Communication

Research

Meeting Notes

451

Group Meetings:

Backend Team Meetings:

Frontend Team Meetings:

Mobile Team Meetings:

352

Templates

Personal Effort

451

352

Individual Reports

Practice App

Clone this wiki locally