Confirmed users
528
edits
No edit summary |
No edit summary |
||
Line 106: | Line 106: | ||
** "Select an account type" should be "Select a file sharing service" (done Feb 27) | ** "Select an account type" should be "Select a file sharing service" (done Feb 27) | ||
** "Add Account" button should be "Setup Account" (done Feb 27) | ** "Add Account" button should be "Setup Account" (done Feb 27) | ||
* OAuth Dialog Fixes ( | * OAuth Dialog Fixes (done Feb 27) | ||
** Remove the header, and use an uneditable URL bar instead (to prevent phishing) | ** Remove the header, and use an uneditable URL bar instead (to prevent phishing) | ||
* We need a link to create YouSendIt accounts (mconley) | |||
* The language of the notification bar should emphasize "share" over "attach" (bwinton) | |||
** Update the buttons to be "Share it", or "Attach it"? | |||
** Part of the notification text should be a link to an external "What's this" page. | |||
* Convert between different cloud providers (done, but needs testing) | * Convert between different cloud providers (done, but needs testing) | ||
* Failure cases. (Feb 29th) | * Failure cases. (Feb 29th) | ||
** Delete the cloud attachment when converting from cloud storage (done Feb 15th) | ** Delete the cloud attachment when converting from cloud storage (done Feb 15th) | ||
Line 118: | Line 124: | ||
** External service starts sending garbage. | ** External service starts sending garbage. | ||
** We can't log in for some reason | ** We can't log in for some reason | ||
* More theming, and making it pretty. (ongoing) | * More theming, and making it pretty. (ongoing) | ||
* Attachment URL Insertion | * Attachment URL Insertion | ||
** We want to insert URLs at attachment upload completion time (done Feb 27th) | ** We want to insert URLs at attachment upload completion time (done Feb 27th) | ||
** We want to use clarkbw's design for the HTML attachment URLs | ** We want to use clarkbw's design for the HTML attachment URLs | ||
*** We can wedge images in there via data-urls. | *** We can wedge images in there via data-urls. | ||
** Add the feature advertisement text | ** Add the feature advertisement text below the last item | ||
** We need to annotate the inserted URL with the filename, the storage service, etc, to make it clear that it's a link to a file on a cloud file provider. (See Google Docs file send/share emails for examples...or YouSendIt e-mails). (done Feb 27th) | ** We need to annotate the inserted URL with the filename, the storage service, etc, to make it clear that it's a link to a file on a cloud file provider. (See Google Docs file send/share emails for examples...or YouSendIt e-mails). (done Feb 27th) | ||
** Removing the cloud file attachment should remove the URL from the message. (done Feb 27th) | ** Removing the cloud file attachment should remove the URL from the message. (done Feb 27th) | ||
* Canceling a message with cloud file attachments should delete the uploaded files from the server (may need to special case drafts and templates) | * Canceling a message with cloud file attachments should delete the uploaded files from the server (may need to special case drafts and templates) | ||
* Need to handle saving as draft and reloading drafts when there are cloud attachments. | * Need to handle saving as draft and reloading drafts when there are cloud attachments. | ||
* Test creating a Dropbox account from the OAuth dialog | * Test creating a Dropbox account from the OAuth dialog | ||
* When YSI tokens are stale, if we have remembered the password, we should try reauthenticating with it before prompting the user. | * When YSI tokens are stale, if we have remembered the password, we should try reauthenticating with it before prompting the user. | ||