|
| 1 | +# Send V2 UX Web Acceptance Criteria |
| 2 | + |
| 3 | +## General |
| 4 | + |
| 5 | +- [ ] It should match the spec provided. |
| 6 | +- [ ] It should have a feedback button |
| 7 | +- [ ] It should provide links to relevant legal documentation |
| 8 | + |
| 9 | +### Non-Authenticated Users |
| 10 | + |
| 11 | +- [ ] It should make clear the benefits of a Firefox Account |
| 12 | +- [ ] It should allow users to log into or create a Firefox account |
| 13 | +- [ ] It should allow users to select and send multiple files in one URL |
| 14 | +- [ ] It should limit the sendable file size to 1GB |
| 15 | +- [ ] It should allow users to set an expiration time of 5 minutes, 1 hour, or 24 hours |
| 16 | +- [ ] It should allow users to set an download count of 1 downloads |
| 17 | + |
| 18 | +### Authenticated Users |
| 19 | + |
| 20 | +- [ ] It should indicate that the user is signed in via Firefox Account |
| 21 | +- [ ] It should allow the user to sign out |
| 22 | +- [ ] It should allow users to select and send multiple files in one URL |
| 23 | +- [ ] It should limit users to sending 2.5GB per Send |
| 24 | +- [ ] It should allow users to extend Send times up to 1 Week |
| 25 | +- [ ] It should allow users to extend Send download counts up to 100 times |
| 26 | + |
| 27 | +### Main Screen |
| 28 | + |
| 29 | +- [ ] It should clearly indicate the name of the product |
| 30 | +- [ ] If user has no existing Sends, it should make clear the primary benefits of the service (private, e2e encrypted, self-destructing file sharing) |
| 31 | +- [ ] It should allow users to access the file picker to create Send links |
| 32 | +- [ ] It should allow users to drag and drop files |
| 33 | +- [ ] It should provide affordances to sign in to Send |
| 34 | +- [ ] If the user has existing Sends, it should display a card-based list view of each |
| 35 | + |
| 36 | +### Upload UI |
| 37 | + |
| 38 | +- [ ] It should allow users to continue to add files to their upload up to a set limit |
| 39 | +- [ ] It should allow users to set a password |
| 40 | +- [ ] It should let users delete items from their upload bundle |
| 41 | + |
| 42 | +### Uploading UI |
| 43 | + |
| 44 | +- [ ] It should display an affordance to demonstrate the status of an upload |
| 45 | + |
| 46 | +### Share UI |
| 47 | + |
| 48 | +- [ ] It should provide a copiable URL to the bundle |
| 49 | + |
| 50 | +### Download UI |
| 51 | + |
| 52 | +- [ ] It should prompt the user for a password if one is required |
| 53 | +- [ ] It should provide feedback for incorrect passwords |
| 54 | +- [ ] It should provide a description of Send to make clear what this service is |
| 55 | +- [ ] It should let the user see the files they are downloading |
| 56 | +- [ ] It should let the user download their files |
| 57 | + |
| 58 | +### Download Complete UI |
| 59 | + |
| 60 | +- [ ] It should indicate that a download is complete |
| 61 | +- [ ] It should provide a description of the Send service |
| 62 | +- [ ] It should provide a link back to the upload UI |
| 63 | + |
| 64 | +### Expiry UI |
| 65 | + |
| 66 | +- [ ] It should provide a generic message indicating a share has expired |
| 67 | +- [ ] It should allow the user to navigate back to the upload page |
| 68 | + |
| 69 | +### In Memory DL Page |
| 70 | + |
| 71 | +- [ ] It should show in case a user tries to download a large file on a suboptimal client |
| 72 | +- [ ] It should suggest the user use Firefox |
| 73 | +- [ ] It should let the user copy the download url |
0 commit comments