feat: [M3-7120] - Create VPC Feedback #9718
Conversation
dwiley-akamai
left a comment
There was a problem hiding this comment.
🚀
Unit tests pass ✅
Window scrolls to general subnet errors towards the top of the Subnets section ✅
Comma-separated large available IP numbers ✅
Available IPs display when expected for RFC1918 IPs ✅
|
Even after filling in the Region and VPC label, it still shows them as an error and scrolls to them. Screen.Recording.2023-09-26.at.2.17.25.PM.mov |
|
@tyler-akamai We handle errors similarly in other places in the app. Might be a convo for cafe? |
hana-akamai
left a comment
There was a problem hiding this comment.
Confirmed that the unit test passed, numbers are comma-separated, window scrolls to errors, and available IPs display for RFC1918 IPs 🚢
|
@tyler-akamai @hana-linode thanks for bringing this up! Agreed that this would be a good topic for cafe. Tried something that gets rid of the errors after we change the fields -- It's currently on my branch |
Great job |
|
Merging as integration tests issues were not due to VPC related tests. Leaving the branch feat-m3-7120-offshoot up for if we decide to change the behavior of how form errors are handled |
Description 📝
Address VPC Create page related feedback from product
Major Changes 🔄
Preview 📷
Commas for large numbers
Number of available ips doesn't show up for a non RFC1918 ip
scroll into view subnet errors
https://github.com/linode/manager/assets/139280159/e3d5218a-2f53-4bc6-8472-7bd08d6a6c34
How to test 🧪
How to verify changes?
You can use the MSW (with VPC feature flag) for the following:
You will need to be on the dev environment with VPC tags on your account for the following:
Create VPC, and you should see that your screen scrolls to the errors that have appeared.How to run Unit or E2E tests?
yarn test subnets.test.ts