Skip to content

Commit

Permalink
Some rewording.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvermonkey2 committed Sep 13, 2017
1 parent 62a39b2 commit d3d58b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The OPS (Operations) Module enables users to view the current state of different
Access to OPS is controled by the SIM access control system (domain groups are mapped to SIM roles).


The OPS Module consists of three seperate applications: ops-auth, ops-api and ops-webapp. The end-user will only deal with ops-webapp (the frontend), whereas administrators also need to configure ops-auth and ops-api (the backend).
The OPS Module consists of three seperate services: ops-auth, ops-api and ops-web. The end-user will only deal with ops-web (the frontend), whereas administrators also need to configure ops-auth and ops-api (the backend).
The OPS Module actions that can be invoked for the domain entities are delegated to v5/v6 Forms. Therefore the OPS Module has a dependency on v5/v6.


Expand All @@ -34,13 +34,13 @@ The ops-auth module (or simpler just auth module) is a service to retrieve OPS u
ops-api
-------

The ops-api module is a service that provides access to one or more sql tables as well as defines the views and actions that will be shown in its clients (for example the ops-webapp).
The ops-api module is a service that provides access to one or more sql tables as well as defines the views and actions that will be shown in its clients (for example the ops-web).
Access to the data, the views and actions is determined by SIM roles.



ops-webapp / ops-web
ops-web
--------------------

ops-webapp is the frontend that end-users will use to view entities and invoke actions on them. The views and actions that are available are configured in ops-api.
ops-web is the frontend that end-users will use to view entities and invoke actions on them. The views and actions that are available are configured in ops-api.

0 comments on commit d3d58b8

Please sign in to comment.