-
Notifications
You must be signed in to change notification settings - Fork 10
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(INVT-CPC-979): Add sale price for clients in product list #533
feat(INVT-CPC-979): Add sale price for clients in product list #533
Conversation
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 good overall. Good job.
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.
Looks good, simple object value addition and logic has been updated acoordingly. UI shows the value.
Qodana for JVM336 new problems were found
☁️ View the detailed Qodana report Contact Qodana teamContact us at [email protected]
|
…tegrated into the Inventory-Service on the backend and front-end.
9c12c8c
to
24aaba7
Compare
Qodana for JVM327 new problems were found
☁️ View the detailed Qodana report Contact Qodana teamContact us at [email protected]
|
JIRA: link to jira ticket
https://champlainsaintlambert.atlassian.net/browse/CPC-979
What is the ticket about and why are we making this change?
This ticket is about adding an important field to our product list called the sale price. The sale price is important because previously we only had the normal price for a product that the pet clinic bought it for and we were missing the price we will be selling it at. We are making those changes because it's crucial information about a product.
What are the various changes and what other modules do those changes affect?
Before and After UI (Required for UI-impacting PRs)
Before:
After: