11‐24‐MustafaBatuhanBuber - bounswe/bounswe2025group8 GitHub Wiki

Attended Meetings

Pull Requests

Assigned Issues

Created Issues

Reviewed and Closed Issues

Efforts

  • Issue #674: Prepare Milestone Review - We documented the requirements addressed in this milestone, summarizing which functional and non-functional requirements were implemented and their current status (completed, in progress, or not-started) for the milestone review.
  • Issue #700: [MOBILE] Dockerized Build , PR #666: batuhan/mobile/Dockerized build - I dockerized the mobile app build so we can run the Expo dev server and produce APKs inside a container. It required a lot of effort.
  • The day before the demo, my friends and I worked on completing the missing parts of the mobile application and clearing the app of bugs.
  • Milestone 2 Demo - I took part in the demo for Scenario 2 as Batuhan Biber to introduce the Admin feature.
  • PR #701: Sync mobile/development with latest from main - Made mobile/development up to date with the latest changes from main, including recent frontend and backend updates.
  • Issue #703: [BACKEND][BUG] Requester's Full Address and Phone Number Exposed to Everyone - People who are not volunteers cannot see the requester’s full address and phone number. We were handling this on mobile and frontend with data masking. But I think this should actually be solved on the backend side, and the data should come to us already masked. I shared this idea with the team and opened an issue for the backend team.