-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Tutorials Amer #780
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
base: 18.0
Are you sure you want to change the base?
Tutorials Amer #780
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.
Very good, just a small change to do.
Also your commit titles don't follow the guidelines. They should have a specific title specifying the module concerned by the change. In this case it's always estate
but it's a good habit you will have to learn.
And consider checking the style errors raised by the runbot to fix them.
769cc19
to
5821075
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.
Nice ! The tests are ok.
Functionally, with the current code, we can accept several offers for the same property, overriding each time buyer_id
, selling-price
, etc. We shouldn't be able to accept more than one offer.
Otherwise it's mainly small comments/improvements.
ruff.toml
Outdated
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.
Don't push this file on your PR, same for git files, vscode file
No description provided.