mongodb-appeng / taskit

A simple todo application make use of MongoDB Stitch & GraphQL
Apache License 2.0
2 stars 0 forks source link

No option to mark a task as complete #4

Open am-MongoDB opened 4 years ago

am-MongoDB commented 4 years ago

You can only delete the entire task through the UI. Todo lists always have a way for a task to be marked completed so that it can still be viewed or updated

shawnbmccarthy commented 4 years ago

The schema supports marking the options as done and archived, I removed these features from the UI right now as they do not provide an value to the tutorial of showing how the graphql works. We can introduce them later.

shawnbmccarthy commented 4 years ago

This will be part of an enhancement which will support filtering tasks by different task document features