Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

getModules.json
ParameterRequiredDescription
nameYes

Module friendly name

(no limitations, can be changed in time

example: OMS "OMS Events module")

codeyes

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")

pagesyes

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


...