X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=README.md;fp=README.md;h=a3fd49372415f7de6c0e0c8701ee333534670666;hp=20331c340317316a72e65d7faeaa9eb24007ddd4;hb=0e21faff8279cf573c0483ff3be5092beef0e8e9;hpb=c889a7fbfefd94479ee09b224b3274d05145a1dc diff --git a/README.md b/README.md index 20331c3..a3fd493 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,18 @@ python -m unittest tests/test_motion.py The database schema is automatically installed when the table "schema_version" does not exist and the application is started. +The following user rights can be granted: +- create: user is able to create a new motion +- vote: user is able to vote running motions +- cancel: user is able to cancel a running motion +- finish: user is able to close a running motion +- audit: user is able to see given votes of a finished motion + +To grant right use the following (here with vote right as example): +- on all groups add "vote:*" +- on one given group add "vote:group1" +- on two given groups add "vote:group1 vote:group2" + # Usage Within the motion content markdown can be used for formatting e.g.