Open Issues Need Help
View All on GitHubAI Summary: Implement Progressive Web App (PWA) functionality for the Boozer application's existing HTML/JS frontend. This involves creating a `manifest.json` file to define app metadata and a `service-worker.js` file to handle caching and offline capabilities.
🍺 Boozer tracks users, drinks and consumptions with a PostgreSQL database and Go backend
AI Summary: Enhance the 'Submit Item' page of the Boozer application to allow users to input item details using volume (ml), ABV (%), or units, with automatic calculation of missing values where possible. This improves user experience by offering flexible input options and reducing manual calculations.
🍺 Boozer tracks users, drinks and consumptions with a PostgreSQL database and Go backend