Open jessHuh opened 5 years ago
What did you work on this past iteration? I fixed the accounts process and conditionally rendering notes based on each user. Worked on dates for the notes but didn't get very far. Also started on routing.
What were any major challenges/issues you ran into? Figuring out how to store dates and which router we should use, finding resources for both.
What do you plan to work on for this coming iteration? I'll be focusing on dates, routing, and user authentication for more conditional rendering.
What did you work on this past iteration? I worked on setting up MongoDB with meteor so that we can get persistent data stored for our bulletin board.
What were any major challenges/issues you ran into? Figuring out how to work around redux with MongoDB.
What do you plan to work on for this coming iteration? I'll work on making our features group-specific so only members of a group may view certain items.
What did you work on this past iteration? I changed how we store the data : from redux to mongodb and implemented get/delete/add function which are connected to Mongodb
What were any major challenges/issues you ran into? Learn how to use Meteor mongodb and figure out server/client side of meteor
What do you plan to work on for this coming iteration? I'll be focused on making new feature: create a group and users can only see their group's notes