Carl Barrdahl
Carl Barrdahl
**Describe the bug** I have a backend service that receives a proof from a frontend to verify it. It never finishes running the verifyProof function. Verifying on frontend works as...
1. There's already the Distribute page for the round admins where they can see the allocation of tokens based on votes. Are more detailed information required? 2. What could a...
As a user I want to see the applications I have sent to the round so I know what information I have sent and the approval status of it. -...
- [x] Submit ballot flow
Much of the configuration we do in the `.env` file could be moved to a Round Settings page and stored in the prisma db. This page would also include: -...
https://optimism.mirror.xyz/Bbu5M1mTNV2Z637QxOiF7Qt7R9hy6nxghbZiFbtZOBA > “Extremely unfortunate that there was no way to import CSV so it had to all be added back to the interface manually. :/” - Amy > “I used...
EAS GraphQL API wraps response in `data` while metadata doesn't. - [ ] Update `utils/fetchAttestations` with the wrapping data (`r.data.data...`) https://github.com/gitcoinco/easy-retro-pgf/blob/fb4e97177b3e311881c830b769f3206ffa9b417c/src/utils/fetchAttestations.ts#L66-L80 - [ ] Update `utils/fetch` to `return (await r.json())...
Improve the design of the OG image: - https://www.opengraph.xyz/url/https%3A%2F%2Feasy-retro-pgf.vercel.app Ideas: - When linking a project - include name, description, avatar and banner in the OG image - `pages/api/og.tsx` and `pages/projects/[projectId]/index.tsx`
Admin wants to revoke already approved voters and applications. - Make voters selectable with checkboxes similar to Applications - Make approved applications selectable - Create Revoke button with prop `uid`...
- Create a `VoterItem` component in `features/voters/components/VoterList` - Render `NameENS` with `voter.recipient` as `address` prop