-
Notifications
You must be signed in to change notification settings - Fork 8
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
Rewrite pricing calculator #2308
Conversation
Screencast.from.03-05-2024.04.40.16.PM.webm |
- style: no longer show loader instead write loading...
update loading behaviour but what about toggles spacing? |
|
<VRow v-else> | ||
<VCol cols="12"> | ||
<VAlert type="error"> | ||
Please provide a valid data inorder to calculate your deployment price correctly. |
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.
I think the alert should be more clear, it should mention which field is invalid. what do you think?
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.
there is already an error shown on that specific field ... we can know instantly which field has error without checking every field over and over
:style="{ background: computePackageColor(priceTask.data?.sharedPackage.package) }" | ||
> | ||
<p> | ||
Cost of reservation on a <strong v-text="'Shared Node'" /><br /> |
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.
I'm not sure if we should mention the package's name here or if the background color is enough?
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.
@maayarosama what do u mean?
please add some ss if something is not working correctly
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.
Let's ignore my suggestion here as it's not needed
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 Job
Description
Pricing calculator had tons of issue so we decided to rewrite it in a better way
Changes
Rewrite pricing calculator
Related Issues
Checklist