-
Notifications
You must be signed in to change notification settings - Fork 2
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/integrate 2023 change request form #381
Merged
courtneymyers
merged 38 commits into
develop
from
feature/integrate-2023-change-request-form
Feb 10, 2024
Merged
Feature/integrate 2023 change request form #381
courtneymyers
merged 38 commits into
develop
from
feature/integrate-2023-change-request-form
Feb 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ssions, and update corresponding server routes and function names
… Submissions2023 component to use the query and log the results
…ingButtonIcon to take a position prop, so the correct margin can be set (left or right), making the component more flexible
…y, mongoId, and rebateId)
…and update the server app's api endpoint
…ered client app route
…ing change request form submissions
…ion, and rename type to be more concise
…ch and serve it, and update Change2023 component to display change request intro text above form
… pages (so the confirmation dialog is displayed if a user clicks the 'Dashboard' button from a change request page)
…uding columns shown) and update the 'Change Request' column in the rebate forms table to be right-aligned
…s table to be displayed inside a collapsible container (details element)
…'s not helpful, since it will always be draft or submitted)
…the rebate id, as more than one change request form can be submitted for a given form, so each needs its own unique URL for the user to view the change request submission
…pon successful draft change request form submission creation
…t form is submitted
… receiving click events
…itted-change-intro.md and update content api
…mutation/updating code, as change request submissions are created and submitted from the change2023New.txs file's components
…rm submission, as that's no longer necessary (since a change request form submission is created in a single post request now)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issues:
Main Changes:
Initial implementation of integrating the change request form.
Steps To Test:
TODO: