-
Notifications
You must be signed in to change notification settings - Fork 194
Ordering price information improvements. #1319
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
Ordering price information improvements. #1319
Conversation
|
Yeah I agree about |
|
Thanks, this is a big improvement I think. We'll tackle the Big things to change:
|
….com/FernandoOjeda/softlayer-python into FernandoOjeda-fo_vs_create_options_order_item_list
allmightyspiff
left a comment
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.
Overall this looks good, but I have some changes in mind for how location specific pricing works that I am still messing around with. I'll have the comments ready by tomorrow I hope, and will likely just push any changes to your branch.
|
|
||
| @click.command() | ||
| @click.argument('location', required=False) | ||
| @click.option('--prices', '-p', is_flag=True, help='Use --prices to list the server item prices, and ' |
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.
drop the help bit to the next line, so the help text doesn't have to be broken up so much
…rking. Still needs testing
…into fo_vs_create_options_order_item_list update branch.
….com/FernandoOjeda/softlayer-python into FernandoOjeda-fo_vs_create_options_order_item_list
…options_order_item_list Updated location specific pricing for hw create-options
TESTS✔️ Future IssuesOnce this is merged I'll make issues for these other improvements. This change set is already getting kinda large and complex.
|
|
It is a good idea to open another issue for hw create-options --prices tok02 to avoid to lists the 0$ data. |

Ordering price information improvements #1299.
Implemented:
Things to take into implement: