Skip to content

publish file transfer information

Subtasks Total estimated = 3.5d rounded up to 4d

No of x in current instance

  • "files to be copied" (est. 4h)
    • Get data point (length of copy queue)
    • Publish to IS
    • Write Test
  • "files to be deleted" (est. 4h)
    • Get data point (length of delete queue)
    • Publish to IS
    • Write Test
  • "files being copied" (est. 4h)
    • Get data point (length of copylist)
    • Publish to IS
  • "files copied" (est. 4h)
    • Get data point (call a custom method in copythread.statuscheck() )
    • Publish to IS
    • Write Test
  • "files deleted" (est. 4h)
    • Get data point (call a custom method in delete() function in delete thread)
    • Publish to IS
    • Write Test
  • "simple transfer failures" (est. 4h)
    • Get data point (call a custom method in manager thread )
    • Publish to IS
    • Write Test
  • "problematic transfer failures" (est. 4h)
    • Get data point (call a custom method in copy thread handle unsuccessfull copy )
    • Publish to IS
    • Write Test
Edited by Jonas Ladefoged Holm