aaronNgu / CourseHub

1 stars 5 forks source link

Scrum - Workshop 4 #19

Open aaronNgu opened 4 years ago

aaronNgu commented 4 years ago

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)?

INCLUDE your CSID in your post.

Grading rubric from the course webpage :

On-time delivery. (A 0/2 here results in an overall 0 without review of the subsequent items.) Includes each required item in the scrum report. Demonstrates a bit of meaningful reflection on at least one item in the report. (It’s particularly natural for this to be in “where you might have gotten stuck”.)

aaronNgu commented 4 years ago

CSID: m9k1b

  1. Work on refactoring the old components to use Material UI components. Set up Redux. Integrate Redux into our application. Worked on the homepage.
  2. No Major Issues/Challenges
  3. Continue fixing the UI and implement new pages
Spandana-Baruah commented 4 years ago

CSID: k4k2b

  1. Incorporating Redux into our app. Created a few actions, updated reducer accordingly, modified some components to match view for the redux functionality.
  2. Not sure about some reducer logic for a couple actions that I want to implement. Spent a long time trying to figure that out. Will reach out to team-mates/TAs to get help on this.
  3. Finalize the user workflow and accordingly update our data structures and db collections. Set up login functionality as well as look into deploying the app.
wwyc commented 4 years ago

CSID: z3f5

  1. Discussed different data structures and collections set up. Added default data and connected redux to components.
  2. Cannot decide on userflow yet. Current components need to be organized.
  3. Set up mongo db / express and connect to app.
illeanz commented 4 years ago

CSID: n5b1b

  1. Fixing up the UI to use material-ui, refactoring files and cleaning up the file structure, setting up Router
  2. Learning curve for making changes to the UI and Router
  3. New components for user profile, about, and contact pages