kghalamb / Team1-ToDo

0 stars 0 forks source link

More refactoring #59

Closed dayodin closed 1 year ago

dayodin commented 1 year ago

Frontend: Refactored, added CSS, and added flex containers Backend: Add the ability to add, delete, and see tasks in a module

kghalamb commented 1 year ago

@dayodin looks good! I don't see any changes that will cause problems with our previous work it is encapsulated well!

kpmcnulty commented 1 year ago

Good work, solves a few of our problems and was very understandable to read and seems easy to modify down the line, we should merge this

ayang101 commented 1 year ago

@dayodin Nice work on manipulating the objects in the backend with the frontend. I had trouble figuring that out myself. I ran your version of the project, and it seems that the Delete button functioning is in progress (ie clicking on it does not trigger an action event). Good job! Maybe in the next sprint we should include validators in the mongodb models to prevent duplicate tasks/modules