Commit graph

74 commits

Author SHA1 Message Date
5582f15440 Handle empty database in mood template tags 2021-03-01 07:12:15 +01:00
efc6e1c326 Remove dbsettings from init methods (would prevent initial migrations) 2021-03-01 07:09:53 +01:00
ca56b250f7 Replace max time parameter by current time 2021-02-28 19:58:38 +01:00
5aa667a86f Fix moodstats call 2021-02-26 18:09:13 +01:00
8d75d9b342 Fix moodstats signature
Remove unused variables
Fix time selection for CSV
2021-02-26 07:38:17 +01:00
e7f0e07a99 Fix activitystats signature 2021-02-26 07:26:52 +01:00
040ffe0fb3 Add monthly and yearly activity counters 2021-02-25 15:33:28 +01:00
e6a54d96c2 Fix Bokeh output
Lock Y axis of Bokeh HTML output
2021-02-22 20:10:37 +01:00
51ee9cd76f Add statistics to sidebar
Fix stupid mistake
2021-02-22 07:59:51 +01:00
e1078bbd4c Add rolling average to mood statistics chart
Add ordering clause to Status objects
2021-02-22 07:51:27 +01:00
2ffe276304 Make prettier 2021-02-21 21:03:34 +01:00
c2e384cf7a Adding activity output
Bug fixing
2021-02-21 20:59:39 +01:00
7301e2a401 Reworked statistics with HoloViews/Bokeh 2021-02-21 20:13:22 +01:00
67a6be0e3c Implement statistics in Javascript only to soon replace this with HoloViews 2021-02-21 11:24:25 +01:00
6b1ff42f2f Fix matrix message delivery? 2021-02-20 14:17:52 +00:00
90474c3bb5 Use pip versions of Kumi modules 2021-02-20 13:52:46 +00:00
67d303f9f9 Template tag for PIL image display 2021-02-20 13:39:54 +00:00
837d0313ca Blindly code Matrix gateway 2021-02-17 06:43:24 +00:00
9a965de742 Fix mindless copy-paste programming 2021-02-17 05:55:04 +00:00
399be9aafc Rename meds to health
Add more health related models
Add activity categories
2021-02-16 12:15:56 +00:00
e4ec8200b7 Calculate average moods from average daily moods 2021-01-17 16:49:22 +01:00
c9dbd0baca Add missing max_length to CharField 2021-01-17 16:47:55 +01:00
bc03763a3a Fix notification sending for multiple dispatchers or no specified dispatchers 2021-01-15 15:14:08 +01:00
0658a4f587 Prepare models for habits
Add fields for weekdays and days of month
Update requirements to include dateutil, polymorphic, multiselectfield
2021-01-08 18:32:25 +01:00
d683f2f2a4 Do not hide buttons on narrow screens – might be ugly but I need those buttons 2021-01-08 12:03:41 +01:00
076bb2cb04 Send app specific data with Notification filter signal 2021-01-06 18:40:33 +01:00
78f65f4be3 Send content of data field with Notification filter signal 2021-01-06 18:33:32 +01:00
925c7ed93b Fix typo 2021-01-06 18:29:09 +01:00
f64441bf59 Add field for additional (app specific) data to Notifications 2021-01-06 18:28:44 +01:00
017ded66e7 Add todo 2021-01-06 15:52:01 +01:00
4f25fe20df Fix silly mistake in dream attachment saving 2021-01-06 14:06:48 +01:00
82e7b262e2 Fix file name display in dream view 2021-01-06 14:05:31 +01:00
178fa098f5 Fix file name display in status view 2021-01-06 14:03:13 +01:00
51dacb50e0 Fix upload paths for StatusMedia 2021-01-06 13:59:37 +01:00
3e6ef52be9 Fix attachment upload paths for DreamMedia 2021-01-06 13:55:32 +01:00
5ea3562dd1 Display status media in status view 2021-01-04 11:34:05 +01:00
a1bdcda695 Updated StatusMedia model to match form signature 2021-01-04 11:28:24 +01:00
d3d5ac19f9 Create models for medication tracker 2021-01-04 07:39:29 +01:00
7c83dd6c2a Add new apps to settings.py
Document new to-do items
2021-01-04 07:39:16 +01:00
84b93b20b3 Make themes not required for dreams 2021-01-04 07:38:42 +01:00
c7c1df13bb Make activities not required for mood status 2021-01-04 07:38:28 +01:00
f7b0c48748 Add three bare modules 2021-01-03 08:42:04 +01:00
8a6db379e4 Implement filter signals for message processing 2021-01-02 10:13:07 +01:00
a1505bed44 Filter out status entries that don't have a mood associated from average_mood 2021-01-01 21:46:38 +01:00
7b7b27bd7d Add item to TODO list 2021-01-01 18:17:58 +01:00
f021f618f8 Preliminary dream stat template tags 2021-01-01 18:17:10 +01:00
fc7d56680a Dreams module completed (?) 2021-01-01 17:49:39 +01:00
4784185e99 Add missing enctype to form with file uploads 2021-01-01 17:48:12 +01:00
c4f2479f4c Fix something that seemed to work anyway 2021-01-01 17:01:38 +01:00
4f26db7ace Fix copy-paste error 2021-01-01 16:55:45 +01:00