...
getModules.json | ||
---|---|---|
Parameter | Required | Description |
name | Yes | Module friendly name (no limitations, can be changed in time example: OMS "OMS Events module") |
code | yes | Module internal name - This will be the entry for the service in the baseUrlRepository (see below) (no spaces, all lowercase, cannot be changed once registered, example: "oms_events") |
pages | yes | JSON array containing frontend pages data Each entity inside the array should contain the following attributes: name - Frontend friendly name (example: "List events") code - Frontend internal name (example: "applications") - This one should be the same with the AngularJS module name defined in the module module_link - relative (to your service) pathto the module controller JS file |
...