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

SPIKE: Simplest UI/UX for adding tags to items #287

Closed
2 tasks done
nelsonic opened this issue Sep 16, 2022 · 1 comment
Closed
2 tasks done

SPIKE: Simplest UI/UX for adding tags to items #287

nelsonic opened this issue Sep 16, 2022 · 1 comment
Assignees
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

Comments

@nelsonic
Copy link
Member

nelsonic commented Sep 16, 2022

@SimonLab has outlined a good wireframe for adding tags in: #245 (comment)

image

Essentially it's an <input> field that allows any text to be input.
We can either have a comma-separated-list of words
e.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 removing tags. 💭

Todo

  • SPIKE/Prototype the UI/UX using HTML + TailwindCSS classes
  • iterate based on collective feedback
@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! discuss Share your constructive thoughts on how to make progress with this issue MVP UI technical A technical issue that requires understanding of the code, infrastructure or dependencies spike The simplest possible experiment to explore potential solutions to a problem T4h Time Estimate 4 Hours needs-ui A feature idea that needs UI in order to be discussed/built. labels Sep 16, 2022
@nelsonic nelsonic self-assigned this Sep 16, 2022
@nelsonic
Copy link
Member Author

nelsonic commented Oct 5, 2022

At present we have the basic tags UI working in the MVP: https://mvp.fly.dev 🎉 (thanks @SimonLab!)
image

We need to tidy up the UI/UX a little before requesting feedback dwyl/mvp#140 as the layout is clearly a little "off".

GOTO: #291

@nelsonic nelsonic closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant