Skip to content

Meeting #13 (07.05.2020)

Kerem Uslular edited this page May 10, 2020 · 4 revisions

1. Details

  • Location: Zoom
  • Date: 07.05.2020
  • Time: 22.00

Attendees

  • Halil Umut Özdemir

  • Meltem Arslan

  • Ertuğrul Bülbül

  • Ahmet Dadak

  • Hasan Ramazan Yurt

  • Burak Ömür

  • Kerem Uslular

2. Agenda

  1. To determine new APIs that will be implemented for Implementation Homework

  2. To determine the field names of the database table.

  3. To determine database management system.

  4. To determine the framework

3. Meeting Notes

  • We discussed and decided to add IEEE article API.

  • Decided table name and field names:

     Table name -> Users;
     Field Names -> Name(VARCHAR30), Surname(VARCHAR30), Password(CHAR256), E-mail(VARCHAR255), Token(VARCHAR256), 
                    Job(TINYINT), Field of Study(VARCHAR50), About me(TEXT330), Forget Password-Answer(VARCHAR50).
    
  • DBMS : MySQL

  • Framework : Django

  • We decided to use SQL, not the framework, for queries.

  • We discussed the redistribution of the some previously distributed work and added new tasks to do.

4. Action Items

Person Action Deadline
1 Everyone MySQL Installation & Creation of Local Database @23.59 09.05.2020
2 Everyone Implementation of individual work @23.59 13.05.2020
3 Mehmet Temizel Implement a unit test for Forget Password @23.59 10.05.2020
4 Alperen Divriklioğlu Implement a unit test for Logout @23.59 10.05.2020
5 Halil Umut Özdemir, Hasan Ramazan Yurt Creation of new branch for Project Version-0 @23.59 08.05.2020








Clone this wiki locally