This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
Join Group: Difference between revisions
Grans Remedy (talk | contribs) |
Grans Remedy (talk | contribs) |
||
| Line 16: | Line 16: | ||
== Requirements and rules realized == | == Requirements and rules realized == | ||
* ''RQ10 Private groups are always closed'' | |||
The system shall prevent the actor from joining a private group. | |||
* ''RQ8 Groups have a membership policy'' | |||
A groups membership policy determines whether a player can join the group or not. | |||
* ''BR4 Open groups'' | |||
The system shall enable any player to join a public group with an open membership policy. | |||
* ''BR5 By Request groups'' | |||
The system shall enable any player to request membership of a public group with a by-request membership policy. | |||
* ''BR6 Closed groups'' | |||
The system shall prevent any player from joining, or requesting to join, a public group with a closed membership policy. | |||
== Flow of events == | == Flow of events == | ||
Revision as of 01:24, 10 April 2011
Introduction
The purpose of this use case is to describe the process of a player joining a group.
The diagram shows the requirements and rules the use case is responsible for (via the <<requirement>> stereotype).
Pre-conditions
None
Post conditions
The actor has joined a player group or requested membership in a group.
Requirements and rules realized
- RQ10 Private groups are always closed
The system shall prevent the actor from joining a private group.
- RQ8 Groups have a membership policy
A groups membership policy determines whether a player can join the group or not.
- BR4 Open groups
The system shall enable any player to join a public group with an open membership policy.
- BR5 By Request groups
The system shall enable any player to request membership of a public group with a by-request membership policy.
- BR6 Closed groups
The system shall prevent any player from joining, or requesting to join, a public group with a closed membership policy.

