Done
Details
Assignee
Yevhenii MaltsevYevhenii MaltsevReporter
Magda ZacharskaMagda ZacharskaTester Assignee
Magda ZacharskaMagda ZacharskaLabels
Priority
P3Story Points
5Sprint
NoneDevelopment Team
ConcordeFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Yevhenii Maltsev
Yevhenii MaltsevReporter
Magda Zacharska
Magda ZacharskaTester Assignee
Magda Zacharska
Magda ZacharskaLabels
Priority
Story Points
5
Sprint
None
Development Team
Concorde
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created January 12, 2020 at 3:43 AM
Updated March 26, 2020 at 7:35 PM
Resolved February 14, 2020 at 9:33 PM
Purpose:
Once the user opens the Export App, their should be able to see running jobs. The waiting and scheduled jobs will be addressed in the separate user stories. The mock for the landing page is located in: https://drive.google.com/drive/folders/1da7RedCp1tRVdHw4QGNnu9B0q8mQSGyA
Assumption:
Displayed data for running job is static.
Scenario:
Given: Data Export Icon in the FOLIO navigation menu
When: a user clicks the icon
Then: the left pane contains the accordion that displays the running jobs
Acceptance criteria:
The accordion is located right under the file selection area
The accordion has a label "Running", followed by the number of jobs.
If there is no jobs currently running, the accordion should be collapsed and the number should display "0". (Moved to UIDEXP-23)
If there are jobs currently running, the accordion should be expanded and the number should be accurate.
Under the list of the running jobs, there are Cancel, Pause, Resume buttons. For the purpose of this user story those buttons are greyed out.
Each running job detail contains the following data:
FileName containing the name of the input file followed by date and time stamp,
Job Id
"Triggered by" FirstName [space] LastName
"Job profile:" (set to the "default" value)
"Began: " followed by time and date
status "In progress" followed by the progress bar.