The Cocktail Manager is an efficient tool for easily documenting and accessing cocktail recipes behind the bar. It also includes essentail bar management features like cost calculations and stats tools.
Other
10
stars
1
forks
source link
feat: added cocktail ratings with guest comment option #415
Before you mark this PR as ready, please check the following points
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before
merging your code.
[x] I´e created all necessary migrations?
[x] The format is correct (pnpm format:check, if invalid pnpm format:fix)
[x] No build errors (pnpm build)
[x] I´ve tested the implemented function by my own
As Tim mentioned, it would be nice to rate cocktails or let the customers rate an cocktail. So if you want to know how a cocktail is, you could have a look on the existing ratings.
Affected sites (please check during review):
[ ] [workspaceId]/index - Cocktail -> Info - added option to add and inspect existing ratings
Closing issues:
Before you mark this PR as ready, please check the following points
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.pnpm format:check
, if invalidpnpm format:fix
)pnpm build
)Describe your work, what changed
As Tim mentioned, it would be nice to rate cocktails or let the customers rate an cocktail. So if you want to know how a cocktail is, you could have a look on the existing ratings.
Affected sites (please check during review):