-
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
View match details for an element during 2PT review #871
Conversation
https://eaflood.atlassian.net/browse/WATER-4195 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. From there you can view the match details of a specific charge element to any returns it has matched or unmatched. This PR is the journey for the match details page.
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.
Because I've asked for a change to the route used it is going to have knock-on consequences to the other files.
So, I've not completed the review because it'll be easier to make that change then comeback and look through the rest.
Ping me and I'll jump onto this straight again as soon as it is ready.
app/services/bill-runs/two-part-tariff/fetch-view-match-details.service.js
Outdated
Show resolved
Hide resolved
app/services/bill-runs/two-part-tariff/view-match-details.service.js
Outdated
Show resolved
Hide resolved
app/services/bill-runs/two-part-tariff/view-match-details.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.
Some more suggestions for changes and some questions.
Again, I'll stop there and re-review once these have been factored in.
app/presenters/bill-runs/two-part-tariff/match-details.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/bill-runs/two-part-tariff/match-details.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-match-details.service.js
Outdated
Show resolved
Hide resolved
app/services/bill-runs/two-part-tariff/fetch-match-details.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-4195
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. From there you can view the match details of a specific charge element to any returns it has matched or unmatched. This PR is the journey for the match details page.