NASA-AMMOS / NASA-AMMOS/AIT-GUI
MCT Adaptation query issues: LAD<Cubesat issue>
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 15
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
The MCT Adaptation does not account for LAD data queries in MCT.
LAD data queries are telemetry queries with a size of one between two timestamps. Example:
channel1 timestamp_start timestamp_end latest 1
The expected return is the latest timestamp for that channel between those points of size 1.
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 locating the MCT Adaptation code that handles LAD telemetry queries and review how query size and timestamp bounds are processed. Verify the example query against the current behavior; done means a size-one LAD query returns the latest timestamp for the channel between the requested timestamps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100