-
Notifications
You must be signed in to change notification settings - Fork 0
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
Select the points for the requirements for returns page #833
Conversation
https://eaflood.atlassian.net/browse/WATER-4295 This is PR is focused on adding functionality to page 2 of 11 in the return requirement pages. The pages were previously setup as part of a separate PR to create the user journey.
…m/DEFRA/water-abstraction-system into return-requirements-select-points
…s controller test
…m/DEFRA/water-abstraction-system into return-requirements-select-points
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! If we've been doing our job properly the whole Get-view-Submit-Validate
pattern in our code should start to become clear and you can see how other pages are doing the same thing.
A few things to clear up, and don't be concerned about pinging me if all I've done is confuse things or more likely, got it completely wrong!
test/services/return-requirements/submit-points.service.test.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some really minor nit-picks left!
test/services/return-requirements/submit-points.service.test.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…points page https://eaflood.atlassian.net/browse/WATER-4295 #833 This was a ticket that was thought to have been completed, but upon QA testing by Ven, some licences seem to have duplicated 'abstraction points'. There was a previous check within the code preventing this but it was removed as no duplicating 'point_details' were encountered at that time. This PR will be focused on preventing duplicating abstraction points being present within the list of checkbox points on the return requirements points page.
…#861) * Fix issue with duplicated abstraction points for return requirements points page https://eaflood.atlassian.net/browse/WATER-4295 #833 This was a ticket that was thought to have been completed, but upon QA testing by Ven, some licences seem to have duplicated 'abstraction points'. There was a previous check within the code preventing this but it was removed as no duplicating 'point_details' were encountered at that time. This PR will be focused on preventing duplicating abstraction points being present within the list of checkbox points on the return requirements points page.
https://eaflood.atlassian.net/browse/WATER-4295
This is PR is focused on adding functionality to page 2 of 11 in the return requirement pages.
The pages were previously setup as part of a separate PR to create the user journey.