Skip to content

PO-2306 Add report summary screen - #2866

Closed
TimDanielsCQI wants to merge 17 commits into
masterfrom
PO-2306-summary-screen
Closed

PO-2306 Add report summary screen#2866
TimDanielsCQI wants to merge 17 commits into
masterfrom
PO-2306-summary-screen

Conversation

@TimDanielsCQI

Copy link
Copy Markdown
Contributor

Jira link

See PROJ-XXXXXX

Change description

Testing done

Security Vulnerability Assessment

CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?

  • Yes
  • No

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

@louisbriggs louisbriggs left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initial comments

@@ -0,0 +1,16 @@
import { FINES_REPORTS_REPORT_SUMMARY_STATUSES } from './fines-reports-report-summary-statuses.constant';

export const FINES_REPORTS_REPORT_SUMMARY_STATUS_DISPLAY = {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Split each const into it's own file.

root: 'reports',
children: {
summaryList: 'summary-list',
reportSummary: 'summary/:instanceId',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can the instanceId param be removed from this const and added to the path in the router file e.g.

path: ${FINES_REPORTS_ROUTING_PATHS.children.reportSummary}/:instanceId

This would make it consistent with other paths.

},
},
{
path: FINES_REPORTS_ROUTING_PATHS.children.reportSummary,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dynamic param instanceId can be added to the path here.

@TimDanielsCQI
TimDanielsCQI deleted the PO-2306-summary-screen branch August 6, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants