Scheduling Block Definition Page ---------------------------------- Search SBD by Dates ~~~~~~~~~~~~~~~~~~~~ User will be able to enter or select Start Date and End Date from date picker on UI and click on |searchByDateBtn| button to view the SBD's in tabular format as shown in below image. .. |searchByDateBtn| image:: /images/searchByDateBtn.png :width: 20% :alt: Search Button .. figure:: /images/searcByDate.png :width: 80% :align: center :alt: Search entity by Start Date and End Date | Search SBD by ID ~~~~~~~~~~~~~~~~~ User will be able to enter SBD ID in input text field on UI and click on |searchByIDBtn| button to view the results in tabular format. User can also use fuzzy/pattern string to search for entity records. .. |searchByIDBtn| image:: /images/searchByIDBtn.png :width: 20% :alt: Search Button .. figure:: /images/searchByID.png :width: 80% :align: center :alt: Search entity by Entity ID | Add SBDs to observing queue ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ User will be able to select single or multiple Scheduling Block Definition(SBD) by clicking on checkbox of the respective SBD rows in given table as below. User can add the selected SBDs in observing queue by clicking on button |addToQueue|. .. |addToQueue| image:: /images/addToQueue.png :width: 15% .. figure:: /images/displaySelectedSBDQueue.png :width: 100% :align: center | A confirmation window will be displayed to the user, then user can select Subarray ID from given dropdown list on UI and when clicked on 'YES', the selected SBDs will get added to observing queue for selected Subarray ID. .. figure:: /images/selectedSBDConfirmationQueue.png :width: 100% :align: center |