SKAO OSO Observation Execution Tool ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The Observation Execution Tool UI (OET UI) is a web Interface towards a Scheduling tool MVP which is a user-friendly UI for selection and execution of an SBD on a specific subarray. For instructions on developing the OET UI, see the `README `_ A REST layer makes the Python API for the script execution engine available via REST over HTTP. The UI uses two backend services: - `OST` to access ODA entity APIs such as SBDs, SBIs, and EBs. - `OET` for execution APIs such as SBD execution, procedure tracking, and operator actions. .. admonition:: REACT_APP_USE_LOCAL_DATA This is an option to turn on/off the API call and instead use mocked data. .. figure:: /images/osoWorkFlow.jpg :width: 100% :align: center :alt: Image of OSO Work Flow | .. toctree:: :maxdepth: 2 :caption: General :hidden: Overview.rst .. toctree:: :maxdepth: 2 :caption: DEPLOYING AND CONFIGURING :hidden: DuringDevelopment RunningBuilding deployment_to_kubernetes.rst .. toctree:: :maxdepth: 2 :caption: User Guide :hidden: OETBackground HowTo UserQuestions UserTroubleShooting .. toctree:: :maxdepth: 2 :caption: Application Internals/Developer Docs :hidden: Requirements Installation Testing .. toctree:: :maxdepth: 1 :caption: Releases :hidden: CHANGELOG.rst