7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript3,596 stars (3,596 stars)412 forks (412 forks)batch import
consider soonhelp wanted
Description
Presumably add this to Analytics page
Contributor guide
- Tech stack
- javascript
- Domain
- analytics
- 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.
- half day
- 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.
- unclear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- The issue is vague, asking to 'do something cool with txo plot' and add it to the Analytics page. To get started, first locate the txo plot function or component in the codebase (likely in the analytics related files). Then explore the existing Analytics page structure (e.g., in src/analytics or similar) to understand how new features are added. Look at comments in the issue for any hints or maintainer guidance. Finally, propose a concrete implementation (e.g., displaying the plot as a chart) and discuss with the maintainers before coding.