Data Model Changes to enable admin to create a save GrantPayout info
Open
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 776
- PR merge metrics
- No merged PRs in 30d
Description
### Description
This entails the changes needed to ensure multi claim support from DB standpoint.
This would involve
- creating a new table
- GrantPayout : to keep track of each Grant payout contract.
- updating tables
- CLRMatch to include a fk to GrantPayout
- GrantCLR to include a fk to GrantPayout
All the following info would be provided by the new created GrantPayout table
- which contract to claim from
- what the status of contract is
- which all CLR are paid out by a contract
Contributor guide
Assessment
This issue has not been assessed yet.