Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

for discussion: rough concept on design/structure & process flow for upload from local (TUS) #75

Closed
hpvd opened this issue Mar 18, 2016 · 1 comment
Labels

Comments

@hpvd
Copy link

hpvd commented Mar 18, 2016

As input for discussion a very rough concept on design/structure and process flow to show how different functions could be integrated for upload from local with TUS.

Tries to capture things talked about in

There a to types of information & with this possible actions shown:

  • individual per file
  • a summary of all files / total process

To keep design relatively clear and reduce cpu load on client

  • details of files
  • individual progress of each file and
  • possible actions for each file

are only shown on hover.

  1. Start: no file selected
    2016-03-18_15h33_24
  2. one file selected/pasted (d&d field growing in height), "start upload" enabled and summary about selected files shown
    2016-03-18_15h33_38
  3. second file selected/pasted, summary updated
    2016-03-18_15h33_52
  4. third file selected/pasted (d&d field growing in height again), summary updated
    2016-03-18_15h34_07
  5. mouse hover on third file shows possibility to delete and file-size
    2016-03-18_15h34_23
  6. third file deleted (d&d field reduced in height again)
    2016-03-18_15h34_38
  7. upload started, pause button visible
    2016-03-18_15h34_56
  8. upload paused, resume button visible
    2016-03-18_15h35_09
  9. upload resumed, pause button visible again
    2016-03-18_15h35_24
  10. hover on first file shows possible individual actions (pause and delete) and uploaded size
    2016-03-18_15h35_36
  11. upload of file one paused, individual resume possibility visible, summary updated
    2016-03-18_15h36_36
  12. hover on file one shows possible individual actions (delete and resume) and uploaded size
    2016-03-18_15h36_50
  13. upload of file one resumed
    2016-03-18_15h37_06
  14. upload of all files finished, summary updated to "uploaded", pause button removed and link to "next step" shown
    2016-03-18_15h37_29
  15. hover on file one shows possible individual action "delete" and uploaded size
    2016-03-18_15h37_57
  16. file one was deleted, summary is updated
    2016-03-18_15h38_43
@hpvd hpvd changed the title for discussion: rough concept on design/structure for discussion: rough concept on design/structure and process flow Mar 18, 2016
@hpvd hpvd changed the title for discussion: rough concept on design/structure and process flow for discussion: rough concept on design/structure & process flow for upload from local (TUS) Mar 18, 2016
@arturi arturi added the Feature label Apr 25, 2016
@arturi
Copy link
Contributor

arturi commented Jul 19, 2016

Let’s move to #96 and keep this as a reference.

@arturi arturi closed this as completed Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants