Ömer Arslan Time Tracking - bounswe/2021SpringGroup2 GitHub Wiki
CMPE352
Week 1 (22.03.2021 - 28.03.2021)
Watched the git tutorial video from the given link. (1 hour)
Had a meeting on discord about discussing the assignment. (2 hours)
Documentation. (1 hour)
Created personal wiki page.
Created time tracking wiki page.
Created repository research wiki page.
Week 2 (29.03.2021 - 04.04.2021)
Task : Meeting with our team (2 hours)
Discussed about assignment.
Week 3 (05.04.2021 - 11.04.2021)
Task : Meeting with our team (1 hour)
Reviewed our effort about assignment.
Task : Reviewing requirements (0.5 hours)
Week 4 (12.04.2021 - 18.04.2021)
Task : Meeting with our team (1 hour)
Discussed about the scenarios we will set up.
Task : Meeting with our customer (1.5 hours)
Q&A and reviewed our scenarios.
Task : Creating scenarios (1 hour)
Task : Reviewing other scenarios and mockups (0.5 hours)
Task : Completing the assignment (0.5 hours)
Summarized the work by describing it.
Summarized the effort I made.
Week 5 (19.04.2021 - 25.04.2021)
Task : Meeting with our team (1.5 hours)
Discussed about creating class diagrams.
Assigned each other the diagrams.
Assigned myself creating equipment search class diagram.
Task : Creating equipment search class diagram (0.5 hours)
Task : Customer Meeting (1.5 hours)
Reviewed class diagrams.
Task : Meeting with our team. (0.5 hours)
Reviewed our class diagrams.
Week 6 (26.04.2021 - 02.05.2021)
Task : Customer Meeting (1 hour)
Reviewed last week's effort.
Task : Meeting with our team (1.5 hours)
Examined each other's class diagrams.
Discussed about creating sequence diagram.
Task : Creating sequence diagram for event creator selects from appointees. (1 hour)
Task : Editing requirements according to Customer Meetings
"User rating" parts of the requirements under "sport equipment
recommendation(1.2.7.3)" and "searching (1.2.6.2.1),(1.2.6.2.2)" titles have been
deleted.(0.25 hours)
Meeting with our team (1.5 hours)
Discussed about creating use case diagrams.
Week 7 (03.05.2021 - 09.05.2021)
Task : Meeting with our team (1.5 hours)
Discussed about milestone report.
Distributed the tasks for milestone report.
My parts were preparing the list and status of the deliverables and preparing the project plan for what we have done so far.
Task : Contributing the Milestone Report (4 hours)
Prepared the list and status of the deliverables. (3 hours)
Contributed the project plan. (1 hour)
Week 8 (10.05.2021 - 16.05.2021)
Spring Break
Week 9 (17.05.2021 - 23.05.2021)
Task : Meeting with our team (1.5 hours)
Discussed about APIs and decided which ones to use in the practice-app.
Task : Created get equipment function (2.5 hours)
Created an endpoint that returns a randomly generated equipment using a third-party api (randomapi)
Week 10 (24.05.2021 - 30.05.2021)
Task : Meeting with our team (2 hours)
Discussed about the APIs we have created so far.
After the discussion in the PS, we decided to give everyone both get and post APIs to implement in the project.
Task : Creating Post Blocking API (2.5 hours)
Created an endpoint which posts the blocked IDs of the user and adds the blocked IDs to the database.
Week 11 (31.05.2021 - 05.06.2021)
Task : Meeting with our team (2 hours)
Reviewed each other's APIs.
Found more APIs to be implemented and shared them.
Task : Creating Search Equipment API for Type (1.5 hours)
Created an API that searches the equipment that has the specific equipment type and returns that equipment's attributes.
Task : Creating Search Equipment API for Type (1 hour)
Created an API that searches the equipment that has the specific location and returns that equipment's attributes.
Week 12 (06.06.2021 - 12.06.2021)
Task : Meeting with our team (3 hours)
Reviewed and discussed each other's APIs.
Created API documentation on wiki page.
Task : Filling the API documentation (2 hours)
Filled the documentation with my API's and their detailed explanations.
Task : Pull Request (3 hours)
Pushed my code's last version to my branch and made a pull request.
Edited the code after the objections.
After the approvals of my teammates merged my branch to the development branch.