elementary / tasks

Synced tasks and reminders on elementary OS
https://elementary.io
GNU General Public License v3.0
84 stars 22 forks source link

Add support for Tags/Categories #329

Open marbetschar opened 2 years ago

marbetschar commented 2 years ago

This PR is a show case on how we could potentially integrate Tag/Category support in Tasks. It seems rather straight forward by using the categories from EDS. This is related to https://github.com/elementary/tasks/issues/305.

However, it probably makes sense to finish porting to Gtk4 first (https://github.com/elementary/tasks/issues/317), since we are going to introduce quite some new UI elements here for handling Tags/Categories - therefore increasing overall complexity for migration.