Index: openacs-4/packages/categories/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/doc/requirements.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/categories/www/doc/requirements.html 18 Jan 2004 16:32:55 -0000 1.1 +++ openacs-4/packages/categories/www/doc/requirements.html 27 Jan 2004 12:19:47 -0000 1.2 @@ -1,4 +1,4 @@ Requirements

Requirements

by Joel Aufrecht


OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff. -

Introduction

Automated Testing provides a framework for executing tests of all varieties and for storing and viewing the results.

Functional Requirements

Req #Status in 5.0Priority for 5.1 (A=required, B=optional)Description
1DoneDoneStore trees of category labels
1.1ACategory is package-aware. (Data in one package is not visible from another package.)
2DoneDoneGUI to manage categories.
3DoneDoneAn OpenACS Object can be associated with zero, one, or more categories.
3.1?AGUI to edit object categorization. . This is provided in the current package via form-page.tcl.
3.2?AGUI to see object categorization.
4AList-builder can sort and filter by category. This entails extensions to list-builder ...
5partialADisplay objects by category. Show all objects in a category. The current implementation depends on changes to the kernel data model.

References

Revision History

Document Revision #Action Taken, NotesWhen?By Whom?
1Creation18 Jan 2004Joel Aufrecht
View comments on this page at openacs.org
+

Introduction

Automated Testing provides a framework for executing tests of all varieties and for storing and viewing the results.

Functional Requirements

Req #Status in 5.0Priority for 5.1 (A=required, B=optional)Description
1DoneDoneStore trees of category labels
1.1ACategory is package-aware. (Data in one package is not visible from another package.)
2DoneDoneThere is a GUI for administrators to manage category trees (create, delete, move leaves, edit leaves).
3DoneDoneAn OpenACS Object can be associated with zero, one, or more categories.
3.1partialAThere is a GUI to control which categories are associated with an object.
3.1.1DoneDoneThis is provided in the current package via form-page.tcl.
3.1.1DoneSpecific category trees can be added as additional fields in form builder. (Supports single select and multiple select.)
3.1.2BA page for linking any category to an object exists, and is can be associated with an object edit or view page.
3.2partialAGUI to see object categorization.
3.2.1AAll of the categories which an object belongs to can be displayed via an includelet on an object view page.
4AList-builder can sort and filter by category.
5partialADisplay objects by category. Show all objects in a category. The current implementation depends on changes to the kernel data model.

References

Revision History

Document Revision #Action Taken, NotesWhen?By Whom?
1Creation18 Jan 2004Joel Aufrecht
View comments on this page at openacs.org
Index: openacs-4/packages/categories/www/doc/xml/requirements.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/doc/xml/requirements.xml,v diff -u -r1.1 -r1.2 --- openacs-4/packages/categories/www/doc/xml/requirements.xml 18 Jan 2004 16:32:55 -0000 1.1 +++ openacs-4/packages/categories/www/doc/xml/requirements.xml 27 Jan 2004 12:19:47 -0000 1.2 @@ -43,7 +43,7 @@ 2 Done Done - GUI to manage categories. + There is a GUI for administrators to manage category trees (create, delete, move leaves, edit leaves). 3 @@ -53,22 +53,47 @@ 3.1 - ? + partial A - GUI to edit object categorization. . This is provided in the current package via form-page.tcl. + There is a GUI to control which categories are associated with an object. + 3.1.1 + Done + Done + This is provided in the current package via form-page.tcl. + + + 3.1.1 + + Done + Specific category trees can be added as additional fields in form builder. (Supports single select and multiple select.) + + + 3.1.2 + + B + A page for linking any category to an object exists, and is can be associated with an object edit or view page. + + + 3.2 - ? + partial A GUI to see object categorization. + + + 3.2.1 + + A + All of the categories which an object belongs to can be displayed via an includelet on an object view page. 4 A - List-builder can sort and filter by category. This entails extensions to list-builder ... + List-builder can sort and filter by category. 5