grants-stack-frontier / gs-hypercert-minter

Mint hypercerts for your Grants application
https://gratitude-party.vercel.app
1 stars 0 forks source link

User Management #2

Open psparacino opened 1 year ago

psparacino commented 1 year ago

NOTES: Only whitelisted addresses will be able to create chapters. Only chapters will be able to manage their users.

  1. Set up user model in Prisma
  2. Set up API routes for creating, retrieving, and deleting users, and for adding and removing chapter members
  3. Setup UI for User and Chapter member management
  4. Test user creation, retrieval, deletion, chapter member add/remove functionality, and debug any identified issues
wtfsayo commented 1 year ago

this functionality has been tested locally but not pushed to github.

As its not in MVP