-
-
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
428 - Update startProcessingDataset to accept formatted data from caller Formik components #431
Merged
nozomione
merged 14 commits into
dev
from
nozomione/428-prepare-options-in-formik-components-for-start-processing-dataset
Jan 17, 2025
+81
−78
Merged
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ca67726
(edit) add a new 'acceptedTerms' context state and user token validat…
nozomione 6b50dd3
(edit) adjust the components (download forms) that utilize the token
nozomione d9324f8
Merge branch 'dev' into nozomione/413-update-token-validation-flow
nozomione 60f2d49
(edit) add 404 check in validateToken, and add a new method activateT…
nozomione 50532a7
Merge 'dev' branch into nozomione/413-update-token-validation-flow
nozomione a269813
(edit) add an application token (generate the user token on inital us…
nozomione 1defad3
(edit) adjust consumer components (for form submission and the terms …
nozomione 6fe6e31
(edit) use accetedTerms and its setter in consumer components (remove…
nozomione f4f48b9
(edit) replace useTriggerSubmit with useWaitFor and adjust components…
nozomione d69225f
(edit) prepare the download options from the formik components for us…
nozomione 2b1a8b4
Merge the 'dev' branch into nozomione/428-prepare-options-in-formik-c…
nozomione 4ee379a
(edit) remove unrequired comment
nozomione 33d84ed
(clean up) remove useWaitFor
nozomione 8f75793
(edit) use destrucring when assigning formValues and spread the reast
nozomione File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ export const EmailTextInput = ({ error, touched, value, handleChange }) => { | |
<TextInput | ||
error={error && touched} | ||
errorText={error} | ||
name="emailAddress" | ||
name="email_address" | ||
type="email" | ||
value={value} | ||
placeholder="[email protected]" | ||
|
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
40 changes: 19 additions & 21 deletions
40
src/components/Download/StartProcessingForm/TermsOfUseCheckBox.js
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
Oops, something went wrong.
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.
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.