-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
feat: CSV File Upload form updates #21922
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21922 +/- ##
=======================================
Coverage 67.00% 67.00%
=======================================
Files 1835 1835
Lines 69971 69971
Branches 7588 7588
=======================================
Hits 46882 46882
Misses 21123 21123
Partials 1966 1966
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
/testenv up |
@eschutho Ephemeral environment spinning up at http://35.90.79.196:8080. Credentials are |
ec1f525
to
6b075e7
Compare
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.
Code looks great. Will defer to @jinghua-qa or @yousoph for visual review.
6b075e7
to
14c8a33
Compare
Ephemeral environment shutdown and build artifacts deleted. |
/testenv up |
@jinghua-qa Ephemeral environment spinning up at http://34.217.78.232:8080. Credentials are |
- Update field texts: Name & Descriptions - Reorder form fields - Update tests
- Fix typo in Null Values field
- Make description for Null Values field match the mock up
- Rename the id of the DOm element so it doesn't fail when querying schemas with allowed csv file upload
- The DOM element was still misnamed in one place
fe0e04b
to
863f2b3
Compare
LGTM! |
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
This is going to be the first of a set of PRs to improve the experience for our users in the CSV file upload form. Here we are reordering some fields of the form and changing their Name and descriptions.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
https://user-images.githubusercontent.com/38889534/198689750-2996d449-af67-43f6-b75f-94c79c913960.mov
After:
https://user-images.githubusercontent.com/38889534/198690113-03a711d0-f903-484e-a844-cae9fda8a8eb.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION