-
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
Management of vote permissions #66
Comments
The third problem should be solved by #61 as soon as the |
The first and second problem should indeed be solved by some form of community approval. The majority of the community must permit someone vote permissions (of course, the other way round must also work). However, is it requrired to have vote permissions on a vote about giving/taking some else's voting permissions? |
After some discussions, here are the updated "guidelines":
There will be a new command Two more questions that might need further discussion:
|
This issue is pretty old but still accurate in some points. Membership polls have been implemented in the server code and should be fully functional™. Applications are now able to implement the respective API. Therefore, to finally close this issue, the following tasks need to be addressed (regarding only the command-line interface, since everything else works):
|
How should we manage vote permissions? As a matter of fact, only internals should be allowed to vote on payment requests of course. And you can't vote on your own payment request. Additionally, internals must have a flag
permission
set toTrue
, the default isFalse
if omitted during account creation.So, we need to find ways how to manage the following tasks:
In order to handle this cases, the bot admin could use the CLI if we added the feature to support this. But this is no user-friendly way, so this is discouraged.
We might consider to give every user the permissions to vote by default and only remove the permissions on abuse.
The text was updated successfully, but these errors were encountered: