Last modified 16 years ago
Last modified on 02/03/09 08:01:42
Analysis
Overview
Define the attributes of a group of Sophie users controlling access to resources. Then write a class to represent the groups.
Task requirements
- Define the attributes of Sophie groups
- Write a class that represents a Sophie group as a resource of the book
- Document Sophie groups at: SOPHIE_SECURITY_OVERVIEW?
Task result
The result of this task is code and documentation.
Implementation idea
- Attributes include
- Name
- Description
- List of users in this group
- Don't allow groups with no name
Related
How to demo
- Share the documentation and demo with users and permissions tasks
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)