X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=README.md;h=6b2618dc7480bbc682954e1c82c4a7d996dd9fff;hb=0fd4642dc5ec910ad59a91f08015f79527bd3487;hp=20331c340317316a72e65d7faeaa9eb24007ddd4;hpb=0d3cf1db4630b4a52a3b5f7f4d49b9c57b61cd44;p=motion.git diff --git a/README.md b/README.md index 20331c3..6b2618d 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.