-
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
Create review an individual licence for 2PT bill run #704
Conversation
https://eaflood.atlassian.net/browse/WATER-4191 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.
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.
I think we may be able to pull the data out of the DB so that it's in a format which will require less processing to get it into a state ready to pass to the view.
However, as discussed. This PR only covers the top portion of the screen. The next ticket, which is for the lower portion of the screen will require the query that is fetching the data to be updated. So any changes we make now may no longer be relevant once we start on the next ticket.
Therefore we may as well get this merged in and tested while we work on the lower portion of the screen and see what refactoring we can do once we have a clearer picture of how the final page is going to look.
https://eaflood.atlassian.net/browse/WATER-4191
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.