Changes between Initial Version and Version 1 of BASE_SECURITY_MODEL_GROUPS_R0


Ignore:
Timestamp:
01/30/09 05:44:33 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_SECURITY_MODEL_GROUPS_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=BASE_SECURITY_MODEL_GROUPS_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8 
     9Define the attributes of a group of Sophie users controlling access to resources.  Then write a class to represent the groups. 
     10 
     11== Task requirements == 
     12 
     13 * Define the attributes of Sophie groups 
     14 * Write a class that represents a Sophie group 
     15 * Document Sophie groups at:  * [wiki:SOPHIE_SECURITY_OVERVIEW] 
     16 
     17== Task result == 
     18 
     19The result of this task is code and documentation. 
     20 
     21== Implementation idea == 
     22 
     23 * Attributes include 
     24   * Name 
     25   * Description 
     26   * List of users in this group 
     27 * Don't allow groups with no name 
     28  
     29 
     30== Related == 
     31 
     32 * [wiki:BASE_SECURITY_MODEL_COMMONS_R0] 
     33 * [wiki:BASE_SECURITY_MODEL_PERMISSIONS_R0] 
     34 * [wiki:BASE_SECURITY_MODEL_USERS_R0] 
     35 
     36== How to demo == 
     37^(Provide instructions for demonstration of the task.)^ 
     38 
     39= Design = 
     40^(Describe your design here.)^ 
     41 
     42= Implementation = 
     43^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     44 
     45= Testing = 
     46^(Place the testing results here.)^ 
     47 
     48= Comments = 
     49^(Write comments for this or later revisions here.)