Have details about how much reputation has an user on every tag he has participated.
Guide contributeur
Stack technique
python
Domaine
backend
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-2 days
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
mostly clear
Prérequis
Basic Django knowledgeUnderstanding of existing reputation model
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
35
Direction de recherche
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.