Bar Assistant
All-in-one solution for managing your home bar
Alternative to: barsys
About
Versions (103)
v4.1.0
2024-11-15New
- Added bar shelf
- Each bar now has its own shelf which can be viewed by every bar member
- Currently members with Admin and Moderator roles can manage bar shelf
- Bar shelf will be initially populated with all ingredients that current bar owner has in his shelf
- Added GET
/bars/{id}/ingredientsendpoint - Added POST
/bars/{id}/ingredients/batch-storeendpoint - Added POST
/bars/{id}/ingredients/batch-deleteendpoint - Added filtering by
bar_shelfattribute to/ingredientsand/cocktailsendpoints - Added sorting by
missing_bar_ingredientsattribute to/cocktailsendpoint - Added
total_bar_shelf_cocktailsto/statsendpoint - Added bar shelf status attributes to
IngredientandCocktailresponse schemas
- You can now add images to Bar resource
- Allows to upload custom bar logo, for example
Fixes
- Fallback to “EUR” for unknown currencies in menu (fixes migration issues from v3)
Changes
- Added validation to endpoints that manage user and bar shelf