Adriano
272685e554
docs: fix inaccuracies and add missing details to CLAUDE.md
...
Correct client conftest patching (4 blueprints, not 5 - admin excluded),
add middleware stack order with CORSMiddleware, fix RecipeVersionAudit
enum (add ACTIVATE), clarify server/client Docker workers (uvicorn vs
gunicorn), document tojson_attr filter, measure AJAX routes, Tailwind
custom colors, and dark mode config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-24 14:03:57 +01:00
Adriano
6c8c60900b
docs: update CLAUDE.md with admin blueprint, dual docker-compose setup
...
Align documentation with current codebase state: add admin blueprint to
client architecture, document dev (Nginx) vs prod (Traefik) compose files,
fix blueprint count in test section.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 11:53:25 +01:00
Adriano
945c873d38
docs: update CLAUDE.md with conditional versioning, measurement workflow, and JS components
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 13:48:04 +01:00
Adriano
9502388064
docs: improve CLAUDE.md with architecture details, patterns, and fixes
...
Fix Alembic commands (add -c migrations/alembic.ini flag), add Fabric.js
annotation editor patterns, Alpine.js/Jinja2 escaping rules, template
structure, test infrastructure details, and Docker configuration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 21:25:16 +01:00
Adriano
cf2bf427fc
docs: rewrite CLAUDE.md with comprehensive project guidance for Claude Code
...
Add dev commands (test, migrations, i18n, Docker), architecture overview,
critical patterns (copy-on-write versioning, pass/fail, SPC, auth flow),
and dependency/configuration reference.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-07 18:45:32 +01:00
Adriano
dbdbb77daf
feat: FASE 0 - Setup progetto TieMeasureFlow
...
Struttura monorepo completa con server FastAPI e client Flask:
- Server: FastAPI + SQLAlchemy 2.0 async + Alembic migrations
- Client: Flask + blueprints (auth, measure, maker, statistics)
- Database: docker-compose MySQL 8.0 + Alembic async config
- Config: pydantic-settings, TailwindCSS, Flask-Babel i18n
- Piano implementazione completo (18 sezioni, 1600 righe)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-07 00:16:54 +01:00