Technical Documentation Edito

From PatioWiki

Jump to: navigation, search

In the Edito module we have implemented the management of concepts, multimedia resources, pupils and syllable division.

Contents


Concept Management

In the use case diagram of concept management you can see the available actions that you can perform on a concept, such as Add concept, Modify concept, Delete concept and Relate concepts.

Use case diagram of the concepts management

In the class diagram of concept management you can see the main classes used for handling concepts. There are panels for concept management (ConceptPropertiesPanel), concept association management (ConceptAssociationPanel) and relation type management (ConceptRelationTypePanel) included in the main panel (ConceptPresenterPanel). Furthermore, you can see the ConceptImagesPanel class which manages the relations between concepts and multimedia resources, as well as the class called ConceptTreePanel which contains a tree for selecting concepts.

Class diagram of the concepts management

Multimedia Resource Management

In the use case diagram of the multimedia resource management you can see the available actions that you can perform on a multimedia resource, such as Add multimedia resource, Modify multimedia resource, Delete multimedia resource y Add a batch. Note that when you add or modify a multimedia resource you can also associate it with a concept.

Use case diagram of the multimedia resources management

In the class diagram of multimedia resource management you can see the main classes used for handling multimedia resources. Note that tabs for editing resources (MultimediaEditionPanel), addition of resources (MultimediaAdditionPanel) and addition of batches of resources (MultimediaBatchAdditionPanel) are located in the main tab panel (MultimediaTabbedPane). Furthermore, you can see the class MultimediaTreePanel which contains a tree for selecting multimedia resources.

Class diagram of the multimedia resources management

In the next diagram you can see classes of the available data types which can be used to insert multimedia resources into the multimedia resources tree.

Class diagram of the multimedia items management

Pupil management

In the use case diagram of the pupil management you can see the available action that you can perform on a pupil's record, such as Add pupil, Modify pupil, Delete pupil (provided that she has not been included in Sessions or Logs) and Change of group.

Use case diagram of the students management

In the class diagram of pupil management you can see the main classes used for handling pupils. Note that the diagram includes a panel for editing pupils (StudentEditionPanel), a panel for the pupils tree (StudentsTreeEditionPanel) and a panel that contains the data of the pupil that is being edited (StudentsPropertiesPanel). Furthermore, you can see the class hierarchy for the types of nodes which can be included in the pupils tree. Each node can be an instance of SchoolTreeItem class (for schools), GroupTreeItem class (for groups) or StudentTreeItem class (for pupils).

Class diagram of the students management

Syllable division management

In the use case diagram of division management you can see the available action that you can perform on syllable division, such as Add syllable division or Delete syllable division.

Use case diagram of the syllables management

In the class diagram of syllable division management you can see the main classes used for handling syllable divisions. Note that there is a panel for editing called SyllableEditionPanel, another one for including the concept tree (SyllableTreeEditionPanel), and also one for the syllable divisions; SyllablePropertiesPanel. You can also see the classes called LeoLetterSyllableTreeItem and LeoWordSyllableTreeItem, which are both children of the AbstractSyllableTreeItem class.

Class diagram of the syllables management

Personal tools
In other languages