SKA OSO Project Tracking Tool

The SKA OSO PTT is a tool currently under development which is made on top of react base skeleton present in SKA gitlab repository. Current PTT allows users to query SKA’s OSO Data Archive for information on Scheduling Block Definition(SBD),Scheduling Block Instance(SBI) and Execution Block(EB) stored in the database and links between them (i.e. a certain SBI was generated from a certain SBD, and EB with EBID XX was derived from executing SBI YY) and display the results on the GUI.

This is a initial UI flow for Project tracking tool where user will be able to query ODA to view the details for SBI,SBD and EB. User will be able to fuzzy search by SBI ID, SBD ID and EB ID respectively. User will also be able to search SBI, SBD and EB by a Start Date and End Date. By default user will have quick filter for Last 7 days and Today records. It communicates with ska-db-oda via a REST API(see the backend project documentation for more details).

Search for Scheduling Block Instance (SBI)

Search using Start Date and End Date

_images/sbidatesearch.png

Quick filter for Last 7 days and Today

_images/sbiquickfilter.png

View Scheduling Block Instance

_images/sbiview.png

Search for Scheduling Block Definition (SBD)

Search using Start Date and End Date

_images/sbddatesearch.png

Quick filter for Last 7 days and Today

_images/sbdquickfilter.png

View Scheduling Block Definition

_images/sbdview.png

Search for Execution Block (EB)

Search using Start Date and End Date

_images/ebdatesearch.png

Quick filter for Last 7 days and Today

_images/ebquickfilter.png

View Execution Block

_images/ebview.png