|
2 | 2 | export enum AppRoutes { |
3 | 3 | GRID_REPORTING_CURRENT_REPORTS = "reporting/reports", |
4 | 4 | GRID_REPORTING_PAST_REPORTS = "reporting/reports/previous-years", |
| 5 | + PAGE_START_PAST_REPORT = "reporting/reports/previous-years/report-on-a-previous-year", |
5 | 6 | GRID_REPORT_HISTORY = "reporting/reports/report-history", |
6 | 7 | GRID_REPORTING_ATTACHMENTS_LIST = "reporting/reports/attachments", |
7 | 8 | } |
@@ -50,6 +51,22 @@ export enum ReportRoutes { |
50 | 51 | ANNUAL_REPORT = "annual-report", |
51 | 52 | } |
52 | 53 |
|
| 54 | +export const ReportPageTitles = { |
| 55 | + REVIEW_OPERATION_INFORMATION: "Review Operation Information", |
| 56 | + PERSON_RESPONSIBLE: "Person Responsible for Submitting Report", |
| 57 | + REVIEW_FACILITIES: "Review Facilities", |
| 58 | + REVIEW_FACILITY_INFORMATION: "Review Facility Information", |
| 59 | + FACILITY_GRID: "Facilities", |
| 60 | + ADDITIONAL_REPORTING_DATA: "Additional Reporting Data", |
| 61 | + EMISSION_SUMMARY: "Emission Summary", |
| 62 | + COMPLIANCE_SUMMARY: "Compliance Summary", |
| 63 | + REPORT_VALIDATION: "Report validation", |
| 64 | + FINAL_REVIEW: "Final Review", |
| 65 | + VERIFICATION: "Verification", |
| 66 | + ATTACHMENTS: "Attachments", |
| 67 | + SUBMISSION: "Submission", |
| 68 | +} as const; |
| 69 | + |
53 | 70 | // Attachment checkboxes |
54 | 71 | export enum AttachmentCheckboxLabel { |
55 | 72 | UPDATED_REQUIRED = "uploaded any attachments that are required to be updated", |
|
0 commit comments