SE-4283-G12 / project

0 stars 0 forks source link

Task Management Features #15

Open aehudson3 opened 4 months ago

aehudson3 commented 4 months ago

-create Task -edit Task -delete Task -view all Tasks / Create task page allows for specifying all task details and will additionally include: -selecting pre-created Categories -creating associated reminders with 3 available relative choices: -One Week prior -One Day prior -One Hour prior A hidden "never" will be pre-selected if the user does not specify adding a reminder. The View Tasks Navbar button routes to a pre-populated page for all tasks to be shown, this is also filterable/searchable. If a task is clicked, the user will be routed to the edit task page to: -make any changes to the task details -deassign the task from any previously associated categories -delete from any previously associated reminders -delete the task -backend should ensure deletion of the task's associated reminders -edit/delete feature is also accessible by clicking a task on the Landing page The Landing page should display a today's tasks section separately above another section which displays the subsequent seven days' tasks /

Please comment with completion status of: Front End(View) Routing of Events(Controller) Functionality of Backend Logic(Model)