NASA-AMMOS / NASA-AMMOS/AIT-GUI
MCT Adaptation query issues: Batching <Cubesat issue>
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 15
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
The OpenMCT Adaptation does not support query by batching. Browsers limit queries to 6 at a time, so any plot or group of plots with 6+ channels will be blocked waiting for previous channel returns. Typical batching parameters look like this:
domainObject.dict,
options.strategy,
options.size,
options.start,
options.end,
options.domain
Each option represents a unique type of query in MCT that may be batched with other queries.
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
Start by tracing the OpenMCT Adaptation query path and how plots request channels, then inspect how the listed batching parameters are passed. The work is done when queries for plots or groups with more than six channels are batched rather than blocked by the browser's concurrent-request limit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100