Index: openacs-4/packages/acs-subsite/www/doc/group-admin-pages-design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/doc/group-admin-pages-design.html,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-subsite/www/doc/group-admin-pages-design.html 27 Oct 2014 16:39:57 -0000 1.3 +++ openacs-4/packages/acs-subsite/www/doc/group-admin-pages-design.html 9 Jun 2016 08:12:14 -0000 1.3.2.1 @@ -2,24 +2,22 @@ Group Admin Pages - Design -

Group Admin Pages - Design

+

Group Admin Pages - Design

ACS subsite docs : Group Admin Pages - Design -
+
-

I. Essentials

-

-

+

I. Essentials

+

+

-

II. Introduction

+

II. Introduction

The group administration packages provides a "control panel" to allow the administrator of a subsite to control the groups in use on that @@ -28,7 +26,7 @@ new groups, specify applicable relationship types, create relations between these groups, and modify attributes of the types and groups. -

III. Historical Considerations

+

III. Historical Considerations

Versions 4.0.x of the ACS lacked a useful group administration package for subsites. For example: @@ -51,14 +49,14 @@ subsite aware and better integrated with the ACS Object Model. -

IV. Design Tradeoffs

+

IV. Design Tradeoffs

Whenever possible, the design of this package tries to minimize disturbance to the core ACS 4.0 data model. Instead, we focus on adding a more powerful user interface and PL/SQL API to the existing group admin pages while extending the data model only when necessary. -

V. API

+

V. API

Permissible relationship types

@@ -102,7 +100,7 @@ -

Dynamic subtypes of object types

+

Dynamic subtypes of object types

To allow administrators to create dynamic object types (e.g. subtypes of the object types group, membership_rel, @@ -144,22 +142,22 @@ be removed in a future version of ACS -

VII. Data Model Discussion

+

VII. Data Model Discussion

... -

VIII. User Interface

+

VIII. User Interface

The user interface comprises entirely of administrative pages located in the /admin/ directory of the subsite package. -

IX. Configuration/Parameters

+

IX. Configuration/Parameters

The revised group administration pages require no new package parameters. -

X. Future Improvements/Areas of Likely Change

+

X. Future Improvements/Areas of Likely Change

There are many areas for improvement to the user interface, including tighter integration with the relational segments and constraints @@ -183,19 +181,19 @@ -

XI. Authors

+

XI. Authors

This document is primarily the result of discussions between Oumi Mehrotra and Michael Bryzek. Bryan Quinn and Rafi Schloming provided key insights early in the development process. - + -

XII. Revision History

+

XII. Revision History

@@ -219,8 +217,8 @@
-

-


+

+


Michael Bryzek

group-admin-pages-design.html,v 1.1.4.1 2001/01/12 22:43:33 mbryzek Exp