-
Notifications
You must be signed in to change notification settings - Fork 3
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
Labels #33
Comments
Terms/Nomenclature
Feature details
Suggested implementation
|
Do we allow multiple labels per task, or can a single task only have one label?
Do labels themself have a definition, like in GitHub, or are they just strings we attach to tasks, meaning I could accidentally have both feature and a features labels by mistake, even thou I intended for them to be the same?
What would the command syntax for adding/removing labels to tasks be? Create and delete labels
Add task with a label
|
That won't work very well. Imagine the following command: Here is my suggestion: Example: The point being that anything optional must come before the description, otherwise the parser logic will get very confusing. |
Elevator pitch: Labels
The user should be able to create and add labels to tasks like in GitHub or Trello.
Describe how this new feature adds value to the application
The user receives more possibilities to customize tasks and an option to group them. Later this is also useful for filtering or ordering tasks by specific labels.
Describe suggested implementation
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: