tasks
tasks copied to clipboard
Improvements for categories
Nextcloud has a tagging system. 'Categories' are tags, and should sync with that system.
The benefits would be:
- Users managing different types of data (such as tasks, contacts, messages, files) would use the same sets of tags (including shared tags) to organise that data,
- and in future be able to find that data by global searches.
- It would make shared data management more consistent too.
- The UI for tags would be consistent across apps (and that could be improved), and it would be more efficient - Users shouldn't need to learn endless different UIs and modes of operation to carry out the same task (using tags) within a single system (Nextcloud).
I will use this issue to collect all the improvements requested for categories:
- [ ] Integrate into Nextcloud tagging system
- [x] Allow adding categories / tags by hashtagging in the title (https://github.com/nextcloud/tasks/issues/42)
- [x] Integrate into search, clicking a tag should start a search (https://github.com/nextcloud/tasks/issues/47)
@raimund-schluessler any update on this enhancement?
Tasks is so good! One question, is there a way to sort by categories? Thanks!
Yap, this is very pitty. I miss this feature too.
Tasks is so good! One question, is there a way to sort by categories? Thanks!
Additionally, it would be great to filter by category.
Yeah, i miss also the feature of filtering by category. And the category tags being also links to that filtering.
+1
Tasks is so good! One question, is there a way to sort by categories? Thanks!
Additionally, it would be great to filter by category.
+1
Yeah, i miss also the feature of filtering by category. And the category tags being also links to that filtering.
I came to the git repo to see if anyone had requested this feature already. Do you know why it was removed? It'd be great if could view list of categories in left-hand panel, filter by category, and view all tasks tagged with a category. Would replicate the main features from Tasks.org (mobile app I sync tasks with) that are currently missing from Tasks.
Yeah, i miss also the feature of filtering by category. And the category tags being also links to that filtering.
I came to the git repo to see if anyone had requested this feature already. Do you know why it was removed?
It was not removed. It was never available in the first place.
And you can filter by category. Just type the category name in the search box at the top right.
And you can filter by category. Just type the category name in the search box at the top right.
That is not filtering per category, if you search for example with "category" on the search box you will see everything containing "category" on title, description... Not only in the category field.
IMHO a nice improvement would be the possibility to filter with categories (more than one). This is already working with tags in files.
Perhaps, this helps: https://github.com/nextcloud/cookbook/pull/375/
Please also have a look at #1453, it's a proper ticket for what @javisomoza asked for
* [ ] Allow adding categories / tags by hashtagging in the title ([[Feature Request] Hashtag tagging of new entries #42](https://github.com/nextcloud/tasks/issues/42))
Was there any work done into this direction already? And if not is there an easy way to add this and someone could point me into the right direction to start this? If possible I would like to look into an option to set some easy dates at the same time, e.g. today, tomorrow, monday-sunday,... will add the corresponding day as due day
New tasks are created here: https://github.com/nextcloud/tasks/blob/4346ae41d63bbcc34b4c0c729dced30fb43363a4/src/store/tasks.js#L708-L783
You can parse the summary and set categories and dates in this function.
Yeah, i miss also the feature of filtering by category. And the category tags being also links to that filtering.
I came to the git repo to see if anyone had requested this feature already. Do you know why it was removed?
It was not removed. It was never available in the first place.
And you can filter by category. Just type the category name in the search box at the top right.
that requires you to know / remember what tags you have made. It is especially tricky if you use emoji for your tags. Best practice UX is to provide a list of tags somewhere (as every other GTD / TASK app does by default) .
Basic operation is the ability to filter by clicking on tags and even multiple tags. These are common fundamentals.
And you can filter by category. Just type the category name in the search box at the top right.
That is not filtering per category, if you search for example with "category" on the search box you will see everything containing "category" on title, description... Not only in the category field.
IMHO a nice improvement would be the possibility to filter with categories (more than one). This is already working with tags in files.
This comment needs to be bumped up to the top priority.
Extracting tags from the summary was just added in #2425.
Filtering by tags was implemented in #2427 and will be released with v0.16.0.
I will close this issue, since the main features discussed here were implemented and the remaining requests have their own tickets. Please speak up or open a new issue if you think that a feature request got lost.