Hi Brandon and Tanvi! For this ticket we'll be continuing with the work you guys have done so far with the PandaDocs upload feature (issue #45). For this reason, please make sure that you have made all necessary changes on that ticket and that you continue to complete this ticket on the same branch.
After uploading a document (either by selecting from files or drag+dropping), the user should see the following blocks to indicate that the upload is in progress and that it has been completed:
Note that the file size and file name should depend on what the user uploaded (i.e. don't hardcode these). As always, please follow the hi-fidelity designs on the Figma page for reference
Testing:
As with before, you can test your component out by rendering it inside of app/page.tsx or inside of the testing endpoints (app/test/page.tsx) page. Please include this testing component inside your PR, as it will be helpful for us to be able to run your branch locally and see exactly how it works.
branch:
upload-pandadocs
Task:
Hi Brandon and Tanvi! For this ticket we'll be continuing with the work you guys have done so far with the PandaDocs upload feature (issue #45). For this reason, please make sure that you have made all necessary changes on that ticket and that you continue to complete this ticket on the same branch.
After uploading a document (either by selecting from files or drag+dropping), the user should see the following blocks to indicate that the upload is in progress and that it has been completed:
Note that the file size and file name should depend on what the user uploaded (i.e. don't hardcode these). As always, please follow the hi-fidelity designs on the Figma page for reference
Testing:
As with before, you can test your component out by rendering it inside of
app/page.tsx
or inside of the testing endpoints (app/test/page.tsx
) page. Please include this testing component inside your PR, as it will be helpful for us to be able to run your branch locally and see exactly how it works.