Tonychen0227 / CPSC436

MIT License
0 stars 1 forks source link

Scrum Report: July 6 #48

Open Tonychen0227 opened 5 years ago

Tonychen0227 commented 5 years ago

Tony:

Past two weeks: Implement all of user login, with the following features: email/password login, sha256 hashing, email validation before login, password reset through email, facebook OAuth login, and JWT token caching that signs users back in if they did not log out. Load profile image base64s into database so profile pics may be displayed without access to a server. Retrieve profile images from Facebook GRAPH API.

Next two weeks: Potentially refactor API into a set of services, allow base64 saving of profile images from facebook to database, allow user to edit their favorite team and display information regarding that, allow a user to upload their own profile image, and bugfixes regarding login feature. The goal is to finish all of user login next sprint.

Roadblocks: Facebook Graph API being hard to use sometimes, saving base64 profile images from facebook (didn't end up figuring this out), was bottlenecked by sendinblue since it took 3 days to get my API set up.

peterhan7 commented 5 years ago

Tony:

Past two weeks: Completed our news component with an auto-flipping, infinite loop carousel functionality. I have also completed redesigned our app styling using Bulma package. I have styled our nav bar and about page. I have rewritten our nav bar using react-router-dom package. Integrated our app with API providers npm package, but there is currently an issue with our credential

Next two weeks: FIx our API credential issue with API provider. Fix bug in the News component. Add more styling to our app. Complete the API integration so we can retrieve data from the API provider

blackalkane commented 5 years ago

Yuting:

Past two weeks: design single player stat g2 graph, select-dropdown bar, comparison graph for Home page.

Next two weeks: design pivot data filter table for LogIn page, add match data component to the Home page, rewrite CSS for the whole project with Peter.

Roadblocks: understand to use chart packages is a challenge