SPIKE: Simplest UI/UX for adding tags
to items
#287
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
MVP
needs-ui
A feature idea that needs UI in order to be discussed/built.
spike
The simplest possible experiment to explore potential solutions to a problem
T4h
Time Estimate 4 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
UI
@SimonLab has outlined a good wireframe for adding tags in: #245 (comment)
Essentially it's an
<input>
field that allows anytext
to be input.We can either have a
comma-separated-list
of wordse.g:
"p1, t25m, awaiting-review, etc."
or we could split on
whitespacespace
such that the person doesn't have to type the,
(comma) each time,e.g:
"p1 t25m awaiting-review etc"
The advantage of using commas is that we can have multi-word tags without needing hyphens
e.g:
"p1, birthday party, shopping list, t1h, etc."
For MVP: we can stick with the simplest from an implementation perspective; use commas! 👍
But for the main
App
we'll need a more sophisticated way of adding, managing and removingtags
. 💭Todo
HTML
+TailwindCSS
classesThe text was updated successfully, but these errors were encountered: