Stef 6ad7ffa62b Squashed commit of the following:
commit 7fe30bfebf
Author: Stef <stbuwalda@gmail.com>
Date:   Mon Aug 11 14:32:53 2025 +0200

    Improve FoodItem uniqueness and add name constraint

    Refactored add_meal routes to check for existing FoodItems by name or barcode and improved form handling. Made barcode optional in FoodItemForm. Added a unique constraint on (name, owner_id) for FoodItem in both the model and database migrations, while retaining the (barcode, owner_id) constraint. Updated FoodItem relationship to cascade deletes.
2025-08-11 14:33:13 +02:00
2025-08-11 02:46:00 +02:00
2025-06-25 21:58:18 +02:00
2025-08-11 02:00:42 +02:00
2025-08-11 02:05:33 +02:00
2025-08-11 01:53:22 +02:00
2025-08-11 14:33:13 +02:00
2025-06-25 21:58:18 +02:00
2025-08-11 14:33:13 +02:00

cal_counter

Calorie Counter Webapp

Description
Calorie Counter Webapp
Readme MIT 227 KiB
Languages
Python 60.1%
HTML 38.6%
Mako 0.7%
Dockerfile 0.4%
Shell 0.2%