Files
cesnimda ce76046a29 feat: complete release readiness work
- consolidate API ownership and remove dead vendor code

- add Stripe billing, learning paths, and public CV hardening

- add migration, recovery, security, audit, and browser gates
2026-07-31 16:54:16 +02:00

9 lines
450 B
Markdown

# applications
Applications are tenant-owned and soft-deleted. Create/update/status/follow-up operations emit
`JobEvent` records; the timeline projects those events together with correspondence and attachments.
Opportunity fields dual-write to the normalized `Job` entity while compatibility columns remain during
the incremental migration.
The REST surface is summarized in `README.md`; ownership rules are in `docs/security/authorization.md`.