-
Notifications
You must be signed in to change notification settings - Fork 0
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
commit 1.0 #3
commit 1.0 #3
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.
Добрый вечер! В целом - хорошо) Отметил то, что следует исправить) Хорошего вечера! Если возникнут вопросы по ревью - пиши в пачку, буду рад помочь🌃
src/main/java/ru/yandex/practicum/filmorate/controller/FilmController.java
Outdated
Show resolved
Hide resolved
private Set<Integer> likes = new HashSet<>(); | ||
private Set<Integer> rates; | ||
|
||
private Mpa mpa; |
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.
Так как фильмов без рейтинга в нашей системе быть не может - хорошо было бы над этим полем навесить аннотацию @NotNull
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.
Локально тесты постмана проходит с @NotNull, но на гите нет.
src/main/java/ru/yandex/practicum/filmorate/storage/film/FilmDbStorage.java
Show resolved
Hide resolved
src/main/java/ru/yandex/practicum/filmorate/storage/film/FilmDbStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/yandex/practicum/filmorate/storage/film/FilmDbStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/yandex/practicum/filmorate/storage/film/FilmDbStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/yandex/practicum/filmorate/storage/film/FilmDbStorage.java
Outdated
Show resolved
Hide resolved
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.
Добрый вечер! Отлично, молодец) Отметил оставшиеся недочеты) Хорошего вечера! Если возникнут вопросы по ревью - пиши в пачку, буду рад помочь🌃
src/main/java/ru/yandex/practicum/filmorate/storage/film/FilmDbStorage.java
Outdated
Show resolved
Hide resolved
src/test/java/ru/yandex/practicum/filmorate/storage/film/FilmStorageTest.java
Outdated
Show resolved
Hide resolved
src/test/java/ru/yandex/practicum/filmorate/storage/user/UserStorageTest.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/yandex/practicum/filmorate/storage/mpa/MpaDbStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/yandex/practicum/filmorate/storage/film/FilmDbStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/yandex/practicum/filmorate/storage/film/FilmDbStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/ru/yandex/practicum/filmorate/storage/film/FilmDbStorage.java
Outdated
Show resolved
Hide resolved
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.
Добрый вечер! Отлично, поздравляю с успешной сдачей спринта :) Сил и терпения на этом сложном, но интересном пути! Успехов в обучении и прекрасного вечера!🌃🎇
No description provided.