Jobs with positions and contributions #24
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Structurally the most complex item in the career domain. Three nested entities.
Scope
Data:
Job: company name, start date, end date (nullable for current). Carries auser_idFK.Position: title, start date, end date (nullable), FK to Job.user_iddenormalized onto Position for queryability and isolation safety.Contribution: problem statement, value proposition, accomplishment measurement, FK to Position.user_iddenormalized here too.UI:
Backend:
Acceptance criteria
Part of epic #4. Depends on #8, #10, #20.