ubc-cpsc455-2024S / project-18_fps_addicts

project-18_fps_addicts created by GitHub Classroom
MIT License
1 stars 1 forks source link

Scrum Report 5 #35

Open linuschen28 opened 1 month ago

linuschen28 commented 1 month ago
  1. What did you work on this past iteration (2 weeks)?
  2. What were any major issues/challenges you ran into?
  3. What do you plan to work on for this coming iteration (2 weeks)?
linuschen28 commented 1 month ago

L.C.

  1. Created GitHub Actions workflow to deploy project to Render on push to main/project_5 branches.
  2. Had a little trouble with GitHub secrets and using the correct access keys.
  3. Live demo dry runs and fixing up any additional bugs we find (polishing up the project).
akong8 commented 1 month ago

A.K.

  1. Updated website scraping script to call geocoding API, and worked on the About and Room Bookings page; updated styling to clean up UI
  2. Had some issues with scraping some of the amenities, going to try again in this last iteration.
  3. I plan to implement a review or favouriting system and clean up the code and UI for our final presentation
Gurman-Bal commented 1 month ago

G.B.

  1. made chat messages editable/deleteable only by the person who sent them, bug fixes involving the chat, introduced cenosring of bad words
  2. Had to figure out how to uniquely id a message belonged to a particular person
  3. I plan on disabling chat untill a person logs in, making chat more secure against bots
latsyrc5 commented 1 month ago

C.Y.

  1. Worked on the distance between markers feature.
  2. Still having trouble with getting the distance line between markers to show up.
  3. I plan to complete the distance feature before the final presentation.
dylanz13 commented 1 month ago

D.Z.

  1. Worked on user login/google auth redirects with the deployed project as well as beginning to implement user data other than profile elements.
  2. Running into blocks with express-session leaking memory and causing the sessions to become unreliable.
  3. Implementing other user database items before mock presentation.