Tonychen0227 / CPSC436

MIT License
0 stars 1 forks source link

Scrum Report: June 8 #17

Open Tonychen0227 opened 5 years ago

Tonychen0227 commented 5 years ago

Tony: Past two weeks: Import Redux into project, add navigation bar, create boilerplate for the login page, allow the application to be deployed via Heroku, set up mongo connection string Next two weeks: Set up CRUD operations (perhaps an API?), work on the schema required for user table, look into facebook OAuth and dynamically rendering the page based on user info Roadblocks from last two weeks: Figuring out how to implement a navbar, ended up creating a "hack" for it

blackalkane commented 5 years ago

Yuting: Past two weeks: created the view for Stats page using React and Router, finished the first draft of data schema, looked for images required for project, looked for API to request data. Next two weeks: start to create stats table for stats page, add dummy data (maybe real data from API request) to display, implement data filter for stats page, improve data schema once having real data. Difficulty from last two weeks: get the API and learn how to do API request, brainstorm for the data filter of stats page.

peterhan7 commented 5 years ago

Peter: Past two weeks: Added the component and boilerplate for the Home page. Added CSS for Nav bar and buttons. Found several suitable APIs for our project and picked the best one. Contacted the API provider for free student access. Next two weeks: Wait for API provider's response to get the API key. Find our ways to put API response into our database. Looking for NBA news API, Twitter API, Reddit API, etc. for the Home page. Style the page if necessary.