Skip to content
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

As a user, I would like to assign different background colors for different tasks so that they are easier to distinguish visually in the task board #359

Open
hebern opened this issue Mar 20, 2018 · 1 comment

Comments

@hebern
Copy link

hebern commented Mar 20, 2018

The color could simply be assigned as metadata using a key:value tag, for example

#TODO add functionality do assign background colors c:red

Ideally, the color tag would be optional.
I guess it would also be possible to configure colors based on already existing tags (e.g. +project), but using a separate key:value pair would allow the user to employ individual strategies for assigning colors, e.g. by priority, by due date, by project, or any other context.

@jronallo
Copy link

At one point I had an extension that was looking for all due dates like due:2018-03-23, parsing the date, comparing to the current date, and then coloring yellow or red based on whether the due date was approaching or past.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants