decode-detroit / decode-detroit/minerva
Improve the abstraction of external data
Open
enhancement
- Dominant language
- Rust
- Stars
- 3
- Forks
- 2
- Avg merge
- 7h 13m
- Merged PRs (30d)
- 7
Description
Currently, Minerva includes the (poorly utilized) SaveData event type. This should be abstracted to allow for more general interaction with the external system. Perhaps there should be a ReadData as well as a save data type (although the utility of this is debatable). ListenForTrigger and ExternalTrigger event types have obvious utility on an Arduino node as well as a full stack computer, so perhaps we replace the SaveData event type with these instead.
Affected modules:
- event
- all modules that use event (most modules)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.