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

Add task states #25

Open
emptybutton opened this issue May 9, 2024 · 0 comments
Open

Add task states #25

emptybutton opened this issue May 9, 2024 · 0 comments
Assignees
Labels
browser app It's an app runs in browsers feature Stuff for (all) clients high priority Needs extra attention map It's an app medium Maximum 4 days

Comments

@emptybutton
Copy link
Owner

For each task, you need to make two buttons for entering/exiting states:

  1. done
  2. failed

Tasks can be in both done and failed states at the same time. If a task is not in one of the above states, then it is in the active state.

If only the done state is active, then the task should be recolored with a green accent. If only failed, then in red. If both states are active, then the entire left side of the task should be recolored as if it were only failed, and the right side as if it were only done.

If the task is active, then it should be purple as it is now by default.

@emptybutton emptybutton added feature Stuff for (all) clients map It's an app high priority Needs extra attention browser app It's an app runs in browsers medium Maximum 4 days labels May 9, 2024
@emptybutton emptybutton self-assigned this May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser app It's an app runs in browsers feature Stuff for (all) clients high priority Needs extra attention map It's an app medium Maximum 4 days
Projects
Development

No branches or pull requests

1 participant