-
Notifications
You must be signed in to change notification settings - Fork 2
Modules and Classes
Nuwan Waidyanatha edited this page Oct 16, 2013
·
7 revisions
These are the relevant modules and classes required for SAMBRO
- Modules
- Classes
These modules cannot be disabled and are essential for the coherence of the application
Module Name | Module Key | Description |
---|---|---|
Home | default | Root page with the index.html that is initially called by the application and display the home page to the user with login controls (more) |
Administrator | admin | When login as administrator the home page presents all administrative functions for the administrator to carry out the respective functions (more) |
appAdmin | Similar to the Admin module but provides additional features relevant to the specific application such as with handling database related administrative functions (more) | |
Ticket viewer | errors | required during development cycle; errors are shown only when login as administrator (more) |
Translation Functionality | translate | core module for application localization (more) |
Synchronization | sync | To manage the synchronization of multiple users working on the same features (more) |
Support | support | Help page, can be disabled but essential for providing help features (more) |
Map | gis | definitely required for spatially presenting information (more) |
Person Registry | pr | mainly used for managing users with privileges and roles with respect to accessing and operating CAP functions (more) |
Organization | org | required for managing all organizations/institutions (more) |
These modules are essential for SAMBRO's functionality
Module Name | Module Key | Description (more) |
---|---|---|
CAP | cap | essential for enabling CAP-enabled messaging (more) |
Messaging | msg | to send and receive SMS, Email, Twitter related CAP messages (more) |
Incidents | irs | for managing incident codes and hierarchies used in CAP (more) |
Events | event | required for defining CAP events; (more) |