Skip to content
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] Review rating #29

Open
ReznikovRoman opened this issue Jul 10, 2022 · 0 comments
Open

[FEATURE] Review rating #29

ReznikovRoman opened this issue Jul 10, 2022 · 0 comments
Assignees
Labels
e/6 Estimate 6 hours feature New feature or request

Comments

@ReznikovRoman
Copy link
Owner

Description
Оценки пользователей на рецензию описаны в #22.
Нужно добавить возможность пользователем оценивать рецензии - была полезна или нет.

Possible solution

  1. Обновить коллекцию в MongoDB - добавить два новых поля для хранения оценок пользователей
  2. Добавить новые методы в сервисы и репозитории
  3. Сделать эндпоинт POST /api/v1/users/me/reviews/{review_id}/ratings для добавления оценки к рецензии (полезна/нет)
  4. Изменить эндпоинт GET /api/v1/reviews/films/{film_id} - возвращать агрегированные оценки пользователей (количество голосов за полезную и "бесполезную" рецензию)
  5. Написать и обновить функциональные тесты

Additional context

@ReznikovRoman ReznikovRoman added feature New feature or request e/6 Estimate 6 hours labels Jul 10, 2022
@ReznikovRoman ReznikovRoman self-assigned this Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e/6 Estimate 6 hours feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant