jeffgarrett / divsieapp

0 stars 0 forks source link

Complete the "Import from iCalendar" flow #3

Open jeffgarrett opened 11 years ago

jeffgarrett commented 11 years ago

A "file" directive is done. On change, we need to display upload progress, and result.

jeffgarrett commented 11 years ago

Desired behavior:

  1. User clicks on button.
  2. File chooser is presented.
  3. Upon selection, confirm upload with dialog. Display file name.
  4. Display progress during upload.
  5. On done/error, display result and allow user to dismiss dialog.

Questions: Should we have our own dialog pre-chooser, which among other things could allow for drag and drop?