adimatulac / CoHabs

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

Week 5 #16

Open jessHuh opened 5 years ago

jessHuh commented 5 years ago

What did you work on this past iteration? I removed insecure and auto-publish dependency. I made the api file that handles methods that can be called from the client side and separate client and server side.

What were any major challenges/issues you ran into? Learn how to separate client and server side.

What do you plan to work on for this coming iteration? I'll be focused on making new feature: create a group and retrieve/render based on the specific group id.

adimatulac commented 5 years ago

What did you work on this past iteration? I cleaned up the frontend and its respective directories, moved all of the components to the Semantic UI framework, added a login and registration page, and added sorting functions for the notes.

What were any major challenges/issues you ran into? Planning out how to sort the notes efficiently, and using Meteor appropriately in all of the UI cases.

What do you plan to work on for this coming iteration? I'll be working primarily on the notes section, adding additional sorting functions, expiry dates, archival support, as well as setting up the different user views.

jsk33 commented 5 years ago

What did you work on this past iteration? I worked on setting up our project with an external online database outside of the default local mongodb setup so that all of us can have the same dataset to work with on our own computers.

What were any major challenges/issues you ran into? Setting up an external database was a little tricky because meteor comes integrated with its local mongodb.

What do you plan to work on for this coming iteration? I’ll be working on figuring out how we can associate group IDs to individual users and having it as part of the registration process.