feat: persist job source and market
This commit is contained in:
@@ -12,6 +12,8 @@ public sealed record JobImportResult
|
||||
public string? Language { get; init; } // ISO-ish, e.g. "en", "no"
|
||||
public string[] Tags { get; init; } = Array.Empty<string>();
|
||||
public string SourceUrl { get; init; } = "";
|
||||
public string? Source { get; init; }
|
||||
public string? CountryCode { get; init; }
|
||||
public DateTime? Deadline { get; init; }
|
||||
|
||||
public bool Success { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user