tendy-s / OutDoorly

0 stars 0 forks source link

Scrum report #5 #68

Open tendy-s opened 11 months ago

tendy-s commented 11 months ago

Each individual needs to post their scrum report as a comment on this issue:

**Questions your comment should answer:

What did you work on this past iteration (2 weeks)? What were any major issues/challenges you ran into? What do you plan to work on for this coming iteration (2 weeks)?**

Rubric: 2: Includes all 3 points. Demonstrates a bit of meaningful reflection on at least one item in the report. 1: Simplistic, or no meaningful, specific information. 0: Missing or Late.

dong-michael commented 11 months ago

Name: Michael Dong CSID: f2m2e

What did you work on this past iteration (2 weeks)?

I worked on the deployment of our back-end web-service, and our front end static site. There were some initial bugs that prevented the application from either building or running, so I also spent time debugging and resolving these issues.

What were any major issues/challenges you ran into?

It was often the case that when the application ran locally, everything was working well, but when the application was things tended to break. These issues were resolved by correcting small bugs here and there, debugging using the console, and changing environment settings or render settings.

What do you plan to work on for this coming iteration (2 weeks)?**

I will be working on cleaning up the code base, adding finish touches to anything that requires attention, testing, and writing documentation. I will also be working with my group to go over the presentation.

babakhadady commented 11 months ago

Name: Babak Hadady CSID: y9m6h

What did you work on this past iteration (2 weeks)?

I worked on integrating the user logic into the reviews, which including posting and deleting a review, and also editing a review. I also updated some styling and included some more park information.

What were any major issues/challenges you ran into?

I had some problems with user logic which was rather annoying. there were also some features I wanted to implement but was not able to because the logic had not been setup to function accordingly.

What do you plan to work on for this coming iteration (2 weeks)?**

I will be working on cleaning up the code base, and writing documentation. I hope to also add some concrete error handling with reviews and to remove some features that were never implemented (image liking)

tendy-s commented 11 months ago

Name: Tendy Su csid: f7p0u

What did you work on this past iteration (2 weeks)?

This past iteration I worked on integrating the frontend with the backend endpoints for user login with Google Oauth and storing sessions using Local Storage. I learned how to decode jwt tokens in order to grab relevant information to display as a feedback message. I also integrated the pagination endpoints to ensure it works properly for search results and user reviews (I then tested this by populating our database with various reviews using a script).

What were any major issues/challenges you ran into?

It was challenging to figure out how to integrate with Google Oauth and what would need to be done on the client to make sure the overall login process makes sense, and I ended up doing a lot of research to make it work.

What do you plan to work on for this coming iteration (2 weeks)?**

For this coming iteration, I plan to write documentation, prepare for the final demo, clean up the code, and address any issues that arise through further testing.

betternick commented 11 months ago

Name: Syed Waqar Ahmed CSID: a2o6b

What did you work on this past iteration (2 weeks)? Since I had completed all the development tasks assigned to me, in the past 2 weeks, I worked on testing our web application and identified a number of UI bugs/usability issues we would like to resolve before final project demo.

What were any major issues/challenges you ran into? I did not encounter any major issues in user testing the web application. Since I wanted to test the responsiveness of our UI, I made use of the developer tools in Chrome to test for different screen sizes and device configurations. We also needed to replace all instances of "amp&;" with "&" which was one of the bugs we had identified in our data. This was tricky since MongoDB does not support updating parts of string fields directly and so I could not just use the 'updateMany' query, therefore I wrote a script that iterated over all fields of all items in the collection, replacing the faulty string with the correct one.

What do you plan to work on for this coming iteration (2 weeks)? In the next two weeks, I will be working on completing the documentation, cleaning up the code, and making sure the UI/UX issues identified in testing are resolved as much as possible.

h-xi commented 11 months ago

Name: hai xin Xi CSID: z3j4e

What did you work on this past iteration (2 weeks)?

I worked on the backend logic for user authentication and authorization. Wrote logic to create and decrypt jwt token and sending to client

What were any major issues/challenges you ran into?

google oauth needed to match up with gcp. Bc we were creating our own .env file there were issues getting our app to connect with google API

What do you plan to work on for this coming iteration (2 weeks)?

Fix any bugs that come up. Manually Test UI/UX for unforeseen issues and bugs