summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-11-17 21:04:16 +0200
committerLars Wirzenius <liw@liw.fi>2018-11-17 21:04:16 +0200
commitdb8a90d92a2a395d183af53e7d603338146d85c6 (patch)
tree08a2a509bebabbc07dc9a024519688dc00234800
parentf0ae08bcb67a2aa2927edd5de7f5f7651b58114a (diff)
downloadeffi-reg-db8a90d92a2a395d183af53e7d603338146d85c6.tar.gz
Change: update roadmap after recent changes
-rw-r--r--demo.yaml65
1 files changed, 0 insertions, 65 deletions
diff --git a/demo.yaml b/demo.yaml
index d50175e..c338c94 100644
--- a/demo.yaml
+++ b/demo.yaml
@@ -2,78 +2,13 @@ demo:
label: |
Demo at fall GM
depends:
- - testmembers
- - admin
- seeownweb
-testmembers:
- label: |
- Qvisqve has
- several test
- members and
- an admin account
- depends:
- - demosite_exists
- - effitool
-
-effitool:
- label: |
- A command line
- tool for API
- access
- depends:
- - admincreate
-
seeownweb:
label: |
Members can see their
own info via web browser
depends:
- - seeownapi
-
-seeownapi:
- label: |
- Members can see their
- own info via API
- depends:
- - admincreate
-
-admin:
- label: |
- Admin can do
- anything via API
- depends:
- - adminseeany
- - adminseeall
- - adminedit
- - admincreate
-
-adminseeany:
- label: |
- Admin can see
- any member's info
- depends:
- - admincreate
-
-adminseeall:
- label: |
- Admin can list
- all memberss
- depends:
- - admincreate
-
-adminedit:
- label: |
- Admin can edit
- any member's info
- depends:
- - adminseeany
-
-admincreate:
- label: |
- Admin can add
- members
- depends:
- demosite_exists
demosite_exists: