aaronNgu / CourseHub

1 stars 5 forks source link

Scrum - Workshop5 #36

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. Implemented frontend for add course review. Implemented front end for the login page. Implemented Facebook Login on the backend. Added dotenv and nodemon for our project. General code clean up.
  2. Trying to figure out how to implement login.
  3. Hook up add a review to the backend. Route the course list to its individual course. Think about how to improve the search course.
wwyc commented 4 years ago

CSID: z3f5

  1. Set up Mongo DB collections. Set up api routes (courses/reviews/users). Connected courselist component to api/db. Implemented add course functionality / button/ dialog box. Explored deployment options.
  2. Learned react thunk and handle async calls with existing component and routings.
  3. Update folder structure. Combining routes from express and react app. Deploy app to Heroku.
Spandana-Baruah commented 4 years ago

CSID: k4k2b

  1. Worked on setup up google oauth 2.0 for the login functionality in the project. I also worked on setting up the database linkage with logged in user info data - this is still a work in progress.
  2. Learning how to use login strategies and how cookies and sessions play a role in the authentication process.
  3. Continue working on the login and authentication part so that it is fully functional. Refine front end UI more. Add project logo.
illeanz commented 4 years ago

CSID: n5b1b

  1. Worked on filtering/search functionality for the homepage; added delete functionality for courseItems.
  2. No major issues, but struggled to write a clean solution to one of the filtering options so I removed it for now.
  3. Maybe work on rating and coursepage functionality