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

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 functions as expected. Keep up the excellent work and cont...

View on GitHub

BohdanMT opened a pull request on mate-academy/py-cinema-visit
My solution
ip-ilya closed a pull request on mate-academy/py-cinema-visit
Solution
vasylhnatiuk created a review on a pull request on mate-academy/py-cinema-visit
fix tests

View on GitHub

mateacademy-ai-mentor created a review on a pull request on mate-academy/py-cinema-visit
### Review Summary Great effort on updating the `main.py` file! 🎉 Here are some key points and areas for improvement: 1. **Static Method Usage**: You've correctly used the `CinemaBar.sell_product...

View on GitHub

mateacademy-ai-mentor created a review comment on a pull request on mate-academy/py-cinema-visit
The `CinemaBar` class should use the static method `sell_product` without creating an instance. You should call `CinemaBar.sell_product(customer.food, customer)` directly.

View on GitHub

mateacademy-ai-mentor created a review comment on a pull request on mate-academy/py-cinema-visit
The `Cleaner` class should be instantiated with the cleaner's name directly. Ensure that the `__init__` method of `Cleaner` accepts a single parameter for the name.

View on GitHub

mateacademy-ai-mentor created a review comment on a pull request on mate-academy/py-cinema-visit
The `CinemaHall` class should be instantiated with the hall number directly, as per the task description. Ensure that the `__init__` method of `CinemaHall` accepts a single parameter for the hall n...

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! 😊 However, there are a few critical issues that need to be addressed to meet the core requirements of the task: 1. **Incorrect Parameter Types in `cin...

View on GitHub

OleksandrSasha opened a pull request on mate-academy/py-cinema-visit
'Solution_1'
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-defined and performs as expected. Keep up the excellent work! 🚀 ✨ Please...

View on GitHub

Leo9siy opened a pull request on mate-academy/py-cinema-visit
Develop
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 functions as expected. Keep up the excellent work! 💪 ✨ Pl...

View on GitHub

mateacademy-ai-mentor created a review comment on a pull request on mate-academy/py-cinema-visit
The `movie_session` method should be called on the `cinema_hall_instance` object, not directly on the `CinemaHall` class. Change `CinemaHall.movie_session(...)` to `cinema_hall_instance.movie_sessi...

View on GitHub

mateacademy-ai-mentor created a review on a pull request on mate-academy/py-cinema-visit
### Review Summary Great job on implementing the required classes and methods according to the task description! 🎉 Your solution is almost complete, but there's a critical issue in the `main.py` f...

View on GitHub

mateacademy-ai-mentor created a review comment on a pull request on mate-academy/py-cinema-visit
The `movie_session` method should be called on the `cinema_hall_instance` object, not directly on the `CinemaHall` class. Change `CinemaHall.movie_session(...)` to `cinema_hall_instance.movie_sessi...

View on GitHub

mateacademy-ai-mentor created a review on a pull request on mate-academy/py-cinema-visit
It looks like you've done a great job implementing most of the classes and methods according to the task requirements! 🎉 However, there's a small but critical issue in the `main.py` file where the ...

View on GitHub

PavloDanylkiv opened a pull request on mate-academy/py-cinema-visit
completed task
Baranotik15 created a review on a pull request on mate-academy/py-cinema-visit

View on GitHub

Baranotik15 created a comment on a pull request on mate-academy/py-cinema-visit
I'm very angry at flake8 why did everything pass in my test but not in git?

View on GitHub

Baranotik15 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 code meets all the task requirements and constraints perfectly. Each class and function is implemented correctly, and everything is structured well. Keep up the excellent work! 😊 ...

View on GitHub

Khomychh 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. Each class and function is well-structured and correctly uses the necessary components. Keep up the excel...

View on GitHub