se701g2 / Doto

Todo application for Group 2
https://doto.azurewebsites.net/
MIT License
12 stars 42 forks source link

Ability to complete a task #213

Closed HarrisonLeach1 closed 4 years ago

HarrisonLeach1 commented 4 years ago

User Story:

As a user, I want to be able to complete a task so that I can track when I meet my commitments and when I do not.

Acceptance Criteria:

1) Can complete an item from both the list view and calendar view. 2) Completed items have a clear indication that they are completed 3) Completed items are not deleted (because the user wants to keep track of past progress) 4) Upon completion of an item, the status is sent to the backend and persisted.

Why is the feature required?

In to-do apps you are typically able to complete items. This allows users to keep track of what they've done.

Describe the solution you'd like

You can cross off items and they are visibly different.

Additional Context:

Calendar View

Task expand

List View

Task view

HarrisonLeach1 commented 4 years ago

Let me know what you guys think about AC 3.

HarrisonLeach1 commented 4 years ago

Blocks #62

HarrisonLeach1 commented 4 years ago

Also, should you be able to 'uncomplete' a task

Matteas-Eden commented 4 years ago

Let me know what you guys think about AC 3.

I think it seems quite reasonable.