Have details about how much reputation has an user on every tag he has participated.
Contributor guide
Tech stack
python
Domain
backend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Basic Django knowledgeUnderstanding of existing reputation model
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
35
Research direction
First, examine the existing reputation system in the app's models (likely in models.py). Understand how user reputation is currently calculated and stored. Then, identify the tag model and how user participation in tags is tracked. The feature would require aggregating reputation per tag for each user. Check if there is any existing API or view that displays reputation. Consider implementing a new view or endpoint that returns user reputation grouped by tag.
Know user reputation by tag · swappsco/django-qa#37 | Good First Issue