Technical Specification

Use case

This diagram is displaying activities that different entities can take.

../_images/use_case.png

Download UMLet source file.

Content Structure

Since Plone uses an object database (ZODB) rather than a traditional relational database (such as MySQL) all content are objects contained within parent objects. It’s best if you imagine this as folders and files on you local disc.

../_images/structure_diagram.png

Download UMLet source file.

Class diagram

A Class diagram shows which objects we have in our data model and what are their relationships.

../_images/class_diagram.png

Download UMLet source file.