SOCR / SOCRAT-issues

Project management for SOCRAT
2 stars 0 forks source link

create simple SOCRAT module without UI #110

Closed alxndrkalinin closed 7 years ago

alxndrkalinin commented 7 years ago

Practice creating a simple SOCRAT module with UI as described in the first part of Wiki tutorial. Create a separate commit for every step with the commit message in the required format.

  1. Create module config with 2 standard services (initService, msgService), 1 custom service, and a RunBlock.
  2. Create initService, msgService, and customService
  3. Add module to the AppModuleList next to Database module
  4. Create RunBlock
  5. If everything is done right, your module should start along with other modules when SOCRAT starts (see output in the console) and show an alert message defined in custom Service