Skip to content

Fundamentals

As we mentioned, the applications service is the main engine of Suite Home. Also, it is used to retrieve the information displayed at the list of accessible applications by the user.

Having stated that, it is important to remark that any new client application added by the frontend schematics, should be seeded at Dev Deployment. This is needed because we would like to display all the existent applications wherever we can. Adding a new application for now, should be straight forward, below is the list of steps to follow:

  1. Go to ApplicationsDeploymentModuleDefaults .
  2. Add two entries, one for the development environment and the other for the staging environment. Make sure to differ the name of the application by its environment.

Note

Eventually this will be refactored to support the seeding of information relative to both Development, Staging and Production in its according deployment modules.