forked from richienabuk/vchess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vchess.permissions.yml
28 lines (28 loc) · 1.05 KB
/
vchess.permissions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
view player:
title: 'View player'
description: 'Access to be able to view details of a particular player'
basic access:
title: 'Basic access'
description: 'Access basic VChess functions such as ability to create a game'
view game:
title: 'View a particular game'
description: 'Ability to see a particular game.'
view challenges:
title: 'View the table of open challenges'
description: 'Ability to see the table of open challenges.'
accept challenge:
title: 'Accept a challenge'
description: 'Ability to accept a challenge.'
my current games:
title: 'My current games'
description: 'Ability for a user to see a list of their own games. This should be only for authenticated users.'
all current games:
title: 'All current games'
description: 'Ability to see a list of all current games.'
view players table:
title: 'View players table'
description: 'View the list of all players with their statistics'
reset games:
title: 'Reset games'
description: 'This enables someone to completely reset the games database.'
restrict access: true