You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's establish a one-to-one relationship between donations and User IDs.
However certain donations can have a null user ID.
Make modifications to the logDonation server action and request to support user ID. Right now, the front-end code can pass null as the user ID but let's add a TODO saying that this should be changed.
No need for a migration script since we don't have any existing donations in our DB.
The text was updated successfully, but these errors were encountered:
PC98
added
backend
Involving backend development.
VMS
Tasks corresponding to Volunteer Management Solution
labels
Nov 5, 2020
logDonation
server action and request to support user ID. Right now, the front-end code can pass null as the user ID but let's add a TODO saying that this should be changed.The text was updated successfully, but these errors were encountered: