sashankshukla / splash

2 stars 0 forks source link

Scrum Report 6 #116

Open sashankshukla opened 1 year ago

sashankshukla commented 1 year ago

Sashank Shukla - j5n1n

What did you work on this past iteration (2 weeks)? I refined the logic for the price/time graph of user assets, implementing the "price dictionary" concept for each user when they log in. I worked on cleaning up the entire codebase (removing css files since we used tailwind), clear up comments that didn't add to the code, debugging console logs, and refactoring some functions by extracting helpers. I performed some bug fixes surrounding filters, and auth, as well as added some more validation around the LLM response to prevent server crashes.

What were any major issues/challenges you ran into? The refactor was quite large. It was important for me to be programmatic in the way I did it, committing successful refactors as I went to ensure I didn't break anything while refactoring.

What do you plan to work on for this upcoming iteration (2 weeks) (if i had to) ? I would work on adding functionality to show more info about a pool ready for approval by the seller (user list, their contributions etc.). I would work to see if I can substitute OpenAI for the price predictions for something like regression analysis or a proper ML model for at least the housing listings we have.

daman917 commented 1 year ago

Daman Sohi - g7z2b

What did you work on this past iteration (2 weeks)? Made the website more responsive to different screen dimensions and found bugs to fix. Also helped make our final presentation.

What were any major issues/challenges you ran into? I had to learn some new things to make the website more responsive and there were bugs to work through.

What do you plan to work on for this upcoming iteration (2 weeks)? If we continued the project, I would help add a real payment system rather than a mock one and use actual ML for asset price prediction rather than using ChatGPT.

frankeyhe commented 1 year ago

Frankey He - T4P3S

What did you work on this past iteration (2 weeks)? Added error handling site wide to display with either error or success modals Debugging and fixing issues with type mismatch preventing listings to be added Set up of example data for presentation. Fixed node mailer attempting to email empty arrays to empty pools causing server crashes.

What were any major issues/challenges you ran into? Trying to find edge cases of figuring out when token would expire that would sometimes cause a crash of the server.

What do you plan to work on for this upcoming iteration (2 weeks)? If this project was to continue would like to continue with stretch goal and web3 integration / legal contracts to be generated based on sold assets and to have that contract be tied to a token that could be sold / transferred in the future.

mgp2542 commented 1 year ago

Melinda Paul v5o1b

What did you work on this past iteration (2 weeks)? I worked on bug fixes for filters and sellListing, as well as doing general QA and working with teammates to troubleshoot issues with the hosted version of the site. In addition to this, I also created our powerpoint presentation and the graphics included in it.

What were major issues/challenges you ran into? Trying to pinpoint asynchronous issues we were having with the re-rendering of everything was definitely a challenge.

What would you work on if you had more time? I definitely wish I could further optimize the way I'm passing info for filters. I also ran out of time to add the realtime bidding element to Listings.