ποΈ Task Description
Summary
The old version of SOTI (before Urwid) used to support session logging. This meant that each time the program was run, a new YAML file would be created that stores a history of all the commands sent to and from the CAN bus. This functionality was removed during the Urwid refactor so this issue is about re-implementing it.
Details
Session logging should begin once the user selects an input device and the main screen is booted up. Implement this in a way that doesn't complicate the core logic too much.
β
Completion Criteria
π Affected Components
π§ Notes / Reference
- Please refer to the old implementation of the session logger to get an idea of how it should work (see here). You should run it and see the format of the YAML files that get generated.
ποΈ Task Description
Summary
The old version of SOTI (before Urwid) used to support session logging. This meant that each time the program was run, a new YAML file would be created that stores a history of all the commands sent to and from the CAN bus. This functionality was removed during the Urwid refactor so this issue is about re-implementing it.
Details
Session logging should begin once the user selects an input device and the main screen is booted up. Implement this in a way that doesn't complicate the core logic too much.
β Completion Criteria
/save-data/sessions/π Affected Components
π§ Notes / Reference