Files
jobtrackingapp/docs/cv-builder/rendering.md
T
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

8 lines
383 B
Markdown

# rendering
Rendering is a projection pipeline: Career Profile plus `CvVariantSettings` becomes `CvRenderModel`,
then `ThemedCvRenderer` applies a declarative `CvTheme` to produce HTML. Preview, authenticated PDF,
and public sharing all use this path, preventing format-specific content drift.
See `docs/architecture/cv-rendering.md` and `docs/architecture/cv-theme-engine.md`.