flame
flame copied to clipboard
Events for all kinds of Flame
Motivation
It's better to support events of all kind of Flame, e.g. app, ssn and tasks to improve the debugability.
Function Specification
Add a record_event function in storage model to persist events of all kinds.
Solutions
- Add a
record_eventfunction in storage model - Add a
eventstable in database; the colums arekind,id,creation_timeandevent. - Add a events manager to clean/merge similar events
Additional context
N/A