innercontext/backend
Piotr Oleszczyk 6333c6678a refactor: remove personal_rating, DRY get_or_404, fix ty errors
- Drop Product.personal_rating from model, API schemas, and all frontend
  views (list table, detail view, quick-edit form, new-product form)
- Extract get_or_404 into backend/innercontext/api/utils.py; remove five
  duplicate copies from individual API modules
- Fix all ty type errors: generic get_or_404 with TypeVar, cast() in
  coerce_effect_profile validator, col() for ilike on SQLModel column,
  dict[str, Any] annotation in test helper, ty: ignore for CORSMiddleware

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 11:20:13 +01:00
..
innercontext refactor: remove personal_rating, DRY get_or_404, fix ty errors 2026-02-27 11:20:13 +01:00
tests refactor: remove personal_rating, DRY get_or_404, fix ty errors 2026-02-27 11:20:13 +01:00
.env.example fix: load .env via python-dotenv; SQLite default for local dev 2026-02-26 20:51:13 +01:00
.python-version Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
db.py Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
main.py refactor: remove personal_rating, DRY get_or_404, fix ty errors 2026-02-27 11:20:13 +01:00
pyproject.toml fix: load .env via python-dotenv; SQLite default for local dev 2026-02-26 20:51:13 +01:00
README.md Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
skincare.yaml Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
uv.lock fix: load .env via python-dotenv; SQLite default for local dev 2026-02-26 20:51:13 +01:00

See the root README for setup and usage instructions.