RED-7158 layout status in UI #76
@ -470,6 +470,7 @@ public class StatusController implements StatusResource {
|
||||
.rulesVersion(status.getRulesVersion())
|
||||
.legalBasisVersion(status.getLegalBasisVersion())
|
||||
.lastProcessed(status.getLastProcessed())
|
||||
.lastLayoutProcessed(status.getLastLayoutProcessed())
|
||||
.approvalDate(status.getApprovalDate())
|
||||
.lastUploaded(status.getLastUploaded())
|
||||
.analysisDuration(status.getAnalysisDuration())
|
||||
|
||||
@ -103,6 +103,8 @@ public class FileStatus {
|
||||
private boolean excluded;
|
||||
@Schema(description = "Shows the last date of a successful analysis.")
|
||||
private OffsetDateTime lastProcessed;
|
||||
@Schema(description = "Shows the last date of a layout parsing.")
|
||||
private OffsetDateTime lastLayoutProcessed;
|
||||
@Schema(description = "Shows the date of approval, if approved.")
|
||||
private OffsetDateTime approvalDate;
|
||||
@Schema(description = "Shows last date the document was uploaded.")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user