habitmove/habitmove
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
..
__init__.py Fix ability to be run via poetry and cli 2021-10-07 10:17:42 +02:00
habits.py Refactor data into dataclasses 2021-12-06 20:39:05 +01:00
loopdata.py Add all simultaneous activities to loop 2021-12-06 20:40:37 +01:00
nomie.py Make nomie dataclasses immutable 2021-12-06 20:39:06 +01:00
nomiedata.py Add all simultaneous activities to loop 2021-12-06 20:40:37 +01:00
repetitions.py Add all simultaneous activities to loop 2021-12-06 20:40:37 +01:00
schema.py Improve sqlite3 connection creation 2021-12-06 20:39:06 +01:00