-
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
Feature returns required purposes #1064
Conversation
Due to the estimated complexity of adding fetch services for purposes, points and other display items. We have broken down the complex display items into their own branches of work. https://eaflood.atlassian.net/browse/WATER-4386 This branch will add purposes to the return requirement summary card Previous work done here - #1019
c166cc8
to
53bed41
Compare
app/services/return-requirements/check/returns-requirements.presenter.js
Outdated
Show resolved
Hide resolved
app/services/return-requirements/check/returns-requirements.service.js
Outdated
Show resolved
Hide resolved
app/services/return-requirements/check/returns-requirements.service.js
Outdated
Show resolved
Hide resolved
app/services/return-requirements/check/returns-requirements.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.
Just a couple of NITs, highlighting something has happened with the indentation in the view, and a suggestion about restructuring the tests slightly.
app/services/return-requirements/check/returns-requirements.service.js
Outdated
Show resolved
Hide resolved
app/services/return-requirements/check/returns-requirements.service.js
Outdated
Show resolved
Hide resolved
app/services/return-requirements/check/returns-requirements.service.js
Outdated
Show resolved
Hide resolved
test/services/return-requirements/check/returns-requirements.service.test.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Alan Cruikshanks <[email protected]>
app/presenters/return-requirements/check/returns-requirements.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/return-requirements/check/returns-requirements.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/return-requirements/check/returns-requirements.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/return-requirements/check/returns-requirements.presenter.js
Outdated
Show resolved
Hide resolved
app/services/return-requirements/check/returns-requirements.service.js
Outdated
Show resolved
Hide resolved
app/services/return-requirements/check/returns-requirements.service.js
Outdated
Show resolved
Hide resolved
test/presenters/return-requirements/check/returns-requirements.presenter.test.js
Outdated
Show resolved
Hide resolved
test/presenters/return-requirements/check/returns-requirements.presenter.test.js
Outdated
Show resolved
Hide resolved
test/presenters/return-requirements/check/returns-requirements.presenter.test.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Alan Cruikshanks <[email protected]>
Co-authored-by: Alan Cruikshanks <[email protected]>
Co-authored-by: Alan Cruikshanks <[email protected]>
Co-authored-by: Alan Cruikshanks <[email protected]>
Co-authored-by: Alan Cruikshanks <[email protected]>
Co-authored-by: Alan Cruikshanks <[email protected]>
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.
Sorry, but a few more changes I think need to be made.
app/presenters/return-requirements/check/returns-requirements.presenter.js
Show resolved
Hide resolved
app/presenters/return-requirements/check/returns-requirements.presenter.js
Outdated
Show resolved
Hide resolved
app/presenters/return-requirements/check/returns-requirements.presenter.js
Outdated
Show resolved
Hide resolved
app/services/return-requirements/check/returns-requirements.service.js
Outdated
Show resolved
Hide resolved
app/services/return-requirements/check/returns-requirements.service.js
Outdated
Show resolved
Hide resolved
…presenter.js Co-authored-by: Alan Cruikshanks <[email protected]>
…rvice.js Co-authored-by: Alan Cruikshanks <[email protected]>
…presenter.js Co-authored-by: Alan Cruikshanks <[email protected]>
…rvice.js Co-authored-by: Alan Cruikshanks <[email protected]>
…presenter.js Co-authored-by: Alan Cruikshanks <[email protected]>
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 that's it!
Due to the estimated complexity of adding fetch services for purposes, points and other display items. We have broken down the complex display items into their own branches of work.
https://eaflood.atlassian.net/browse/WATER-4386
This branch will add purposes to the return requirement summary card
Previous work done here - #1019