dotmap / devise-ante

Frontend for Devise.
Apache License 2.0
0 stars 1 forks source link

Tags system #35

Closed puregarlic closed 6 years ago

puregarlic commented 6 years ago

A tagging system is important for sorting/sharing elements further down the road. All elements should be able to have an unlimited number of tags. Users should be able to enter new tags and see them listed at the top of a given element.

Tags should be unique by their name. If a new tag is added, it should be given a random colour. Colours should be the same for a tag across elements.

For the Element UI tag component, check here; use the ones with the Removable type in either a Small or Mini size. Ideally, clicking on a tag will show a popover containing a color picker that controls the color of the tag.