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

Product reviews #5

Open
austinkregel opened this issue May 4, 2022 · 0 comments
Open

Product reviews #5

austinkregel opened this issue May 4, 2022 · 0 comments
Labels
UI/UX Work focused on the interface/frontend

Comments

@austinkregel
Copy link
Owner

austinkregel commented May 4, 2022

We need a UI to allow users to create reviews for products they've bought. This is probably most simple to do as a blade form instead of a vue template.

Inputs would need to be

  • rating - integer (idk what the limit should be, but right now it's like 2 billion 😂 )
  • comment - string nullable
  • metric_id - (nullable string, I don't remember what this was for)
  • purchased at - date/time
  • product id - string, the actual product id scanned from the product
  • dispensary id - optional integer, importing dispensary data from the registry is a feature planned for later.
  • Grower id - optional integer, there is no source ATM for grower data sooooo..... ?

Their "dashboard" should show their latest reviews.

@austinkregel austinkregel added the UI/UX Work focused on the interface/frontend label May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI/UX Work focused on the interface/frontend
Projects
None yet
Development

No branches or pull requests

1 participant