-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update QuotationSorting #725
base: master
Are you sure you want to change the base?
Conversation
97871f5
to
135fdea
Compare
@@ -207,7 +207,10 @@ def choose_feasibility(self, feasibility_id: str, accepted_option_id: str) -> di | |||
|
|||
|
|||
class QuotationSorting: |
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.
Just a question, non-binding, should we add unit tests for the new sorting criteria in here?
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.
Yes!
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.
thanks, I just expanded the test, please let me know your thoughts
CHANGELOG.md
Outdated
@@ -29,6 +29,10 @@ You can check your current version with the following command: | |||
``` | |||
|
|||
For more information, see [UP42 Python package description](https://pypi.org/project/up42-py/). | |||
## 2.2.0a23 | |||
**Feb 3, 2025** | |||
- Updated `QuotationSorting`. |
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.
NIT: Maybe "Add sorting fields to QuotationSorting"?
@@ -207,7 +207,10 @@ def choose_feasibility(self, feasibility_id: str, accepted_option_id: str) -> di | |||
|
|||
|
|||
class QuotationSorting: |
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.
Yes!
|
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 approved since @matheuspinheirosantos did and I think the merge rights is still not updated.
33f7115
to
527cde7
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.
LGTM! (From a Python beginner 🐍 )
Selected sorting fields are added to
QuotationSorting
.Checklist: