-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Administrator Story | ||
|
||
- As an administrator, I can enable or disable public user registration. | ||
- As an administrator, I can register a user. | ||
- As an administrator, I can block a user with a reason. | ||
- As an administrator, I can enable or disable a user. | ||
- As an administrator, I can enable or disable match registration. | ||
- As an administrator, I can enable or disable match registration to a specific user. | ||
- As an administrator, I can configure match rules on the system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Anonymous Story | ||
|
||
- As an anonymous, I can register as a user only if the settings of the system allow it. | ||
- As an anonymous, I can visualise the leader board only if the settings of the system allow it. | ||
- As an anonymous, I can visualise last registered matches only if the settings of the system allow it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# User Story | ||
|
||
- As a user, I can visualise my global statistics. | ||
- As a user, I can delete my personal data and access. | ||
- As a user, I can change my password. | ||
- As a user, I can register a match as the referee of it. | ||
- As a user, I can visualise the leader board. |