sw21-tug / Team_02

Todo Tasker - The todo app with custom reminders for everything
MIT License
0 stars 7 forks source link

[TT-004] Categorization #4

Open NarrowCode opened 3 years ago

NarrowCode commented 3 years ago

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: grafik

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