4 Commits

Author SHA1 Message Date
Jp
9442352a87 test 2026-02-02 16:38:39 +08:00
Jp
e16e3ec387 chore: change seed script to use compiled JS instead of ts-node
- Update package.json to run node scripts/seed.js instead of ts-node scripts/seed.ts
- Rewrite seed.js to use compiled model from dist/ directory and Sequelize directly
- Add proper error handling and database connection setup
- Ensure script works after build, requiring npm run build first
2026-02-02 16:34:17 +08:00
Jp
0fa0343798 feat(meal-planner): add auto-generate meal plan functionality
Add new utility function to generate daily meal plans based on user's calorie targets and food categories. Include auto-generate button in meal planner UI with confirmation prompt. Add new Filipino food items to seed data for better meal variety. Fix database column references to use capitalized field names consistently.
2026-01-31 00:56:25 +08:00
Jp
3df16ee995 initial commit 2026-01-30 23:32:43 +08:00