13 comments (13 comments)13 reactions (13 reactions)0 assignees (0 assignees)JavaScript22,337 stars (22,337 stars)5,423 forks (5,423 forks)batch import
good first issueservice-badge
Description
Please add support for Trello.
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- backendapi
- 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.
- clear
- Prerequisites
- Node.js basicsREST API knowledgeshields.io badge creation pattern
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- First, review the shields.io contribution guide and examine existing badge services in the server/ directory to understand the pattern. Then, study the Trello API documentation to identify relevant endpoints for a badge (e.g., board, card details). Look at the comments in issue #1056 for any additional context. Implement the badge following the same structure as other services, ensuring to handle error cases appropriately.