Abdullah Rüzgar ‐ Milestone 1 Personal Contribution - bounswe/bounswe2025group8 GitHub Wiki
Abdullah Rüzgar
-
Responsibilities:
- Development of mobile
- Setup of GitHub Projects
-
Main contributions:
- Setup Github Project for improved project management with automated workflows and backlog, iteration, roadmap views
- Setup fresh Mobile project and migrated some reusable pages such as login, register
- Collaborated implementation of Customer Milestone 1 features within the mobile team
- Tested the mobile features for bugs and created several bug issues with clear descriptions and reproduction steps
- Fixed critical bugs in the mobile code
- Wrote "Evaluation of Tools & Processes for Project Management" part of the milestone report
- Created mobile scenario for the Milestone Demo and participated in the mobile functionality demonstration
-
Code-related significant issues:
-
#351 [MOBILE][BUG] Leave a review opening edit request window
-
#352 [MOBILE][BUG] Cannot visit profile from Assigned Volunteers section in Request Details
-
#354 [MOBILE][BUG] Logging out in the middle of Create Assistance Request
-
#391 [MOBILE][BUG] Error loading request details as a volunteer or guest
-
Non-code-related significant issues:
-
Pull requests that you have created, merged, and reviewed
- PR#346 Add voluntering and reaching profile from post on mobile - Reviewed and merged with no conflicts
- PR#389 fixed [MOBILE][BUG] Logging out in the middle of Create Assistance Request - Created by me
- PR#392 fixed [MOBILE][BUG] Leave a review opening edit request window - Created by me
- PR#400 Implemented getting categories from backend - Created by me
- PR#411 fix(mobile): bug about number of volunteered while selecting - Reviewed and merged with no conflicts
- PR#417 Fixed status message and errors - Created by me
- PR#418 Fixed phone number being displayed when user is not assigned - Reviewed and merged
- PR#421 Fixed errors in request details, configured deployed IP - Reviewed PR
- PR#422 Fixed authentication logic - Reviewed PR
- PR#423 Added mobile project folder from mobile/development branch - Created by me
- Due to merge conflicts while merging mobile/development into the main branch, we created a merge branch and uploaded the mobile project folder then opened a PR from the merge branch which was based on main.
- pushed listVolunteers method in api.ts since github saw no changes in merge pr
- In PR#422 GitHub didn't recognize changes to the listVolunteers() function and saw no conflicts when it should have. So we pushed changes directly to the mobile/development branch to impose our changes as a solution.