Manage Shift Page ------------------- Starting the shift ~~~~~~~~~~~~~~~~~~~ User can visits the Manage shift page by clicking on button |currentShiftBtn| then user will be able to click on |startShiftBtn| button to start the shift. .. |currentShiftBtn| image:: /images/currentShiftBtn.png :width: 10% :alt: Search Button .. |startShiftBtn| image:: /images/startShiftBtn.png :width: 15% :alt: Search Button A confirmation window will pop up as shown below, user can click on |yesBtn| button to start new shift else click on |noBtn| button. .. figure:: /images/startConfirmModal.png :width: 100% :align: center :alt: Shift history | A new shift will get started as shown in below image. User will be able to view the logs in "Logs Summary" section. .. figure:: /images/newShiftStartedPage.png :width: 100% :align: center | Adding shift comments and images ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ User can add shift comments from the below section: .. figure:: /images/addCommentSection.png :width: 100% :align: center :alt: Add Comment Section User will also be able to upload images for current active shift by using "File Upload" widget |fileUploadBtn| as shown in below image. .. |addShiftCommentBtn| image:: /images/addShiftCommentBtn.png :width: 25% :alt: Search Button .. |fileUploadBtn| image:: /images/fileUploadBtn.png :width: 5% :alt: Search Button .. |addBtn| image:: /images/addBtn.png :width: 8% .. figure:: /images/addShiftCommentImage.png :width: 100% :align: center :alt: Image of the SBD Table | The newly added shift comment, along with its image, will appear below the comment section as illustrated in the image below. .. figure:: /images/commentSection.png :width: 100% :align: center :alt: Comment Section | Add tags in shift comment ~~~~~~~~~~~~~~~~~~~~~~~~~~ User can add new or existing tags from "Add tag" field in shift comment as shown in below image .. figure:: /images/tagsSection.png :width: 100% :align: center | Add jira links in shift comment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ User can add/attach new or existing jira links in shift comment from "Create JIRA ticket" field as shown in below image .. figure:: /images/jiraLinksSection.png :width: 100% :align: center | After clicking on "Create JIRA ticket" button, it will open a popup where user can add information related to jira issue as shown in below image. And it will create a jira ticket on https://jira-test-1.skatelescope.org/ domain and attach the jira link in shift comment. .. figure:: /images/jiraLinksModel.png :width: 100% :align: center | .. note:: The “Create Jira ticket” option is now only available for https://jira-test-1.skatelescope.org/ domain. Edit shift comment and images ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ User can edit shift comments by clicking on three dots (⋮) at right corner and then click on Edit button |editCommentBtn| as shown in below image: .. figure:: /images/commentEdit.png :width: 100% :align: center :alt: Comment Edit After clicking the Edit button, the Edit section will open, allowing the user to add, remove, or modify comments, tags, Jira links, or images. .. figure:: /images/commentEditActive.png :width: 100% :align: center :alt: Comment Edit .. note:: Editing a comment is allowed only for the original comment owner. .. |editCommentBtn| image:: /images/editCommentBtn.png :width: 8% When a comment is edited, a new version is created. The three-dot menu will display a ‘Version’ option to view previous versions. .. figure:: /images/versionHistoryOption.png :width: 100% :align: center :alt: Comment Edit | View shift comment version history ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The user can view the shift comment version history by clicking the three-dot menu (⋮) in the top-right corner and then selecting the ‘Version’ |versionBtn| option. .. figure:: /images/versionHistorySection.png :width: 100% :align: center :alt: Version History .. |versionBtn| image:: /images/versionBtn.png :width: 8% | Adding reply to shift comment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ User can reply to shift comments by clicking on |replyBtn| Reply button it will open the Reply section as shown in below image .. figure:: /images/replySection.png :width: 100% :align: center :alt: Comment Edit .. |replyBtn| image:: /images/replyBtn.png :width: 8% | View logs summary ~~~~~~~~~~~~~~~~~~~ Once the Execution Block logs are available in the ODA during the shift run, all logs will be displayed in the ‘Logs Summary’ section, as shown in the image below. .. figure:: /images/logSummarySection.png :width: 100% :align: center | Image preview ~~~~~~~~~~~~~ The user can click an already uploaded image to open its preview, as shown in the image below. .. figure:: /images/imagePreview.png :width: 100% :align: center | Ending the shift ~~~~~~~~~~~~~~~~~~~ User can end the current shift by clicking on |endShiftBtn| button on UI. .. |endShiftBtn| image:: /images/endShiftBtn.png :width: 15% :alt: Search Button A confirmation window will pop up as shown below, user can click on |yesBtn| button to end the current shift else click on |noBtn| button. .. |yesBtn| image:: /images/yesBtn.png :width: 7% :alt: Search Button .. |noBtn| image:: /images/noBtn.png :width: 7% :alt: Search Button .. figure:: /images/endConfirmModal.png :width: 100% :align: center :alt: Shift history |