alexzheng587 / scholars-direct

Video and voice calling web app using WebRTC
2 stars 1 forks source link

Scrum Update 3 #14

Open coljzh214 opened 4 years ago

coljzh214 commented 4 years ago

l8v0b: Last week I worked on initial redux controller setup for the main question page and made general frontend work on navbar, question page and general webpage. No real challenges so far but I expect difficulty to ramp up for the next few weeks. Now, I will take a look into improve redux and adding filters/tab search on question page, and link functionality from question page to chat session, and start integrating backend and DB.

alexzheng587 commented 4 years ago

t4tx0b: Last week I set up the express server and got the video chat rooms to work. Now I will try to add database functionality so the front end can call an API to get information from the server. This will allow me to call a specific user that has registered on the website.

pengweiZhou6 commented 4 years ago

w3h2b: Last week I implement react-redux on login function and register function to store new user. It can handle mismatch user account/password. There is not much trouble for last week since I just use what I learn from lecture and assignment 2. I also implement navbar which will change if user login. Next week I will create Google Auth and having more user info posted on profile page, also I will connect user account to database and use node.js and express to connect between database and frontend.

liu650 commented 4 years ago

L2b2b: last week I implemented an offerHelp functionality which allow tutors to send a help offer to students, and I also added and connected it to a reducer. The challenge is figuring out what data we need. Next week I will connect it to database