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
This commit is contained in:
cesnimda
2026-07-31 16:54:16 +02:00
parent a23c3dfc97
commit ce76046a29
1634 changed files with 6889 additions and 135429 deletions
+9 -1
View File
@@ -1,3 +1,11 @@
# business-model
TODO: Complete documentation.
Jobjakt uses capability-based plans rather than limiting the number of jobs or documents. Free accounts
receive core tracking, basic Career Profile/CV features, 250 MB storage, and bounded AI usage.
Premium/Admin accounts receive advanced AI, Premium themes, automation, analytics, 5 GB storage, and
higher request/token ceilings.
Stripe hosted Checkout, customer-portal sessions, signed subscription webhooks, persisted customer /
subscription state, and Premium-role provisioning are implemented. Production activation still needs
the operator-created monthly price, portal configuration, webhook registration, and credentials in
`BLOCKERS.md`. Existing user documents remain readable and exportable after downgrade.