You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Their "dashboard" should show their latest reviews.
The text was updated successfully, but these errors were encountered: