Commit Graph

3 Commits

Author SHA1 Message Date
Marty Oehme 3da96a3ef8
Add all simultaneous activities to loop
While in nomie, multiple occurences of the same activity can be recorded
in one single event (e.g. you smoked multiple cigarettes and now record
that fact), Loop has no such concept.

Thus, we work around it by fudging the duplicate timestamps ever so
slightly (one millisecond each) and then adding them to the database.
2021-12-06 20:40:37 +01:00
Marty Oehme 76b2dd4408
Make nomie dataclasses immutable 2021-12-06 20:39:06 +01:00
Marty Oehme 76bedd42ee
Refactor data into dataclasses 2021-12-06 20:39:05 +01:00