Automated Testing provides a framework for executing tests of all varieties and for storing and viewing the results.
Req # | Status in 5.0 | Priority for 5.1 (A=required, B=optional) | Description |
---|---|---|---|
1 | Done | Done | Store trees of category labels |
1.1 | A | Category is package-aware. (Data in one package is not visible from another package.) | |
2 | Done | Done | There is a GUI for administrators to manage category trees (create, delete, move leaves, edit leaves). |
3 | Done | Done | An OpenACS Object can be associated with zero, one, or more categories. |
3.1 | partial | A | 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. | |
5 | partial | A | Display objects by category. Show all objects in a category. The current implementation depends on changes to the kernel data model. |