Storycards
...
These errors are known to the uploader once the user has chosen "Upload".
All the Inline Edit Storycards are available on the Uploader Storycards page.
The current storycards are:
- U Story 1: Remove "pause" button
- U Story 2: "Remove" button should not display once files are being uploaded.
- U Story 3: Add remaining time for upload to the progress bar.
- U Story 4: Update information at the bottom
- U Story 5: Add Cancel button
- U Story 6: Error: file name already exists
- U Story 7: Allow user to create a display name & send notification
Wireframes & Final Storyboards
...
Visual Representation of Interesting Moments
Interesting Moments | Single upload Inline | Multiple upload |
---|---|---|
Click on Add Files (Discoverability) | Entire field is highlighted | |
Select files from OS file window | ||
File Queue(Clarity) | Edit Initiated | Cursor displays at end of text
...
Edit Initiated |
NOTE: Red text indicates this state should be configurable by integrator
Error Handling
There are 2 categories of errors we want to handle with the uploader, client-side and server-side.
Client-side errors:
- File size is too big
- File type not allowed
Ideally both of these should be handled at the time of file browsing so the user is not allowed to choose them. The user will not be allowed to choose files that are too big or types that are not allowed. Typically they display as greyed out. However, sometimes the system misses these and in such cases, the uploader should handle the errors once they hit the file queue. The interaction will be the same as with server side errors only the user will get the message as the file is added to the queue.
See Uploader Storyboard - Upload with Error for detailed interactions.
Server-side errors:
- Duplicate file
- Connection tiimed out
- File size is too big
These errors are known to the uploader once the user has chosen "Upload".
See Uploader Storyboard - Upload with Error for detailed interactions in the case of these errors.
Configurable Behaviors / Settings
- Whether to display the uploader inline or in a pop-up
- Whether to dismiss the uploader upon upload completion (using timer) or to give user an option to dismiss