feature: task-based document bulk generation

This commit is contained in:
Gary Sharp
2022-12-04 12:03:10 +11:00
parent 13e666d95a
commit 2a2731b9f3
10 changed files with 244 additions and 112 deletions
@@ -8,6 +8,8 @@ namespace Disco.Models.UI.Config.DocumentTemplate
int StoredInstanceCount { get; set; }
List<bool> TemplatePagesHaveAttachmentId { get; set; }
int TemplatePageCount { get; }
string BulkGenerateDownloadId { get; }
string BulkGenerateDownloadFilename { get; }
List<Repository.JobType> JobTypes { get; set; }