make monitor show parameter label
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 459
- Forks
- 359
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 73
Description
currently the monitor shows the parameter name and value. This is a problem if there are multiple parameters with the same name eg. v and v for voltages on different devices.
Suggested quickfix: replace name by label. The label should be in any case chosen such that it is unique
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
The issue names no files or tests. Start by locating the monitor's display path and the parameter metadata used for its current name and value; reproduce the case with two same-named parameters on different devices. Done means the monitor displays labels that distinguish those parameters, with coverage for the duplicate-name case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100