-
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
[FEATURE] Movie review #22
Comments
ReznikovRoman
added a commit
that referenced
this issue
Jul 3, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 3, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 3, 2022
Рецензии на фильм не будем класть в очередь - сразу сохраняем в БД |
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
Пользовательские оценки рецензий будут сделаны в рамках #29 |
Merged
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
ReznikovRoman
added a commit
that referenced
this issue
Jul 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Добавить к фильмам пользовательские рецензии. Используем MongoDB.
В базовой версии рецензия содержит только текст и ссылку на фильм и пользователя.
В будущем, возможно, у рецензии появятся оценки пользователей (как это сделано на Кинопоиске).
Possible solution
Добавить новый топик в Kafka для пользовательских рецензийДобавить консьюмера, который будет читать сообщения из топика и сохранять данные в БДPOST /api/v1/users/me/reviews/films/{film_id}
для получения пользовательской рецензии и создания сообщения в топикеGET /api/v1/reviews/films/{film_id}
для получения всех рецензий в фильме. Для этого эндпоинта необходима пагинация. В этом же эндпоинте в будущем, возможно, нужно будет возвращать оценки самой рецензииPOST /api/v1/users/me/reviews/{review_id}/ratings
для добавления оценки к рецензии (была ли полезна или нет)Additional context
The text was updated successfully, but these errors were encountered: