graphprotocol / graphprotocol/hypergraph
Only list invitations that are legit
Open
Nobody has claimed this yet.
Improved Sync
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
An invitation must include:
- accountId (also show this in the list) - who invited you
- spaceId - invite for what
- signature from the account identity -> must be verified to be legit
Contributor guide
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.
Research direction
Start by locating the invitation data model and the code that lists invitations. Trace how accountId, spaceId, and the account identity signature are represented and verified; done means the list shows accountId and spaceId and excludes invitations whose signatures are not verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authorization, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100