Adding a supporting documents #1506
-
Hey team! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for submitting early. To help prep the conversation a little are there any areas that you are concerned about the most and would like us to focus on? The more specific and focused the better for the short 20 minutes that we have. Thanks |
Beta Was this translation helpful? Give feedback.
-
Use of a drag-drop option for uploading documentsThere's no universal pattern for this right now, but it is on our roadmap as a component ("Dropzone"), and it's come up as a requested pattern ("Drag and drop"), too. Re: accessibility, if you have a drag-and-drop area, and still also have a button on the screen that opens a file selector, it's usable. My recommendation for now would be to use the Salesforce component as an engineering reference for an accessible drag-and-drop file uploader, and borrow visual elements from SendGrid (as seen on https://mc.sendgrid.com/contacts/import/upload-csv): In order to use Paste tokens to compose this, you'll need to use a solid (instead of dashed) border, though. Use of a progress barFor a progress bar, do you mean the steps you're showing at the top of this page? https://www.figma.com/proto/19GxmZa01LDz8LX4u3afQR/Provisionally-Approved?page-id=1090%3A20351&node-id=1233%3A49852&scaling=min-zoom If so, you can reach out to Ishita, Margot, Charlene, and Angela, who are working on a Wizard pattern. You might be able to align to the new pattern, depending on when you need to ship this feature. Another option is borrowing elements from the design linked in Discussion #1352, where steps are shown in a vertical list, rather than a horizontal one. The feature doesn't exactly match your use case, but it could be more flexible if you need to give the customer more details, explain why certain steps might be skipped over, etc. It could also be worth considering whether there are other places that progress stepper could be shown. Putting it where it is right now at the top of that form could make it seem like those are multiple steps the customer needs to do to submit the regulatory bundle form, and not steps that Twilio needs to do before the bundle can be approved. |
Beta Was this translation helpful? Give feedback.
Use of a drag-drop option for uploading documents
There's no universal pattern for this right now, but it is on our roadmap as a component ("Dropzone"), and it's come up as a requested pattern ("Drag and drop"), too.
Re: accessibility, if you have a drag-and-drop area, and still also have a button on the screen that opens a file selector, it's usable.
My recommendation for now would be to use the Salesforce component as an engineering reference for an accessible drag-and-drop file uploader, and borrow visual elements from SendGrid (as seen on https://mc.sendgrid.com/contacts/import/upload-csv):
In order to use Paste tokens to compose this, you'll need to use a solid (instead of dashed) b…