Parametric studies
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 91
- Forks
- 14
- Avg merge
- 4m
- Merged PRs (30d)
- 7
Description
For engineering purposes, users should be able to perform parametric studies/sweep.
Proposed UI
Setup
When defining a global parameter, users can tick "Parametric sweep" and provide a list of values instead of a float.
The rest is unchanged.
Data export
Instead of exporting one csv file, PathView will create one csv file per value.
Visualisation
In the results section, users can decide, thanks to UI elements (sliders, menus, dropdown, etc.), to show either certain values or a range of values.
Then for each scope, each signal (here value for example) is duplicated: value-1, value-2, value-3 etc based on what the user chose to display.
Contributor guide
No contributing guide indexed for this repository
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
No files, tests, or entry points are named. Start by locating the global-parameter setup, CSV export, and results-visualisation entry points, then trace how parameter values and signals are represented. Done means supporting sweep values, per-value exports, selectable result ranges, and the specified duplicated signal display.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100