feature: job export supports individual user details

This commit is contained in:
Gary Sharp
2025-07-17 13:09:10 +10:00
parent 0905a02aea
commit 3aeb9374a9
7 changed files with 198 additions and 560 deletions
+2
View File
@@ -2,6 +2,7 @@
using Disco.Models.Services.Exporting;
using Disco.Models.Services.Jobs;
using Disco.Models.UI.Job;
using Disco.Models.UI.Shared;
using System;
using System.Collections.Generic;
@@ -18,5 +19,6 @@ namespace Disco.Web.Models.Job
public List<KeyValuePair<string, string>> JobStatuses { get; set; }
public List<JobType> JobTypes { get; set; }
public SharedExportFieldsModel<JobExportOptions> Fields { get; set; }
}
}