-
Notifications
You must be signed in to change notification settings - Fork 4
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
support userId in donation schema #373
Open
Fattimo
wants to merge
9
commits into
develop
Choose a base branch
from
367/matt-userid-donation-relation
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+35
−15
Open
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
3e3ade0
support userId in donation schema
Fattimo 4018c60
support null typing and no required value on userid, check for null u…
Fattimo c00ed9a
Merge branch 'develop' into 367/matt-userid-donation-relation
Fattimo 549f2e8
edit auxillary files to support userId in donation
Fattimo ba6ea7d
fixed type
Fattimo a9f9b64
change interface to type in api call:
Fattimo b52875b
type fixes
PC98 213f183
prallelization of async functions, temporary skip for null/undef chec…
Fattimo e3c3005
Merge branch 'develop' into 367/matt-userid-donation-relation
Fattimo 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
support null typing and no required value on userid, check for null u…
…serid in donation server action
commit 4018c6061818af4dc0ab84fd5f4f201e052bd578
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
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.
A couple of things:
can we do this and line 20 in parallel, using
Promise.all
?can we modify line 27 to not throw the error if
userId
equals the empty string (as you have done inDonationPageForm.tsx
), just temprarily? Because otherwise, donations will fail when DMS team is testing their UI.