automate grant flagging information to notion for dispute handling
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 776
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Create an automation pushing info from https://gitcoin.co/_administrationgrants/flag/ to the Notion page where we currently track grant disputes.
https://www.notion.so/gitcoin/e79f1dd9e5074a1d986ee3f91b12943e?v=022c87a9489449e6afb4600879595c7b
This will also make it transparent for the community.
Data that should be included:
- link to grant page (ie: https://gitcoin.co/grants/3424/marsdoge)
- Include link to grant owner backend page (eg: https://gitcoin.co/_administrationdashboard/profile/211341/change/)
- Include link to flagger profile (same as above)
- Include comments field in the flag admin (Log in | Django site admin)
This ticket specifically automates the user dispute flow so Joe and the dispute team do not only have to work off of a list of grant IDs and titles that have been flagged and then have to manually go and pull all the information necessary to determine the outcome of a dispute. The outcome of this work simplifies user disputes to one table which Joe & the dispute team can review.
### Acceptance Criteria
GIVEN I am a user on a grant details page looking to report/flag a grant
WHEN I flag a grant
THEN the grant information will be populated onto the notion page.
GIVEN I am a Gitcoin operator handling user disputes
WHEN I visit the Notion page that tracks all of our disputes
THEN I will see all of the flagged grants and associated info.
Contributor guide
Assessment
This issue has not been assessed yet.