frederikheld / usm.io

A lightweight solution to represent your backlog as a User Story Map and integrate backlog management into your development workflow by maintaining it in your repository side-by-side with your code.
MIT License
6 stars 1 forks source link

Add option to highlight specific cards in map by adding a pre-defined label #19

Closed frederikheld closed 5 years ago

frederikheld commented 5 years ago

Adding labels to cards would help to group them, e. g. to indicate in which state of the workflow they are.

Therefore labels should be rendered as css classes so they can be styled with special background or border colors or other kinds of highlighting.

To allow styling and to add an appropriate legend, they might need to be limited to a pre-defined list that could be pre-defined like releases.

But opposed to releases it should be possible to add multiple labels to a card to highlight different aspects. Styling has to make sure that different aspects don't overwrite each others.

frederikheld commented 5 years ago

Implemented by #32. Cards can now be highlighted via CSS styling.