NEAR-DevHub / neardevhub-contract

DevHub Portal Product Contract (Hosted on NEAR Blockchain) – Includes other instances (e.g. Infrastructure, Events)
https://neardevhub.org
19 stars 15 forks source link

Rewrite the access control system to only include the moderators #86

Open ailisp opened 10 months ago

ailisp commented 10 months ago

The legacy contract had posts and label-based access control system. In the new contract, we'll deprecate posts with near social posts and the proposal workflow, which permissions are managed by Near Social and proposed SputnikDAO contract. Community admins are stored in community metadata. Therefore we don't need most of current permission system. We only need to add, remove and tell an account is a moderator.

Acceptance criteria