Skip to content
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

Use query parameters for vat payment deadlines flow #5555

Closed
wants to merge 3 commits into from

Conversation

theseanything
Copy link
Contributor

This switches the flow to use query parameters as the response store instead of the URL path. This change is a part of a migration for all flows that previously used URL path to use query parameters. This also renames the nodes to be more human readable, as they will now show in the url.

⚠️ This repo is Continuously Deployed: make sure you follow the guidance ⚠️

@bevanloon bevanloon temporarily deployed to smart-answer-refactor-v-abtqsc August 12, 2021 14:11 Inactive
This moves the initialisation logic from the on_response block to the
setup method. This also moves logic from the next node block that should
be in the on_response block.
This makes the node names for the vat payment deadlines flow more
concise and human readable. This is part of the work to enable the flow
to use query parameters where the node names will be visible in the URL.
This switches the flow to use query parameters as the response store
instead of the URL path. This change is a part of a migration for all
flows that previously used URL path to use query parameters. This also
renames the nodes to be more human readable, as they will now show in
the url.
@theseanything
Copy link
Contributor Author

Closing for now - as not a team priority for now. Should be revisit one day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants