Basic Django knowledgeUnderstanding of existing reputation model
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
35
調査方針
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.