Project Page --------------------- User can search for Projects by clicking on the |projectBtn| button and then selecting a Search Type from the dropdown. The available search options include: Search by Dates, Search by ID, Last 7 Days, Today, Search by Purpose and Search by Status. Based on the selected option, the user can provide the required inputs and click the search button to view the project records in a tabular format. .. |projectBtn| image:: /images/projectBtn.png :width: 15% :alt: Search Button .. figure:: /images/projectTableList.png :width: 100% :align: center :alt: Image of the SBD Table | Once the entity records are visible in tabular format as shown below image user can view the list of SBDs under Observation block by clicking on Block name displayed in column named 'Observation Block' in the table. Then a model will open in which user can view the Block ID and list of SBDs in tabular format. User can then view specific SBD by clicking on SBD ID as show in below image. .. figure:: /images/obsBlock.png :width: 100% :align: center :alt: Image of the Observation Block | This action will navigate user to Scheduling Block Definition (SBD) page as shown in below image. .. figure:: /images/sbdTable.png :width: 100% :align: center :alt: Image of the SBD Table | View Project details ~~~~~~~~~~~~~~~~~~~~~ Users can click the |viewIcon| icon to see the entity details. .. |viewIcon| image:: /images/viewIcon.png :width: 5% .. figure:: /images/projectDetails.png :width: 100% :align: center :alt: Image of the Project details | Each panel is interactive and can be clicked to open and view its corresponding details. .. figure:: /images/expandPrjPanel.png :width: 100% :align: center :alt: Image of the Project details | Users can also toggle between GUI mode and JSON mode to view the data in their preferred format. .. figure:: /images/jsonPrjPanel.png :width: 100% :align: center :alt: Image of the Project details | Update Project status ~~~~~~~~~~~~~~~~~~~~~~ Once the entity records are visible in tabular format as shown below image user can update status of the entity by clicking on edit icon displayed in column named 'Status' in the table. Then a model will open in which user can select the status value from the dropdown widget and click on the |updateStatusBtn| button this will update the status of the entity. User will also be able to view the status history for selected entity in tabular format as shown in below image. .. |updateStatusBtn| image:: /images/updateStatusBtn.png :width: 15% :alt: Search Button .. figure:: /images/updateProject.png :width: 100% :align: center :alt: Image of manage Project status |