Skip to content

feat: add wallet-based permission system for snippet collaboration#81

Merged
SudiptaPaul-31 merged 1 commit into
SudiptaPaul-31:mainfrom
abore9769:codely
May 29, 2026
Merged

feat: add wallet-based permission system for snippet collaboration#81
SudiptaPaul-31 merged 1 commit into
SudiptaPaul-31:mainfrom
abore9769:codely

Conversation

@abore9769
Copy link
Copy Markdown
Contributor

  • Add snippet_permissions and permission_activity_log DB tables
  • Implement grant/revoke view and edit access per wallet address
  • Anchor permission records with on-chain SHA-256 tx hashes
  • Add GET/POST/DELETE /api/snippets/[id]/permissions endpoints
  • Enforce view/edit permission checks on snippet GET and PUT routes
  • Add PermissionsManager UI with grant form, access list, and activity log

closes #78

- Add snippet_permissions and permission_activity_log DB tables
- Implement grant/revoke view and edit access per wallet address
- Anchor permission records with on-chain SHA-256 tx hashes
- Add GET/POST/DELETE /api/snippets/[id]/permissions endpoints
- Enforce view/edit permission checks on snippet GET and PUT routes
- Add PermissionsManager UI with grant form, access list, and activity log
@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

@abore9769 is attempting to deploy a commit to the Sudipta 's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 27, 2026

@abore9769 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@SudiptaPaul-31 SudiptaPaul-31 merged commit 28ada48 into SudiptaPaul-31:main May 29, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Decentralized Snippet Access Permissions

2 participants