DECA-281: Design an Export interaction that restricts the user to a single file selection for exporting

Metadata

Source
DECA-281
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2012-06-08T16:05:54.575-0400
Updated
2012-08-30T16:24:48.810-0400
Versions
N/A
Fixed Versions
  1. 0.6
Component
  1. Export

Description

Design a user interaction that restricts the user to a single file selection for exporting. When the user selects browse, the "Browse" button should disable and the "Add more" button should not even appear.

Attachments

Comments

  • Justin Obara commented 2012-07-10T15:54:32.036-0400

    Due to some functions being private and a bug in Uploader, had to implement a few work arounds to get this functionality in place. Overrode the hover styling when the button is disabled, and removed forced the browseButton to be disabled after adding files to the queue.

    The changes are in my bitbucket repo:
    https://bitbucket.org/jobara/decapod-0.6-ui-iteration5