Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1862 - UX/UI for Ignore Restriction - Bypass List #3734

Merged

Conversation

lewischen-aot
Copy link
Collaborator

@lewischen-aot lewischen-aot commented Sep 23, 2024

  • Built a page for when the Ministry selects an application and selects "Restrictions Management" from the left panel.
  • Created a new link in the left menu named "Restrictions Management".
    • Disabled the content card for draft applications.
  • Create the new list "History of Bypassed Restrictions" (use Vuetify table).
    • Ordered the list DESC by creation date (most recent entry on the top).
  • Created a new API endpoint to obtain the restriction bypasses history
    • GET aest/application-restriction-bypass/application/:applicationId
  • Added E2E tests
    • application-restriction-bypass.aest.controller.getApplicationRestrictionBypasses.e2e-spec.ts

Screenshot of the Application Restriction Management page for applications without bypass records
image

Screenshot of the Application Restriction Management page for applications two bypass records
image

Screenshots of E2E tests
image

@lewischen-aot lewischen-aot self-assigned this Sep 23, 2024
@lewischen-aot lewischen-aot marked this pull request as ready for review September 23, 2024 23:47
@sh16011993 sh16011993 self-requested a review September 24, 2024 16:35
Copy link
Collaborator

@dheepak-aot dheepak-aot left a comment

Choose a reason for hiding this comment

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

Thanks for making the changes @lewischen-aot . Looks good 👍

Copy link

Copy link

Backend Unit Tests Coverage Report

Totals Coverage
Statements: 21.94% ( 3477 / 15849 )
Methods: 9.9% ( 196 / 1979 )
Lines: 25.65% ( 3066 / 11955 )
Branches: 11.23% ( 215 / 1915 )

Copy link

E2E Workflow Workers Coverage Report

Totals Coverage
Statements: 58.64% ( 509 / 868 )
Methods: 52.88% ( 55 / 104 )
Lines: 62.27% ( 411 / 660 )
Branches: 41.35% ( 43 / 104 )

Copy link

E2E Queue Consumers Coverage Report

Totals Coverage
Statements: 84.14% ( 992 / 1179 )
Methods: 83.47% ( 101 / 121 )
Lines: 85.33% ( 849 / 995 )
Branches: 66.67% ( 42 / 63 )

Copy link

E2E SIMS API Coverage Report

Totals Coverage
Statements: 65.03% ( 5439 / 8364 )
Methods: 62.31% ( 668 / 1072 )
Lines: 69.25% ( 4306 / 6218 )
Branches: 43.3% ( 465 / 1074 )

@lewischen-aot lewischen-aot added this pull request to the merge queue Sep 27, 2024
Merged via the queue into main with commit 949d24d Sep 27, 2024
20 checks passed
@lewischen-aot lewischen-aot deleted the feature/#1862-uxui-for-ignore-restriction-bypass-list branch September 27, 2024 22:10
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.

4 participants