MatteoGabriele / MatteoGabriele/agentscan

Ecosystem activity charts: add toggle to quantity view

Open
#458 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature website
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.