Wisski core
The WissKI Core provides the WissKI entity and bundle definitions and their basic management operations like:
-
Entity Management: It defines a
WissKI entity
andWissKI bundle
which are central parts of the module. The WissKI entities and bundle have forms for adding, editing, and deleting, as well as a list builder and controller for managing collections of these entities/bundles. -
Routing: It provides several routes for managing Wisski entities/bundles and settings. These include paths for listing, deleting, and configuring Wisski entities.
-
Services: It defines several services that provide functionality such as entity querying, route subscribing, and context providing.
-
Controllers and Forms: It includes various controllers and forms that handle the logic for the routes and entities. For example,
WisskiEntityListController
andWisskiEntityForm
. -
Namespace Operator: It includes a
WisskiNameSpaceOperator
service that likely handles operations related to namespaces in the Wisski system. -
Storage Definition and Database Actions It handles the storage operations for WissKI entities in the databases and includes services that handles database operations related to individual entities in the Wisski system.