feat(jobs): add dedicated workspace page
Make /jobs/:id the canonical application workspace while preserving list state and compatibility links. Replace popup and expandable-row navigation with accessible whole-row routing and richer job details.
This commit is contained in:
@@ -75,6 +75,8 @@ public sealed class ApplicationWorkspaceTests
|
||||
Assert.Equal("Backend Developer", o!.JobTitle);
|
||||
Assert.Equal("Acme", o.Company);
|
||||
Assert.Equal("Oslo", o.Location);
|
||||
Assert.Equal("Needs .NET and SQL.", o.Description);
|
||||
Assert.Equal(job.SavedAt, o.SavedAt);
|
||||
Assert.True(o.HasJobDescription);
|
||||
Assert.Null(o.Cv.VariantId); // no variant attached yet
|
||||
Assert.False(o.HasCoverLetter);
|
||||
|
||||
Reference in New Issue
Block a user