adimatulac / CoHabs

Team web application project for CPSC 436I
0 stars 2 forks source link

Week 3 #9

Open jessHuh opened 5 years ago

jessHuh commented 5 years ago

What did you work on this past iteration? Implemented "log-in" and "create an account" part & Refactoring react and redux files

What were any major challenges/issues you ran into? Wiring react & redux & meteor together and refactoring our current structure

What do you plan to work on for this coming iteration? I plan to do further research on user authentication process, create groups and send invitation

jsk33 commented 5 years ago

What did you work on this past iteration? I made a new React component for the accounts UI and password setup in Meteor as well as having our React & Redux files work within Meteor.

What were any major challenges/issues you ran into? Trying to find a way to use a username to log in instead of an email address, which is the way Meteor does it by default.

What do you plan to work on for this coming iteration? I'm planning to alter the log-in code so that only logged-in users can access certain info on the app.

adimatulac commented 5 years ago

What did you work on this past iteration? I hooked up and restructured our project to accommodate for redux, as well as styled the components using React Bootstrap and Material UI.

What were any major challenges/issues you ran into? Trying to run and use meteor - still not getting the hang of it.

What do you plan to work on for this coming iteration? I'll be working on routing the other tabs/pages, as well as mocking up the content for each of the views.