Plugin feature would be really nice, but not the easiest feature to implement. I like your idea of using intents though, so I will look into it.
Yes, adding mood tracker and, more generically, ordinal values tracker is on my TODO list.
Widget sounds like a good idea, I’ll add it to my TODO list. (I assume you’ll want to just create a widget for one track/interval type.)
Yes, I am planning to add CSV import/export option.
I would love to add more analytical tools, but I can’t think of any that would be really useful. I would be interested to know what people are tracking and what exactly they are trying to see/measure.
I am thinking about adding a paid version with more features, but I doubt I’ll make enough money to really justify that. I was planning to have ads in the version I published, but I just couldn’t bring myself to do that to the users. I hate ads.
Just some thoughts before I start my sleep interval :)
Plugins are great, especially because each can request individual permissions. That way, users don’t get scared away by permission requests. Some example code here.
Widget: yes, 1x1 [start|end|track|new_event|happy] button would probably be best. One can arrange those as they see fit.
Ordinal values: perhaps just an autocomplete option for event labels.
As for analytics, perhaps draw selected intervals above each other with selected tracks plotted over them (each with own scale) and vertically write labels of (selected?) events. This may be messy, but can be done later and elsewhere (e.g. Google charts, if they can be combined). Also, setting up icons for events/ordinals would be nice.
Thank you for the thoughtful comment.
Plugin feature would be really nice, but not the easiest feature to implement. I like your idea of using intents though, so I will look into it.
Yes, adding mood tracker and, more generically, ordinal values tracker is on my TODO list.
Widget sounds like a good idea, I’ll add it to my TODO list. (I assume you’ll want to just create a widget for one track/interval type.)
Yes, I am planning to add CSV import/export option.
I would love to add more analytical tools, but I can’t think of any that would be really useful. I would be interested to know what people are tracking and what exactly they are trying to see/measure.
I am thinking about adding a paid version with more features, but I doubt I’ll make enough money to really justify that. I was planning to have ads in the version I published, but I just couldn’t bring myself to do that to the users. I hate ads.
Just some thoughts before I start my sleep interval :)
Plugins are great, especially because each can request individual permissions. That way, users don’t get scared away by permission requests. Some example code here.
Widget: yes, 1x1 [start|end|track|new_event|happy] button would probably be best. One can arrange those as they see fit.
Ordinal values: perhaps just an autocomplete option for event labels.
As for analytics, perhaps draw selected intervals above each other with selected tracks plotted over them (each with own scale) and vertically write labels of (selected?) events. This may be messy, but can be done later and elsewhere (e.g. Google charts, if they can be combined). Also, setting up icons for events/ordinals would be nice.
Added CSV export option.