-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Design Review] Upload #430
Conversation
…flatten the routing structure and hopefully simplify maintenance
… for reusability.
- Filing creation - Rename fetchFilingSubmissionLatest to fetchSubmissionLatest - Created useFilingAndSubmissionInfo
Regarding the missing scenarios: Regarding the secondary button pipe color: Regarding the secondary button height: InstitutionHeading (2 spaces before/after pipe) and button content has been updated. |
…nto errors-and-upload
…nto errors-and-upload
…into errors-and-upload
…nto errors-and-upload
…nto errors-and-upload
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.
Great! Approving this for merging so that everything can land on our preview environment, but @natalia-fitzgerald will still get the final say on the design review. ✅
I've also added a ticket to cleanup some of our Typescript exceptions for post-mvp:
#528
'Validation STILL in-progress - Long Polling - RETRYING', | ||
response, | ||
); | ||
if (import.meta.env.DEV) { |
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.
Wonder how the security scan stuff will handle these dev only console.logs. We'll find out. 👍
@@ -6,7 +6,7 @@ type ButtonProperties = ComponentProps<typeof ButtonDSR>; | |||
/* Handles new secondary styling */ | |||
|
|||
const newSecondaryStyle = | |||
'cursor-pointer border-[1px] border-solid border-pacific bg-white text-pacific hover:border-[#0050B4] hover:bg-white hover:text-[#0050B4] focus:bg-transparent disabled:cursor-not-allowed disabled:border-none'; | |||
'cursor-pointer border-[1px] border-solid border-pacific bg-white text-pacific hover:border-[#0050B4] hover:bg-white hover:text-[#0050B4] focus:bg-white disabled:cursor-not-allowed disabled:border-none'; |
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.
Looking forward to getting this in the DSR post-mvp.
dataGetSubmissionLatest.state === FileSubmissionState.SUBMISSION_ACCEPTED | ||
? 'Your file contains no errors and warnings have been verified' | ||
: // @ts-expect-error key in | ||
dataGetSubmissionLatest.state in fileSubmissionValidationStatus |
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.
Oh interesting... I added the exception to this ticket
closes #480
closes #473
closes #456
closes #467
closes #478
Note
yarn install
to pull in the DSR changes to the pagination componentChanges
enhancement(download report): removed caching headers -- usingsubmissionId
so the browser caching is fineExtra note
The two scenarios not added to this design review:
The button changes are not in yet
Screenshots
Introduction
Never uploaded before
Pass
pass_123456789TESTBANK456_small.csv
Warnings
logic-warnings_small.csv
Errors
logic-errors_small.csv
SUBMISSION_ACCEPTED - no warnings
pass_123456789TESTBANK456_small.csv
SUBMISSION_ACCEPTED - warnings
logic-warnings_small.csv
File size upload limit (Can use 2MB test limit -- normally 2GB)
logic-errors_medium.csv (2MB)
Incorrect file type (renamed to `.csv) -- General Catch-All Validation Error
alf-picture copy.csv
Incorrect file type (example
.png
)alf-picture
Submission Malformed
format-error__missing-more-columns.csv