Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A user can mark a task as done #29

Open
fynnfeldpausch opened this issue Apr 5, 2019 · 0 comments
Open

A user can mark a task as done #29

fynnfeldpausch opened this issue Apr 5, 2019 · 0 comments
Labels
feature New feature or request frontend A frontend feature fullstack A fullstack feature

Comments

@fynnfeldpausch
Copy link
Member

fynnfeldpausch commented Apr 5, 2019

As a user, I want to mark tasks as done so that I can see which tasks have already been worked on.

Acceptance criteria

  • the user can mark a task as done
  • the task list is sorted by done status
    • tasks that are not done go to the top of the list
    • tasks that are done go to the bottom of the list
  • the user can clear the list of done tasks

Optional acceptance criteria

  • the user can mark a task as done by drag & drop to the list of done tasks
  • the user can set the task status with more details ("In Progress", "Blocked", ...)

Additional information
We prefer quality over quantity. Clean code is a given. We expect all test to run.

@fynnfeldpausch fynnfeldpausch added feature New feature or request fullstack A fullstack feature labels Apr 5, 2019
@fynnfeldpausch fynnfeldpausch added the frontend A frontend feature label Jul 11, 2019
mohsammarraie added a commit to mohsammarraie/tiny-tasks that referenced this issue Feb 29, 2020
mohsammarraie added a commit to mohsammarraie/tiny-tasks that referenced this issue Feb 29, 2020
…rk-task-as-done

fixed changed status http url
gtimur7 pushed a commit to gtimur7/tiny-tasks that referenced this issue Mar 3, 2021
User can:
* mark task as done or not done,
* delete all done tasks
Tasks are sorted by status - done tasks are at the bottom of the list
melissaceleste added a commit to melissaceleste/tiny-tasks that referenced this issue Apr 25, 2021
VictoriaWika added a commit to VictoriaWika/tiny-tasks that referenced this issue Apr 25, 2021
maloulou pushed a commit to maloulou/tiny-tasks that referenced this issue Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request frontend A frontend feature fullstack A fullstack feature
Projects
None yet
Development

No branches or pull requests

1 participant