NASA-AMMOS / NASA-AMMOS/AIT-GUI

MCT Adaptation query issues: Batching <Cubesat issue>

Open
#209 1 comment 0 reactions 0 assignees View on GitHub

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.