munch-ease-backend/api
2025-11-01 20:23:03 +11:00
..
__init__.py Scaffolding 2025-10-18 16:50:43 +11:00
auth.py feat(auth, invitations): switch to Argon2-only password hashing; return household on invitation accept; remove legacy cookie-based export; update OpenAPI wording and spec 2025-11-01 19:20:08 +11:00
deps.py Tests and lint pass 2025-11-01 15:33:36 +11:00
dtos.py feat: refactor user references to MemberRef across meals and recipes; update OpenAPI spec and backend documentation 2025-11-01 19:58:33 +11:00
households.py feat(auth, invitations): switch to Argon2-only password hashing; return household on invitation accept; remove legacy cookie-based export; update OpenAPI wording and spec 2025-11-01 19:20:08 +11:00
meals.py feat: refactor user references to MemberRef across meals and recipes; update OpenAPI spec and backend documentation 2025-11-01 19:58:33 +11:00
openapi.py feat(auth, invitations): switch to Argon2-only password hashing; return household on invitation accept; remove legacy cookie-based export; update OpenAPI wording and spec 2025-11-01 19:20:08 +11:00
persons.py Finalized v1→v2 switchover at the router level: removed legacy v1 endpoints from the app surface, delegated canonical imports to v2 implementations, consolidated shopping DTOs/mappers, and updated router tags. Verified with lint, mypy, tests, formatting, and OpenAPI export. Everything is green. 2025-11-01 17:11:09 +11:00
products.py Squashed commit of the following: 2025-10-19 20:24:23 +11:00
recipes.py Removed v2 recipe file 2025-11-01 20:23:03 +11:00
shopping.py feat(shopping): add household-scoped ingredient request endpoint + tests and spec 2025-11-01 18:50:40 +11:00
shopping_models.py feat: MemberRef adoption for recipes.createdBy and shopping.purchasedBy; add TDD; update spec; keep suite green 2025-11-01 17:53:07 +11:00