diff --git a/deliverables/CMPE451_Milestone_1/M1_Report_Group5.md b/deliverables/CMPE451_Milestone_1/M1_Report_Group5.md
index 663627ba..e4561ed3 100644
--- a/deliverables/CMPE451_Milestone_1/M1_Report_Group5.md
+++ b/deliverables/CMPE451_Milestone_1/M1_Report_Group5.md
@@ -13,58 +13,7 @@
#### Individual Contribution Reports
*Please keep **alphabetical** order wrt surnames of the members.*
-
- Mehmet Emre Akbulut
-
-### Member: [Mehmet Emre Akbulut - Group 5](https://github.com/bounswe/bounswe2022group5/wiki/Mehmet-Emre-Akbulut)
-### Responsibilities:
-- Enrolling in the meetings and taking notes during the meeting
-- Revising Scenario&Mockups and making changes on requirements according this revision
-- Deciding Roadmap of Backend Development
-- Helping on deciding branch and PR conventions
-- Documenting Tech Stack of project
-- Creating initial base backend project with Django and Django REST
-- Implementing Token Authentication on Backend
-- Documenting APIs
-- Implementing Login, Signup, Logout and Personal Info endpoints
-- Helping Mobile and Frontend Team to connect project to Backend
-- Creating Scenario 1 with [Yavuz Samet Topçuğlu](https://github.com/bounswe/bounswe2022group5/wiki/Yavuz-Samet-Topcuoglu) and [Halil Burak Pala](https://github.com/bounswe/bounswe2022group5/wiki/Halil-Burak-Pala)
-- Helping team to document deliverables for Milestone 1
-
-### Main Contributions:
-In the first weeks I helped revise and make some changes to requirements and scenario&mockups. I helped create branches and PR conventions for collobrative work. After splitting into teams, I created a roadmap for the Backend Team. After deciding on Django as a technology, I created the inital project. After that, I implemented the Authentication settings and documented and implemented the Login, Signup, Logout and Personal Info endpoints with the help of Token Authentication. I helped frontend and mobile connect to backend.
-#### Code related significant issues:
-
-* [Creating requirements.txt for backend development](https://github.com/bounswe/bounswe2022group5/issues/195) after [Backend Meeting 1.1](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.1)
-* [Creating 'authentication' module inside the project](https://github.com/bounswe/bounswe2022group5/issues/204) after [Backend Meeting 1.1](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.1)
-* [Implementing Token Authentication with Django Rest Framework](https://github.com/bounswe/bounswe2022group5/issues/205) after [Backend Meeting 1.1](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.1)
-* [Creating the API documentation for Signup](https://github.com/bounswe/bounswe2022group5/issues/206) after [Backend Meeting 1.1](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.1)
-* [Implementing Login and Signup Endpoints](https://github.com/bounswe/bounswe2022group5/issues/218) after [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1)
-* Other non-significant issues available on [Issues Page](https://github.com/bounswe/bounswe2022group5/issues)
-
-#### Management related significant issues:
-* [Revising the Scenarios and Mockups, making adjustments needed.](https://github.com/bounswe/bounswe2022group5/issues/170) after [Meeting 13.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-13.1)
-* [Revising the Scenarios and Mockups, make adjustments needed according to the changes done in the Requirements.](https://github.com/bounswe/bounswe2022group5/issues/182) after [Meeting 14.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-14.1)
-* [Deciding on Time and Platform for Backend Team First Meeting](https://github.com/bounswe/bounswe2022group5/issues/183)
-* [Preparing the Pull Request Template](https://github.com/bounswe/bounswe2022group5/issues/184) after [Meeting 15.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-15.1)
-* [Creating initial backend project on GitHub](https://github.com/bounswe/bounswe2022group5/issues/187)
-* [Opening a wiki page for the Tech Stack](https://github.com/bounswe/bounswe2022group5/issues/210) after [Meeting 15.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-15.1)
-* [Creating Scenario 1 for Milestone 1](https://github.com/bounswe/bounswe2022group5/issues/268) after [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1)
-* Other non-significant issues available on [Issues Page](https://github.com/bounswe/bounswe2022group5/issues)
-
-Pull Requests:
-* [Requirements added to repo](https://github.com/bounswe/bounswe2022group5/pull/196)
-* [Authentication Module Created](https://github.com/bounswe/bounswe2022group5/pull/208)
-* [token auth and initial authentication](https://github.com/bounswe/bounswe2022group5/pull/211)
-* [login and signup endpoints finished](https://github.com/bounswe/bounswe2022group5/pull/219)
-* [Cors headers added](https://github.com/bounswe/bounswe2022group5/pull/239)
-* [Me endpoint added](https://github.com/bounswe/bounswe2022group5/pull/242)
-
-
-
-
-
- Alper Canberk Balcı
+ Alper Canberk Balcı
### Member: [Alper Canberk Balcı - Group 5](https://github.com/bounswe/bounswe2022group5/wiki/Alper-Canberk-Balcı)
@@ -150,131 +99,7 @@ I was not familiar with Flutter but in the limited time until milestone, I tried
-
- Irfan Bozkurt
-
-### Member: [Irfan Bozkurt - Group 5](https://github.com/bounswe/bounswe2022group5/wiki/Irfan-Bozkurt)
-### Responsibilities:
-- Attending weekly general meetings and taking notes
-- Revising and changing requirements
-- Revising and proposing changes in class diagrams
-- Deciding on development & deployment roadmap of Backend
-- Attending weekly back-end meetings and deciding on strategies
-- Deploying the database
-- Creating the initial schema & initial tables in the database
-- Writing unit tests on the initial model classes
-- Dockerizing the back-end
-- Deployment of 2 different versions of back-end
-
-### Main Contributions:
-Overall, my contributions mainly included architectural decisions; revision of requirements; database, docker, deployment-related tasks; and reviewing important back-end code.
-
-#### Code related significant issues:
-* [Choosing / Deploying a Database Service](https://github.com/bounswe/bounswe2022group5/issues/194)
-* [Create Initial Tables in the Database](https://github.com/bounswe/bounswe2022group5/issues/199)
-* [Unit tests for model classes](https://github.com/bounswe/bounswe2022group5/issues/199#issuecomment-1288161363)
-* [Dockerization and Deployment of Backend](https://github.com/bounswe/bounswe2022group5/issues/220)
-* [Fix the authentication_classes bug & deploy new version](https://github.com/bounswe/bounswe2022group5/issues/246)
-
-#### Management related significant issues:
-* On [this issue about requirements](https://github.com/bounswe/bounswe2022group5/issues/173), I have significant contribution as can be seen from the comments: [this](https://github.com/bounswe/bounswe2022group5/issues/173#issuecomment-1272586250), [this](https://github.com/bounswe/bounswe2022group5/issues/173#issuecomment-1272582240), [this](https://github.com/bounswe/bounswe2022group5/issues/173#issuecomment-1272582140)
-* [Meeting notes](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.2) is taken by me and was important to determine the initial development structure.
-
-Pull Requests:
-* [Backend/feature/initial tables](https://github.com/bounswe/bounswe2022group5/pull/203)
-* [App dockerized and deployed](https://github.com/bounswe/bounswe2022group5/pull/231)
-* [Small bug fix ](https://github.com/bounswe/bounswe2022group5/pull/247)
-
-
-
-
-Kardelen Demiral
-
-
-### Member: [Kardelen Demiral](https://github.com/bounswe/bounswe2022group5/wiki/Kardelen-Demiral)
-
-### Responsibilities:
-
-- Attending the meetings.
-- Updating the wiki sidebar as discussed in the [Meeting 13.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-13.1). Adding new sections for team meetings.
-- Making a research about technologies, tools and frameworks we can use while developing the mobile application to share my knowledge with my teammates and decide on the technology that will be used for mobile.
-- As a member of the mobile team, contributing to the development of the mobile application and the main decisions about the development.
-- Responsible for the development of the sign-up screen for mobile application together with the backend connection.
-- Responsible for reviewing the code written by other mobile developers.
-- Editing the README file of the mobile application code to add a description and a guide about how to run the code.
-
-### Main Contributions:
-Since I was not very familiar with mobile development and I wanted to be a part of the mobile team, most of my time until the Milestone 1 was spent on learning. Firstly, I made a research about which language and tools that we could use and shared my knowledge with my teammates during our meetings. After deciding to use Flutter for mobile development, I practiced a lot to get familiar with. Then, my main responsibility was to create the sign-up screen and making its backend connection. I also helped other mobile team members when they had issues developing their own parts.
-* *Code related significant issues:*
- * Started to create a sign-up page for the mobile application: [#193](https://github.com/bounswe/bounswe2022group5/issues/193)
- * Added the user type selection to the sign-up screen as discussed in the [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1): [#216](https://github.com/bounswe/bounswe2022group5/issues/216)
- * Added an API service class to the mobile app: [#240](https://github.com/bounswe/bounswe2022group5/issues/240)
- * Made the register API call for signup and connected our signup screen to the backend service: [#245](https://github.com/bounswe/bounswe2022group5/issues/245)
- * Fixed a bug about login pages being on top of each other after sign-up: [#277](https://github.com/bounswe/bounswe2022group5/issues/277)
-* *Management related significant issues:*
- * Opened an issue to ask members for font suggestions: [#209](https://github.com/bounswe/bounswe2022group5/issues/209)
- * Edited the README file of the mobile application code to add a description and a guide about how to run the code: [#234](https://github.com/bounswe/bounswe2022group5/issues/234)
-
-### Pull Requests:
-* Initial implementation of the sign-up screen: [#215](https://github.com/bounswe/bounswe2022group5/pull/215)
-* Branch field is added for doctor sign-up: [#222](https://github.com/bounswe/bounswe2022group5/pull/222)
-* API service class is added: [#244](https://github.com/bounswe/bounswe2022group5/pull/244)
-* Register API call for mobile is handled: [#255](https://github.com/bounswe/bounswe2022group5/pull/255)
-* Login pages being on top of each other after sign-up is fixed: [#278](https://github.com/bounswe/bounswe2022group5/pull/278)
-
-
-
-
-
- Oğuzhan Demirel
-
-## **Member:** [Oğuzhan Demirel, Group 5](https://github.com/bounswe/bounswe2022group5/wiki/Oğuzhan-Demirel).
-### **Responsibilities:**
-- Participating the customer meetings and also team meetings.
-- Revising the Class Diagram and making necessary changes according to updated requirements.
-- Revising the Sequence diagram according to updated requirements.
-- Deciding branch conventions for all the teams and helping on PR conventions & templates.
-- Learning and researching on Django Framework for backend.
-- Reviewing assigned issues and making necessary contributions.
-### **Main contributions:**
-The majority of my time up until the Milestone 1 was focused on studying because I had little experience with Django framework and wanted to be a member of the backend team. I created branch and PR conventions pages for the use of all of my team. I also revised class diagrams and my sequence diagram for update. Added new members to our communication platforms. Helped my teammate to decide tools and frameworks that we use. Reviewed lots of issues and PRs' to make high performance app.
-- Created a [Branch convention page](https://github.com/bounswe/bounswe2022group5/wiki/Branch-Convention) for all the team members.
-- Changing the [Class Diagram](https://github.com/bounswe/bounswe2022group5/issues/181) according to our new requirements.
- * **Code related significant issues:**
- * [Issue #262](https://github.com/bounswe/bounswe2022group5/issues/262): Analyzing the Backend code conventions page and giving some feedbacks about the document.
- * [Issue #184](https://github.com/bounswe/bounswe2022group5/issues/184): Making changes on [Pull Request Template](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-2-for-Milestone-1), and clarify some topics.
- * [Issue #218](https://github.com/bounswe/bounswe2022group5/issues/218): Reviewing the [Login](https://github.com/bounswe/bounswe2022group5/wiki/Login-API-Documentation) and [Signup](https://github.com/bounswe/bounswe2022group5/wiki/Signup-API-Documentation) Documentation and giving some suggestions about error cases.
-
- * **Management related significant issues:**
- * [Issue #266](https://github.com/bounswe/bounswe2022group5/issues/266): Reviewing the [Scenario 2](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-2-for-Milestone-1), and giving some suggestions about that.
- * [Issue #178](https://github.com/bounswe/bounswe2022group5/issues/178): Analyze the [Use Case Diagram](https://github.com/bounswe/bounswe2022group5/wiki/Use-Case-Diagram).
-
-
-
- Ozan Kılıç
-
-## **Member:** [Ozan Kılıç](https://github.com/bounswe/bounswe2022group5/wiki/Ozan-K%C4%B1l%C4%B1%C3%A7), Group 5.
-### **Responsibilities:**
-- Creating one of the frontend part of the project, reviewing some pull requests, and documentation.
-
-### **Main contributions:**
-- Coding of posts and [forum page](https://github.com/bounswe/bounswe2022group5/pull/251) .
-- Creating frontend coding conventions page [Issue #263](https://github.com/bounswe/bounswe2022group5/issues/263).
-- Planning communication times and platforms to make meetings [Issue #274](https://github.com/bounswe/bounswe2022group5/issues/274).
-
- * **Code related significant issues:**
- * [Issue #223](https://github.com/bounswe/bounswe2022group5/issues/223) : Posts and forum page implementation.
-
- * **Management related significant issues:**
- * [Issue #263](https://github.com/bounswe/bounswe2022group5/issues/263): Code convention documentation for every frontend team member to apply.
- * [Issue #274](https://github.com/bounswe/bounswe2022group5/issues/274): Arranging meeting times.
-### **Pull requests:**
-- [Pull Request #254](https://github.com/bounswe/bounswe2022group5/pull/254): Posts and forum is implemented for homepage
-
-
-
-
- Burak Mert
+ Burak Mert
**Member:** Burak Mert, Group 5
@@ -300,9 +125,44 @@ After considerable amount of frontend tasks are completed, I created a Dockerfil
-
+Engin Oğuzhan Şenol
+
+### Member:
+[Engin Oğuzhan Şenol](https://github.com/bounswe/bounswe2022group5/wiki/Engin-Oğuzhan-Şenol)
+
+### Responsibilities:
+In order to develop the project, I have been in the many situations and tasks where I can put my effort on. Recently, most of the responsibilities that are assigned to me were relevant to mobile development. Since I have not done a mobile development prior to this project, I had to study Flutter and Dart to improve my skills for our application.
+
+### Main Contributions:
+For medical experience sharing platform, creating profile page of the mobile application was my most essential contribution. I was also the note taker of our development team. Also, I have been a part of Requirement Specification, and Creation of Scenarios and Mock ups.
+
+#### Code related significant issues:
+[(#207)](https://github.com/bounswe/bounswe2022group5/issues/207) I created a Profile Widget and placed it above the profile screen. Then, I created a widget named buildName for showing the information of the active member. Lastly, I created a class named ProfileListItem, and created buttons for activity histories for Likes, Comments, Posts. Lastly, I placed the AppBar. that we used for many mobile screens.
+
+#### Management related significant issues:
+[(#217)](https://github.com/bounswe/bounswe2022group5/issues/217) After [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1), we decided to revised the [project requirements](https://github.com/bounswe/bounswe2022group5/wiki/Requirements), and changed them according to Discussion. I reviewed all of the requirements that are according to our last decisions. I deleted the unnecessary ones, changed the altered ones, and added new requirements if there are absent ones.
+
+[(#268)](https://github.com/bounswe/bounswe2022group5/issues/217) After [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1), we decided to create two scenarios for CMPE451 Milestone 1. I was assigned for the [Scenario 2](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-2-for-Milestone-1). After creation of the first scenario, we created another character and created a different scenario for that character
+
+### Pull Requests:
+ - ([#228](https://github.com/bounswe/bounswe2022group5/pull/228)) As mentioned above, my mainly part was creating profile page for mobile application.
+ - ([#273](https://github.com/bounswe/bounswe2022group5/pull/273)) To make the code look more organized, I separated files for profile widgets
+ - ([#276](https://github.com/bounswe/bounswe2022group5/pull/228)) After creation of the endpoints, I changed the mock data with the actual data.
+
+### Additional Information
+Here is my other important efforts before CMPE 451 Milestone 1.
+
+|#|Task|
+|---|---|
+|1|Attended Meeting [13.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-13.1), [14.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-14.1), [15.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-15.1), [16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1)|
+|2|Attended Mobile Meetings [1](https://github.com/bounswe/bounswe2022group5/wiki/Mobile-Meeting-1), [2](https://github.com/bounswe/bounswe2022group5/wiki/Mobile-Meeting-2), [3](https://github.com/bounswe/bounswe2022group5/wiki/Mobile-Meeting-3), [4](https://github.com/bounswe/bounswe2022group5/wiki/Mobile-Meeting-4). |
+|3|Assigned issues [#173](https://github.com/bounswe/bounswe2022group5/issues/173), [#179](https://github.com/bounswe/bounswe2022group5/issues/179), [#207](https://github.com/bounswe/bounswe2022group5/issues/207), [#217](https://github.com/bounswe/bounswe2022group5/issues/217), [#240](https://github.com/bounswe/bounswe2022group5/issues/240), [#266](https://github.com/bounswe/bounswe2022group5/issues/266), [#275](https://github.com/bounswe/bounswe2022group5/issues/275).|
+|4|Reviewed issues [#171](https://github.com/bounswe/bounswe2022group5/issues/171), [#180](https://github.com/bounswe/bounswe2022group5/issues/180), [#190](https://github.com/bounswe/bounswe2022group5/issues/190), [#209](https://github.com/bounswe/bounswe2022group5/issues/209), [#225](https://github.com/bounswe/bounswe2022group5/issues/225), [#229](https://github.com/bounswe/bounswe2022group5/issues/229), [#234](https://github.com/bounswe/bounswe2022group5/issues/234), [#245](https://github.com/bounswe/bounswe2022group5/issues/245), [#261](https://github.com/bounswe/bounswe2022group5/issues/261), [#264](https://github.com/bounswe/bounswe2022group5/issues/264), [#268](https://github.com/bounswe/bounswe2022group5/issues/268), [#277](https://github.com/bounswe/bounswe2022group5/issues/277), [#279](https://github.com/bounswe/bounswe2022group5/issues/277), [#281](https://github.com/bounswe/bounswe2022group5/issues/281).
+
- Halil Burak Pala
+
+
+Halil Burak Pala
### Member: [Halil Burak Pala](https://github.com/bounswe/bounswe2022group5/wiki/Halil-Burak-Pala)
@@ -345,77 +205,178 @@ Then I created API service routines to use in mobile pages with my teammates. Th
+
+ Kardelen Demiral
- Engin Oğuzhan Şenol
+### Member: [Kardelen Demiral](https://github.com/bounswe/bounswe2022group5/wiki/Kardelen-Demiral)
-### Member:
-[Engin Oğuzhan Şenol](https://github.com/bounswe/bounswe2022group5/wiki/Engin-Oğuzhan-Şenol)
+### Responsibilities:
+
+- Attending the meetings.
+- Updating the wiki sidebar as discussed in the [Meeting 13.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-13.1). Adding new sections for team meetings.
+- Making a research about technologies, tools and frameworks we can use while developing the mobile application to share my knowledge with my teammates and decide on the technology that will be used for mobile.
+- As a member of the mobile team, contributing to the development of the mobile application and the main decisions about the development.
+- Responsible for the development of the sign-up screen for mobile application together with the backend connection.
+- Responsible for reviewing the code written by other mobile developers.
+- Editing the README file of the mobile application code to add a description and a guide about how to run the code.
+
+### Main Contributions:
+Since I was not very familiar with mobile development and I wanted to be a part of the mobile team, most of my time until the Milestone 1 was spent on learning. Firstly, I made a research about which language and tools that we could use and shared my knowledge with my teammates during our meetings. After deciding to use Flutter for mobile development, I practiced a lot to get familiar with. Then, my main responsibility was to create the sign-up screen and making its backend connection. I also helped other mobile team members when they had issues developing their own parts.
+* *Code related significant issues:*
+ * Started to create a sign-up page for the mobile application: [#193](https://github.com/bounswe/bounswe2022group5/issues/193)
+ * Added the user type selection to the sign-up screen as discussed in the [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1): [#216](https://github.com/bounswe/bounswe2022group5/issues/216)
+ * Added an API service class to the mobile app: [#240](https://github.com/bounswe/bounswe2022group5/issues/240)
+ * Made the register API call for signup and connected our signup screen to the backend service: [#245](https://github.com/bounswe/bounswe2022group5/issues/245)
+ * Fixed a bug about login pages being on top of each other after sign-up: [#277](https://github.com/bounswe/bounswe2022group5/issues/277)
+* *Management related significant issues:*
+ * Opened an issue to ask members for font suggestions: [#209](https://github.com/bounswe/bounswe2022group5/issues/209)
+ * Edited the README file of the mobile application code to add a description and a guide about how to run the code: [#234](https://github.com/bounswe/bounswe2022group5/issues/234)
+### Pull Requests:
+* Initial implementation of the sign-up screen: [#215](https://github.com/bounswe/bounswe2022group5/pull/215)
+* Branch field is added for doctor sign-up: [#222](https://github.com/bounswe/bounswe2022group5/pull/222)
+* API service class is added: [#244](https://github.com/bounswe/bounswe2022group5/pull/244)
+* Register API call for mobile is handled: [#255](https://github.com/bounswe/bounswe2022group5/pull/255)
+* Login pages being on top of each other after sign-up is fixed: [#278](https://github.com/bounswe/bounswe2022group5/pull/278)
+
+
+
+
+ Irfan Bozkurt
+
+### Member: [Irfan Bozkurt - Group 5](https://github.com/bounswe/bounswe2022group5/wiki/Irfan-Bozkurt)
### Responsibilities:
-In order to develop the project, I have been in the many situations and tasks where I can put my effort on. Recently, most of the responsibilities that are assigned to me were relevant to mobile development. Since I have not done a mobile development prior to this project, I had to study Flutter and Dart to improve my skills for our application.
+- Attending weekly general meetings and taking notes
+- Revising and changing requirements
+- Revising and proposing changes in class diagrams
+- Deciding on development & deployment roadmap of Backend
+- Attending weekly back-end meetings and deciding on strategies
+- Deploying the database
+- Creating the initial schema & initial tables in the database
+- Writing unit tests on the initial model classes
+- Dockerizing the back-end
+- Deployment of 2 different versions of back-end
### Main Contributions:
-For medical experience sharing platform, creating profile page of the mobile application was my most essential contribution. I was also the note taker of our development team. Also, I have been a part of Requirement Specification, and Creation of Scenarios and Mock ups.
+Overall, my contributions mainly included architectural decisions; revision of requirements; database, docker, deployment-related tasks; and reviewing important back-end code.
#### Code related significant issues:
-[(#207)](https://github.com/bounswe/bounswe2022group5/issues/207) I created a Profile Widget and placed it above the profile screen. Then, I created a widget named buildName for showing the information of the active member. Lastly, I created a class named ProfileListItem, and created buttons for activity histories for Likes, Comments, Posts. Lastly, I placed the AppBar. that we used for many mobile screens.
+* [Choosing / Deploying a Database Service](https://github.com/bounswe/bounswe2022group5/issues/194)
+* [Create Initial Tables in the Database](https://github.com/bounswe/bounswe2022group5/issues/199)
+* [Unit tests for model classes](https://github.com/bounswe/bounswe2022group5/issues/199#issuecomment-1288161363)
+* [Dockerization and Deployment of Backend](https://github.com/bounswe/bounswe2022group5/issues/220)
+* [Fix the authentication_classes bug & deploy new version](https://github.com/bounswe/bounswe2022group5/issues/246)
#### Management related significant issues:
-[(#217)](https://github.com/bounswe/bounswe2022group5/issues/217) After [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1), we decided to revised the [project requirements](https://github.com/bounswe/bounswe2022group5/wiki/Requirements), and changed them according to Discussion. I reviewed all of the requirements that are according to our last decisions. I deleted the unnecessary ones, changed the altered ones, and added new requirements if there are absent ones.
-
-[(#268)](https://github.com/bounswe/bounswe2022group5/issues/217) After [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1), we decided to create two scenarios for CMPE451 Milestone 1. I was assigned for the [Scenario 2](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-2-for-Milestone-1). After creation of the first scenario, we created another character and created a different scenario for that character
+* On [this issue about requirements](https://github.com/bounswe/bounswe2022group5/issues/173), I have significant contribution as can be seen from the comments: [this](https://github.com/bounswe/bounswe2022group5/issues/173#issuecomment-1272586250), [this](https://github.com/bounswe/bounswe2022group5/issues/173#issuecomment-1272582240), [this](https://github.com/bounswe/bounswe2022group5/issues/173#issuecomment-1272582140)
+* [Meeting notes](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.2) is taken by me and was important to determine the initial development structure.
-### Pull Requests:
- - ([#228](https://github.com/bounswe/bounswe2022group5/pull/228)) As mentioned above, my mainly part was creating profile page for mobile application.
- - ([#273](https://github.com/bounswe/bounswe2022group5/pull/273)) To make the code look more organized, I separated files for profile widgets
- - ([#276](https://github.com/bounswe/bounswe2022group5/pull/228)) After creation of the endpoints, I changed the mock data with the actual data.
+Pull Requests:
+* [Backend/feature/initial tables](https://github.com/bounswe/bounswe2022group5/pull/203)
+* [App dockerized and deployed](https://github.com/bounswe/bounswe2022group5/pull/231)
+* [Small bug fix ](https://github.com/bounswe/bounswe2022group5/pull/247)
-### Additional Information
-Here is my other important efforts before CMPE 451 Milestone 1.
-|#|Task|
-|---|---|
-|1|Attended Meeting [13.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-13.1), [14.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-14.1), [15.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-15.1), [16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1)|
-|2|Attended Mobile Meetings [1](https://github.com/bounswe/bounswe2022group5/wiki/Mobile-Meeting-1), [2](https://github.com/bounswe/bounswe2022group5/wiki/Mobile-Meeting-2), [3](https://github.com/bounswe/bounswe2022group5/wiki/Mobile-Meeting-3), [4](https://github.com/bounswe/bounswe2022group5/wiki/Mobile-Meeting-4). |
-|3|Assigned issues [#173](https://github.com/bounswe/bounswe2022group5/issues/173), [#179](https://github.com/bounswe/bounswe2022group5/issues/179), [#207](https://github.com/bounswe/bounswe2022group5/issues/207), [#217](https://github.com/bounswe/bounswe2022group5/issues/217), [#240](https://github.com/bounswe/bounswe2022group5/issues/240), [#266](https://github.com/bounswe/bounswe2022group5/issues/266), [#275](https://github.com/bounswe/bounswe2022group5/issues/275).|
-|4|Reviewed issues [#171](https://github.com/bounswe/bounswe2022group5/issues/171), [#180](https://github.com/bounswe/bounswe2022group5/issues/180), [#190](https://github.com/bounswe/bounswe2022group5/issues/190), [#209](https://github.com/bounswe/bounswe2022group5/issues/209), [#225](https://github.com/bounswe/bounswe2022group5/issues/225), [#229](https://github.com/bounswe/bounswe2022group5/issues/229), [#234](https://github.com/bounswe/bounswe2022group5/issues/234), [#245](https://github.com/bounswe/bounswe2022group5/issues/245), [#261](https://github.com/bounswe/bounswe2022group5/issues/261), [#264](https://github.com/bounswe/bounswe2022group5/issues/264), [#268](https://github.com/bounswe/bounswe2022group5/issues/268), [#277](https://github.com/bounswe/bounswe2022group5/issues/277), [#279](https://github.com/bounswe/bounswe2022group5/issues/277), [#281](https://github.com/bounswe/bounswe2022group5/issues/281).
+
+
+ Mehmet Emre Akbulut
+### Member: [Mehmet Emre Akbulut - Group 5](https://github.com/bounswe/bounswe2022group5/wiki/Mehmet-Emre-Akbulut)
+### Responsibilities:
+- Enrolling in the meetings and taking notes during the meeting
+- Revising Scenario&Mockups and making changes on requirements according this revision
+- Deciding Roadmap of Backend Development
+- Helping on deciding branch and PR conventions
+- Documenting Tech Stack of project
+- Creating initial base backend project with Django and Django REST
+- Implementing Token Authentication on Backend
+- Documenting APIs
+- Implementing Login, Signup, Logout and Personal Info endpoints
+- Helping Mobile and Frontend Team to connect project to Backend
+- Creating Scenario 1 with [Yavuz Samet Topçuğlu](https://github.com/bounswe/bounswe2022group5/wiki/Yavuz-Samet-Topcuoglu) and [Halil Burak Pala](https://github.com/bounswe/bounswe2022group5/wiki/Halil-Burak-Pala)
+- Helping team to document deliverables for Milestone 1
-
-
-
-
+### Main Contributions:
+In the first weeks I helped revise and make some changes to requirements and scenario&mockups. I helped create branches and PR conventions for collobrative work. After splitting into teams, I created a roadmap for the Backend Team. After deciding on Django as a technology, I created the inital project. After that, I implemented the Authentication settings and documented and implemented the Login, Signup, Logout and Personal Info endpoints with the help of Token Authentication. I helped frontend and mobile connect to backend.
+#### Code related significant issues:
+
+* [Creating requirements.txt for backend development](https://github.com/bounswe/bounswe2022group5/issues/195) after [Backend Meeting 1.1](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.1)
+* [Creating 'authentication' module inside the project](https://github.com/bounswe/bounswe2022group5/issues/204) after [Backend Meeting 1.1](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.1)
+* [Implementing Token Authentication with Django Rest Framework](https://github.com/bounswe/bounswe2022group5/issues/205) after [Backend Meeting 1.1](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.1)
+* [Creating the API documentation for Signup](https://github.com/bounswe/bounswe2022group5/issues/206) after [Backend Meeting 1.1](https://github.com/bounswe/bounswe2022group5/wiki/Backend-Meeting-1.1)
+* [Implementing Login and Signup Endpoints](https://github.com/bounswe/bounswe2022group5/issues/218) after [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1)
+* Other non-significant issues available on [Issues Page](https://github.com/bounswe/bounswe2022group5/issues)
+#### Management related significant issues:
+* [Revising the Scenarios and Mockups, making adjustments needed.](https://github.com/bounswe/bounswe2022group5/issues/170) after [Meeting 13.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-13.1)
+* [Revising the Scenarios and Mockups, make adjustments needed according to the changes done in the Requirements.](https://github.com/bounswe/bounswe2022group5/issues/182) after [Meeting 14.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-14.1)
+* [Deciding on Time and Platform for Backend Team First Meeting](https://github.com/bounswe/bounswe2022group5/issues/183)
+* [Preparing the Pull Request Template](https://github.com/bounswe/bounswe2022group5/issues/184) after [Meeting 15.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-15.1)
+* [Creating initial backend project on GitHub](https://github.com/bounswe/bounswe2022group5/issues/187)
+* [Opening a wiki page for the Tech Stack](https://github.com/bounswe/bounswe2022group5/issues/210) after [Meeting 15.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-15.1)
+* [Creating Scenario 1 for Milestone 1](https://github.com/bounswe/bounswe2022group5/issues/268) after [Meeting 16.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-16.1)
+* Other non-significant issues available on [Issues Page](https://github.com/bounswe/bounswe2022group5/issues)
+Pull Requests:
+* [Requirements added to repo](https://github.com/bounswe/bounswe2022group5/pull/196)
+* [Authentication Module Created](https://github.com/bounswe/bounswe2022group5/pull/208)
+* [token auth and initial authentication](https://github.com/bounswe/bounswe2022group5/pull/211)
+* [login and signup endpoints finished](https://github.com/bounswe/bounswe2022group5/pull/219)
+* [Cors headers added](https://github.com/bounswe/bounswe2022group5/pull/239)
+* [Me endpoint added](https://github.com/bounswe/bounswe2022group5/pull/242)
- Yavuz Samet Topcuoglu
-## **Member:** [Yavuz Samet Topcuoglu](https://github.com/bounswe/bounswe2022group5/wiki/Yavuz-Samet-Topcuoglu), Group 5.
+
+
+ Oğuzhan Demirel
+
+## **Member:** [Oğuzhan Demirel, Group 5](https://github.com/bounswe/bounswe2022group5/wiki/Oğuzhan-Demirel).
### **Responsibilities:**
-- Implementing one of the components of the website, as well as other documentation responsibilities.
+- Participating the customer meetings and also team meetings.
+- Revising the Class Diagram and making necessary changes according to updated requirements.
+- Revising the Sequence diagram according to updated requirements.
+- Deciding branch conventions for all the teams and helping on PR conventions & templates.
+- Learning and researching on Django Framework for backend.
+- Reviewing assigned issues and making necessary contributions.
+### **Main contributions:**
+The majority of my time up until the Milestone 1 was focused on studying because I had little experience with Django framework and wanted to be a member of the backend team. I created branch and PR conventions pages for the use of all of my team. I also revised class diagrams and my sequence diagram for update. Added new members to our communication platforms. Helped my teammate to decide tools and frameworks that we use. Reviewed lots of issues and PRs' to make high performance app.
+- Created a [Branch convention page](https://github.com/bounswe/bounswe2022group5/wiki/Branch-Convention) for all the team members.
+- Changing the [Class Diagram](https://github.com/bounswe/bounswe2022group5/issues/181) according to our new requirements.
+ * **Code related significant issues:**
+ * [Issue #262](https://github.com/bounswe/bounswe2022group5/issues/262): Analyzing the Backend code conventions page and giving some feedbacks about the document.
+ * [Issue #184](https://github.com/bounswe/bounswe2022group5/issues/184): Making changes on [Pull Request Template](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-2-for-Milestone-1), and clarify some topics.
+ * [Issue #218](https://github.com/bounswe/bounswe2022group5/issues/218): Reviewing the [Login](https://github.com/bounswe/bounswe2022group5/wiki/Login-API-Documentation) and [Signup](https://github.com/bounswe/bounswe2022group5/wiki/Signup-API-Documentation) Documentation and giving some suggestions about error cases.
+
+ * **Management related significant issues:**
+ * [Issue #266](https://github.com/bounswe/bounswe2022group5/issues/266): Reviewing the [Scenario 2](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-2-for-Milestone-1), and giving some suggestions about that.
+ * [Issue #178](https://github.com/bounswe/bounswe2022group5/issues/178): Analyze the [Use Case Diagram](https://github.com/bounswe/bounswe2022group5/wiki/Use-Case-Diagram).
+
+
+
+ Ozan Kılıç
+
+## **Member:** [Ozan Kılıç](https://github.com/bounswe/bounswe2022group5/wiki/Ozan-K%C4%B1l%C4%B1%C3%A7), Group 5.
+### **Responsibilities:**
+- Creating one of the frontend part of the project, reviewing some pull requests, and documentation.
### **Main contributions:**
-- Implemented [Article card layout](https://github.com/bounswe/bounswe2022group5/tree/master/app/frontend/src/layouts/Article) and Article cards.
-- Created an [Issue Template](https://github.com/bounswe/bounswe2022group5/wiki/Issue-Template) to be consistent within group.
-- Formed a [scenario](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-1-for-Milestone-1) to be presented on Milestone 1.
+- Coding of posts and [forum page](https://github.com/bounswe/bounswe2022group5/pull/251) .
+- Creating frontend coding conventions page [Issue #263](https://github.com/bounswe/bounswe2022group5/issues/263).
+- Planning communication times and platforms to make meetings [Issue #274](https://github.com/bounswe/bounswe2022group5/issues/274).
* **Code related significant issues:**
- * [Issue #241](https://github.com/bounswe/bounswe2022group5/issues/241): Implementation of the Article card component which is going to be visible on the Homepage of the website.
+ * [Issue #223](https://github.com/bounswe/bounswe2022group5/issues/223) : Posts and forum page implementation.
* **Management related significant issues:**
- * [Issue #178](https://github.com/bounswe/bounswe2022group5/issues/241): Revising the [Use Case Diagram](https://github.com/bounswe/bounswe2022group5/wiki/Use-Case-Diagram), and made changes on it according to the changes done in [Requirements](https://github.com/bounswe/bounswe2022group5/wiki/Requirements) after the Customer Meeting.
- * [Issue #185](https://github.com/bounswe/bounswe2022group5/issues/185): Gathering suggestions for the name and logo of our project.
- * [Issue #268](https://github.com/bounswe/bounswe2022group5/issues/185): Forming a [scenario](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-1-for-Milestone-1) where a doctor signs up and logs in to the website.
+ * [Issue #263](https://github.com/bounswe/bounswe2022group5/issues/263): Code convention documentation for every frontend team member to apply.
+ * [Issue #274](https://github.com/bounswe/bounswe2022group5/issues/274): Arranging meeting times.
### **Pull requests:**
-- [Pull Request #243](https://github.com/bounswe/bounswe2022group5/pull/243): Article cards are available to be displayed on the homepage.
-
+- [Pull Request #254](https://github.com/bounswe/bounswe2022group5/pull/254): Posts and forum is implemented for homepage
-
-
-
- Sinan Kerem Gündüz
+
+ Sinan Kerem Gündüz
## **Member:** [Sinan Kerem Gündüz](https://github.com/bounswe/bounswe2022group5/wiki/Sinan-Kerem-Gündüz), Group 5.
@@ -461,6 +422,34 @@ After all, Together with Alper Canberk Balcı, and Engin Oğuzhan Şenol, we hav
+ Yavuz Samet Topcuoglu
+
+## **Member:** [Yavuz Samet Topcuoglu](https://github.com/bounswe/bounswe2022group5/wiki/Yavuz-Samet-Topcuoglu), Group 5.
+### **Responsibilities:**
+- Implementing one of the components of the website, as well as other documentation responsibilities.
+
+### **Main contributions:**
+- Implemented [Article card layout](https://github.com/bounswe/bounswe2022group5/tree/master/app/frontend/src/layouts/Article) and Article cards.
+- Created an [Issue Template](https://github.com/bounswe/bounswe2022group5/wiki/Issue-Template) to be consistent within group.
+- Formed a [scenario](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-1-for-Milestone-1) to be presented on Milestone 1.
+
+ * **Code related significant issues:**
+ * [Issue #241](https://github.com/bounswe/bounswe2022group5/issues/241): Implementation of the Article card component which is going to be visible on the Homepage of the website.
+
+ * **Management related significant issues:**
+ * [Issue #178](https://github.com/bounswe/bounswe2022group5/issues/241): Revising the [Use Case Diagram](https://github.com/bounswe/bounswe2022group5/wiki/Use-Case-Diagram), and made changes on it according to the changes done in [Requirements](https://github.com/bounswe/bounswe2022group5/wiki/Requirements) after the Customer Meeting.
+ * [Issue #185](https://github.com/bounswe/bounswe2022group5/issues/185): Gathering suggestions for the name and logo of our project.
+ * [Issue #268](https://github.com/bounswe/bounswe2022group5/issues/185): Forming a [scenario](https://github.com/bounswe/bounswe2022group5/wiki/Scenario-1-for-Milestone-1) where a doctor signs up and logs in to the website.
+### **Pull requests:**
+- [Pull Request #243](https://github.com/bounswe/bounswe2022group5/pull/243): Article cards are available to be displayed on the homepage.
+
+
+
+
+
+
+
+