Commit Graph

5 Commits

Author SHA1 Message Date
792c9bf9ec style: rustfmt
All checks were successful
CI / Check / Test (push) Successful in 11m29s
2026-07-11 22:58:00 +02:00
af328deac1 refactor: backend-only transpose, remove client-side transpose logic 2026-07-11 22:30:59 +02:00
2b702d88e4 feat: add tracing throughout, HTTP TraceLayer, detailed error logs 2026-07-11 21:58:58 +02:00
7bd27d9b9c feat: JWT auth, /api prefix, SPA serving, OpenAPI, lean main.rs
- auth: register/login/refresh/logout w/ JWT+Argon2, protected mutations
- domain: User, RefreshSession, auth ports, Unauthorized/Forbidden errors
- presentation: context/state/factory/errors/extractors/openapi modules
- routes behind /api, SPA served from root w/ fallback
- OpenAPI Scalar at /docs
- frontend ssr:false, single-binary Dockerfile
2026-07-11 21:28:52 +02:00
d13df586dd refactor: DDD/CQRS architecture, unified crate layout
- crates: common→application, api→presentation, infrastructure/*→adapters/*
- new crates: api-types, infra-wiring
- domain: errors/, models/, value_objects/, ports/, services/
- application: CQRS use cases (songs/, tabs/) w/ commands, queries, deps
- unified DomainError replaces RepositoryError
- workspace deps, unused dep cleanup
- fix: parse plain-text chord lines (UG drops spans mid-song)
- tests extracted to separate modules (tests/ dirs)
2026-07-11 21:02:10 +02:00