fix: localize usage and salary insights
This commit is contained in:
@@ -10,8 +10,8 @@ public class JobApplication
|
||||
public int CompanyId { get; set; }
|
||||
public Company Company { get; set; } = null!;
|
||||
|
||||
// The opportunity this application is for. Nullable and unused for now: Phase 0 added the
|
||||
// Job entity additively and JobApplication still owns the opportunity columns below.
|
||||
// The opportunity this application is for. Nullable for legacy rows; new creates and edits
|
||||
// keep Job synchronized while JobApplication remains the current read model.
|
||||
// See Models/Job.cs and docs/decisions/ADR-002-job-application-model.md.
|
||||
public int? JobId { get; set; }
|
||||
public Job? Job { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user