KGHALAMB / Team1-ToDo

0 stars 0 forks source link

Added backend tests and Module/Task onClick events #61

Closed ayang101 closed 1 year ago

ayang101 commented 1 year ago

Added user and group services tests that are not currently working, because of insertion issues. Also implemented onClick events to Add Task and Add Module. Replaced buttons with links for Module and Task names.

KGHALAMB commented 1 year ago

@ayang101 I like it, but I am concerned that if there are insertion issues, it could cause issues with the rest of our codebase if not properly encapsulated, maybe we try fixing those issues first.

kpmcnulty commented 1 year ago

All looks good, we could wait to merge this until we figure out the insertion issues

ayang101 commented 1 year ago

@KGHALAMB I agree with you that the insertion issue may interfere with the other action items, and I will take a look at that when I have a chance (which is asap)