rikili / ProPlanner

A simple and effective trip planning app for groups.
2 stars 1 forks source link

Scrum Report 3 #16

Open rikili opened 1 year ago

rikili commented 1 year ago

Ricky Li - r1j2b

  1. I worked on implementing an error notification system, assisted in forming the API for the backend, and worked on making our calendar component fit a new form of data format.
  2. I struggled deciding how best to approach storing and delivering data to the frontend, mainly being conflicted in deciding when API calls should be made, when they should be made, and what should be contained in them.
  3. I plan to complete the logic side of the calendar and outing components, having them hooked up fully with the backend. Also, I hope to start looking at some of the integration options that are possible with google maps or other mapping tools.
vincewu124 commented 1 year ago

Vincent Wu - x8c2b

  1. I worked on the REST API (get, put, and post) calls for the trip portion of our project and formulating the structure on how it will be stored in the database.
  2. I worked on implementing cross-timezone compatibility which took up a large portion of my time even though it wasn't part of our requirements and took up time that could have been used for the API calls. I found that it would be better to finished the rest of the REST APIs for the other parts of the project before adding this additional functionality.
  3. I plan on finishing the REST APIs for the remaining portion of our project (outings and trip) and then work on the timezone functionality afterwards.
heeseop-an commented 1 year ago

Heeseop An - t3r1y

  1. I worked on the poll and option components to implement the voting page as well as included error handling feature.
  2. The challenge I faced was keeping track of users' voting status so that they can vote more than multiple times and apply the status changes to the store and the bar charts.
  3. I plan to finish the voting page and then connects to the backend. If time permits, I hope to start working on the cost splitting page.
radmantvk commented 1 year ago

Radman Avakoli - v1a3b

  1. I worked on refactoring Calendar related components, adding functionality and preloaded data, improving CSS with react bootstrap integration, developing mock ups for poll page
  2. An issue we faced was connecting all the pages together for our demo, which should be solved for the next demo
  3. I plan to create mock ups for Cost Splitting feature and to explore google map APIs for a suitable integration