profcomff / profcomff/rating-api

Тестирование функционала лайков

Open
#157 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
8
Forks
3
Avg merge
1d 2h
Merged PRs (30d)
2

Description

Появился новый функционал лайков, который включает в себя возможность ставить и убирать лайки и дизлайки на комментарии для авторизованных пользователей, а также сортировка комментариев с учетом лайков

  • ставить и убирать реакции можно спомощью ручки put
  • сортировать комментарии по разности количества лайков и дизлайков при выборе параметра order by like_diff в ручке get comments

Требуется проверить, что все проставления и убирания лайков работают корректно, сортировка и получение комментариев с лайками работает комфортно по скорости

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked PUT reaction endpoint and the GET comments endpoint, using authorized and unauthorized requests to cover adding and removing likes and dislikes. Verify comment responses include the reactions, ordering by like_diff works, and response speed remains acceptable; the issue does not provide test files or a performance threshold.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend, testing-qa
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.