GTBitsOfGood / GTBitsOfGood/gen-soln
[VMS] Modify donation schema to include user-id
Open
backend
VMS
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
* 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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.