emlai1263 / uncluttered

To-do list project for CSC 308.
1 stars 1 forks source link

Task #87

Closed sab115 closed 1 month ago

sab115 commented 1 month ago

Implemented add, edit, and delete (soft delete) tasks functionality. Also created a trash bin to implement soft delete. Deleted tasks in the trash bin could be recovered or permanently deleted, also there's an empty trash bin function with a ConfirmDeleteModal to permanently delete all tasks and prevent the users from accidentally emptying the trash in the trash bin. Added Tooltips component to provide users hints to identify what functionality is connected to the icons. Also created components for Categories and Category(card).

sab115 commented 1 month ago

I noticed that you have what looks like old versions of functions commented out in EditTask.js, TrashBin.js, and Dashboard.js. Since your trash feature sis working now, I think you can delete these. Everything else looks good! I like how organized everything is through individual classes and components.

Got it! I'll delete the commented old code.

sab115 commented 1 month ago

This looks great! I like how your code is well formatted with good spacing. I think adding some more descriptive comments will make the code easier to follow - maybe be more specific in terms of what each block of code exactly does, in a bit more detail. Other than that, looks good!

Okay, I'll add some more comments to help ease the readability of the code!

sab115 commented 1 month ago

This looks great! I like how your code is well formatted with good spacing. I think adding some more descriptive comments will make the code easier to follow - maybe be more specific in terms of what each block of code exactly does, in a bit more detail. Other than that, looks good!

Okay, I'll add some more comments to help ease the readability of the code!

Updated!