-
Notifications
You must be signed in to change notification settings - Fork 85
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
chore: port sports-league-scheduling quickstart example from Java to Python #685
chore: port sports-league-scheduling quickstart example from Java to Python #685
Conversation
Thanks for the contribution, @PatrickDiallo23! |
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 for the PR @PatrickDiallo23! I am impressed with the quality of the port. Some suggestions for improvement + consistency with the other quickstarts.
python/sports-league-scheduling/src/sports_league_scheduling/constraints.py
Outdated
Show resolved
Hide resolved
python/sports-league-scheduling/src/sports_league_scheduling/constraints.py
Outdated
Show resolved
Hide resolved
python/sports-league-scheduling/src/sports_league_scheduling/demo_data.py
Outdated
Show resolved
Hide resolved
python/sports-league-scheduling/src/sports_league_scheduling/demo_data.py
Outdated
Show resolved
Hide resolved
python/sports-league-scheduling/src/sports_league_scheduling/domain.py
Outdated
Show resolved
Hide resolved
python/sports-league-scheduling/src/sports_league_scheduling/domain.py
Outdated
Show resolved
Hide resolved
…-league-scheduling example
Hello @Christopher-Chianelli! I did another commit where I applied your code suggestions. Please review. Thank you! |
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.
Mild formatting changes. It appears you missed the requested changes that were hidden by default (since GitHub automatically hides requested changes in the middle when there are many requests). Do the missed requested changes + the formatting ones, then it'll LGTM.
python/sports-league-scheduling/src/sports_league_scheduling/constraints.py
Outdated
Show resolved
Hide resolved
python/sports-league-scheduling/src/sports_league_scheduling/constraints.py
Outdated
Show resolved
Hide resolved
python/sports-league-scheduling/src/sports_league_scheduling/constraints.py
Outdated
Show resolved
Hide resolved
python/sports-league-scheduling/src/sports_league_scheduling/constraints.py
Outdated
Show resolved
Hide resolved
python/sports-league-scheduling/src/sports_league_scheduling/constraints.py
Outdated
Show resolved
Hide resolved
…all the remaining requested changes
My bad! I have updated the example accordingly. Please let me know if everything is okay now. |
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 when green
498596e
into
TimefoldAI:development
Thanks for your contribution @PatrickDiallo23! |
Description of the change
Port the sports-league-scheduling quickstart example from Java to Python while keeping the same functionality.
Checklist
Development
Code Review