-
Notifications
You must be signed in to change notification settings - Fork 1
Requirements
David Hebbeker edited this page Jul 4, 2023
·
3 revisions
For each host-system:
- User wants to record the time used for a task. Only the accumulated time per task is recorded, not every timestamp.
- User wants to list the times for each task (as a list).
- User wants to create tasks with unique names.
- User wants to delete tasks.
- User wants to export the recorded task data which is stored by the system. This includes:
- version number of the export format
- name of each task
- accumulated time in seconds for each task
- using a text-based format like JSON, XML (see rapidXML), CSV (to be determined)
- using UTF-8 encoding and
\nline endings - export mechanism shall focus on serial interface (COM/UART)