NASA-AMMOS / NASA-AMMOS/plandev
Resource simulation output improvements
Open
@mattdailis is already working on this.
Since Jan 10, 2023.
feature
- Dominant language
- Java
- Stars
- 128
- Forks
- 33
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 12
Description
Making a ticket to track some of the exploratory work I've been doing towards moving resource profile segments out of the simulation and onto the UI more quickly.
This work builds off of discussions with @skovati and @Twisol over the past months.
Some of the directions I've been exploring:
- Using COPY instead of INSERT to do bulk inserts of profile segments into the database
- Pulling resource computation out of the simulation engine, so that it can be done by a separate thread
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.
Assessment
This issue has not been assessed yet.