OpenMCT advanced features #4

Open
opened 2024-03-06 13:53:49 +00:00 by saji · 1 comment
Owner

General list of things we can add:

  • persistence of user-created objects
  • automatically generated condition widgets for things like module temperature.
  • race plans, such as arrival windows.
General list of things we can add: - [x] persistence of user-created objects - [ ] automatically generated condition widgets for things like module temperature. - [ ] race plans, such as arrival windows.
Author
Owner

DomainObject storage is being worked on by tricking SQLite into being a JSON document store. I used the technique outlined here to add an indexed, constrained column for the OpenMCT identifier key. This currently only works for one namespace but can be expanded if needed.

DomainObject storage is being worked on by tricking SQLite into being a JSON document store. I used the technique outlined [here](https://dgl.cx/2020/06/sqlite-json-support) to add an indexed, constrained column for the OpenMCT identifier key. This currently only works for one namespace but can be expanded if needed.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: saji/gotelem#4
No description provided.