-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to reorder channels #353
Comments
Won't using CRDT be overkill since we only have one admin? |
I think it would be good to have this implemented so that when we add the ability to add admins, it's already there. I think we could pretty soon create a simple way to add admins. Just let the creator of a community have a "add admin" in the settings tab. Then adding a link on the perspective linking the did to an admin role. The everywhere we check for isSameAgent use something like isAdmin instead. |
We need validation rules, but we could build out the infrastructure on the frontend before we have all that ready. |
I also think just saving the list of channel Id as links by the ad4m would work, since the link language would handle sorting the links for us. |
The admin (creator) of the community should be able to reorder channels.
Use this CRDT algorithm: https://madebyevan.com/algos/crdt-tree-based-indexing/
The text was updated successfully, but these errors were encountered: