Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mate-academy/py-cinema-visit

Ruslan-Ivliev reopened a pull request on mate-academy/py-cinema-visit
Solution
Ruslan-Ivliev closed a pull request on mate-academy/py-cinema-visit
Solution
mateacademy-ai-mentor created a review comment on a pull request on mate-academy/py-cinema-visit
The `movie_session` method should call the `watch_movie` method on each `Customer` instance. This is required by the task description to print what movie each customer is watching. Add `customer.wa...

View on GitHub

mateacademy-ai-mentor created a review comment on a pull request on mate-academy/py-cinema-visit
The `cleaner` parameter should be an instance of the `Cleaner` class, not a string. Update the parameter type to `Cleaner` to match the task requirements.

View on GitHub

mateacademy-ai-mentor created a review comment on a pull request on mate-academy/py-cinema-visit
The `customer` parameter is currently typed as `str`, but it should be an instance of the `Customer` class. Update the type hint to `Customer` to match the task requirements and ensure the method c...

View on GitHub

mateacademy-ai-mentor created a review on a pull request on mate-academy/py-cinema-visit
Thank you for your hard work on this project! 😊 There are a few critical issues that need to be addressed before we can approve the pull request: 1. **CinemaBar Class**: The `sell_product` method ...

View on GitHub

Ruslan-Ivliev opened a pull request on mate-academy/py-cinema-visit
Solution
vsmutok created a review comment on a pull request on mate-academy/py-cinema-visit
```suggestion def sell_product(customer: Customer, product: str) -> None: ```

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-cinema-visit
```suggestion cleaning_staff: Cleaner) -> None: ```

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-cinema-visit

View on GitHub

mateacademy-ai-mentor created a review on a pull request on mate-academy/py-cinema-visit
Great job! 🎉 Your implementation meets all the task requirements and constraints perfectly. Each class and function is well-structured and fulfills its intended purpose. Keep up the excellent work!...

View on GitHub

dmytrominyaylo opened a pull request on mate-academy/py-cinema-visit
solution py-cinema-visit
mateacademy-ai-mentor created a review on a pull request on mate-academy/py-cinema-visit
Your code implementation is spot on and meets all the task requirements perfectly! 🎉 All classes and methods are well-structured and function as expected. Keep up the great work, and continue honin...

View on GitHub

VladBukin2009 opened a pull request on mate-academy/py-cinema-visit
'Solution'
mateacademy-ai-mentor created a review comment on a pull request on mate-academy/py-cinema-visit
The `cleaner` parameter should be of type `Cleaner` instead of `str` to match the expected usage in the function. Update the type hint to `Cleaner`.

View on GitHub

mateacademy-ai-mentor created a review on a pull request on mate-academy/py-cinema-visit
Great job on implementing the solution! 🎉 The code meets the task requirements and constraints effectively. Just a small note: consider updating the type hint for the `cleaner` parameter in the `ci...

View on GitHub

Andriy521 opened a pull request on mate-academy/py-cinema-visit
'Solution'
mateacademy-ai-mentor created a review on a pull request on mate-academy/py-cinema-visit
Great job! 🎉 Your implementation meets all the task requirements and constraints perfectly. The classes and functions are well-structured and correctly implemented, and your code is clean and easy ...

View on GitHub

dmytro0908 opened a pull request on mate-academy/py-cinema-visit
Solution
vsmutok created a review on a pull request on mate-academy/py-cinema-visit
Tests Failed!

View on GitHub

oukiz closed a pull request on mate-academy/py-cinema-visit
Solution
Load more