Hi, I have been reviewing the documentation of the data interface for a possible lighting and database project. I noticed you are not assigning any (uu)id to the events, which makes grouping or correlating them difficult. I would suggest to:
- add a unique (uu)id to a race start event: this defines the parent id
- add the parent id to each of the other race events, so we know that these events correspond to a particular race
That would make it possible to store the events in a database, correlate them and take actions based on the evaluation of multiple events. I know I can generate a unique uuid myself if the race start event is triggered, but that would be somewhat unreliable and not very good design :)
You need to be logged in to add a comment.