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:
@@ -36,7 +36,7 @@ Split `Job` from `JobApplication`, **additively and in stages**. Phase 0 lays th
|
||||
|
||||
### Delivered in Phase 0
|
||||
|
||||
1. **`Job` entity** (`Models/Job.cs`) — the opportunity: company, title, description, URL, location, salary, deadline, tags, plus `SavedAt`. Owner-scoped by the same deny-on-null global query filter as every other tenant entity.
|
||||
1. **`Job` entity** (`JobTrackerApi/Models/Job.cs`) — the opportunity: company, title, description, URL, location, salary, deadline, tags, plus `SavedAt`. Owner-scoped by the same deny-on-null global query filter as every other tenant entity.
|
||||
2. **`JobApplication.JobId`** — a nullable FK to `Job`, `OnDelete: SetNull`.
|
||||
3. **Prospect stages** — `JobPipeline` gained `PipelineCategory.Prospect` and the stages `Saved`(1), `Interested`(2), `Preparing`(3), ahead of `Applied`(4). No schema change: `Status` is a free-text column by deliberate prior design.
|
||||
4. **`DateApplied` is now nullable**, and `SavedAt` was added to `JobApplication`.
|
||||
|
||||
Reference in New Issue
Block a user