NASA-AMMOS / NASA-AMMOS/plandev
Psyche adaptation not working/not producing valid SATFs
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 128
- Forks
- 33
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 12
Description
Describe the bug
Psyche currently uses a prototype adaptation layer for conversions between seqN and SATF formats. This prototype is fragile and requires frequent modifications. To address this, we aim to rewrite the adaptation layer, leveraging the satf/sasf npm library package. This will significantly reduce the amount of code the adaptation developer needs to maintain, simplifying their workflow. By utilizing the satf/sasf library package to generate 90% of the SATF/SASF structure, the adaptation layer will only need to handle the remaining 10% of mission-specific information.
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
Start by locating Psyche’s prototype adaptation layer and reviewing its seqN-to-SATF conversions alongside the satf/sasf npm library documentation. Identify which SATF/SASF structure the library can generate and which mission-specific information remains to be handled. Done means the adaptation layer produces valid SATFs without the current fragile conversion behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100