-
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
Review an individual licence page #806
Conversation
https://eaflood.atlassian.net/browse/WATER-4219 As part of our two-part tariff bill run work, we've developed a review page displaying a summary of all licences in a bill run. This PR allows you to click on a specific licence from the review page and review its details within the bill run.
The Sonar cloud issues are flagged as duplicated code on my PR. This isn't duplicated code from my PR, it is because I have moved a file out of a folder and put into into a shared area. It thinks that I have duplicated the code from the file because of this. |
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 a few bits to sort out. Made a few minor changes to the view. I couldn't get the status to align right without the changes to the scss
test/services/bill-runs/two-part-tariff/fetch-review-licence-results.service.test.js
Outdated
Show resolved
Hide resolved
app/presenters/bill-runs/two-part-tariff/review-licence.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/bill-runs/two-part-tariff/review-licence.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/bill-runs/two-part-tariff/review-licence.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/bill-runs/two-part-tariff/review-licence.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/bill-runs/two-part-tariff/review-licence.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/bill-runs/two-part-tariff/review-licence.presenter.js
Outdated
Show resolved
Hide resolved
app/services/bill-runs/two-part-tariff/fetch-review-licence-results.service.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.
https://eaflood.atlassian.net/browse/WATER-4219
As part of our two-part tariff bill run work, we've developed a review page displaying a summary of all licences in a bill run. This PR allows you to click on a specific licence from the review page and review its details within the bill run.