-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MR-3334] Update Guidance Text for Uploading Documents #1902
Conversation
This input only accepts PDF, CSV, DOC, DOCX, | ||
XLS, XLSX, XLSM files. | ||
This input only accepts one file in PDF, DOC, or | ||
DOCX format. | ||
</span> | ||
</span> | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also need to change the constant passed into accept
prop of the FileUpload
. This is currently set to allow PDF, CSV, DOC, DOCX, XLS, XLSX, XLSM files. We should make a new constant in the same constants.ts
file that would be for rate certification documents.
The constants file is in services/app-web/src/components/FileUpload/constants.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking a look Jason, I updated the PR accordingly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for those changes! Great job 🙌!
Summary
MR-3334
This PR contains a handful of small tweaks to the upload sections of the Rate Details, Contract Details and Supporting Document pages
Rate Details Changes
Designs
Contract Details Changes
Designs
Supporting Documents Changes
Designs
Screenshots
Rates Details
Contract Details
Supporting Documents
Test cases covered
QA guidance