MatteoGabriele / MatteoGabriele/agentscan
Ecosystem activity charts: add toggle to quantity view
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 103
- Forks
- 15
- Avg merge
- 8h 7m
- Merged PRs (30d)
- 34
Description
Note: to be done when the data window is fully comprised the 400-repo set.
- Add a toggle in activity.vue
'percentage' | 'quantity', defaulting to'percentage' - Add a
'unit'prop in the chart components - Display counts if
unit == 'percentage', and adapt tooltip contents - Hide the total count line when in
'quantity'mode
Also try the ratio suggested by Nicolo: daily qty / average daily qty over the last 7 days, per classification
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in activity.vue and trace the chart components it renders. Check how the 400-repo data window is selected, then follow the existing tooltip and total-line rendering before adding the requested view state and unit prop. Done means the toggle defaults to percentage, quantity mode changes chart and tooltip output, and the total line is hidden there; clarify the intended percentage/count mapping and the proposed seven-day ratio.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100