jaredly / jaredly/rxvision

Identify each row in the graph with a name

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
425
Forks
29
PR merge metrics
No merged PRs in 30d

Description

One helpful improvement would be to be able to identify each row in the graph with a name, instead of just “map” you’d have “map (times2)”. Then it's easier to know where the duplication is really coming from and add ".share()" there (as per your medium article examples).

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the graph row rendering entry point and trace how row labels such as “map” are produced. Update the displayed label to include a useful name, such as “map (times2),” and verify that duplicated operations can be distinguished and associated with the intended .share() location.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
data-visualization, devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.