I want to
define new task categories (called projects in the application), edit & delete them
so that
I can differentiate between different groups of tasks more easily
Additional info
Mockup:
Projects can be indented by prefacing their name with ParentProject\
Examples:
Work
Work\Subproject1
Work\Subproject2
will be displayed in the UI as:
Work
Subproject 1
Subproject 2
If the "parent project" does not exist, just display the full string without indenting the item.
If the "parent project" exists, display the subproject indented without the parent name.
Only 1 level of indentation is allowed - other slashes are just interpreted as strings.
Acceptance criteria
[x] Users can define new categories (projects)
[ ] Users can modify projects
[x] Users can delete projects
[ ] Categories (projects) are freely made up by the user
As a user with a lot of things to do
I want to define new task categories (called projects in the application), edit & delete them
so that I can differentiate between different groups of tasks more easily
Additional info Mockup:
Projects can be indented by prefacing their name with
ParentProject\
Examples: Work Work\Subproject1 Work\Subproject2will be displayed in the UI as:
If the "parent project" does not exist, just display the full string without indenting the item. If the "parent project" exists, display the subproject indented without the parent name.
Only 1 level of indentation is allowed - other slashes are just interpreted as strings.
Acceptance criteria