You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the project. I would like to grant my kids a certain playtime per week, and they would than use/distribute it on their own.
Im wondering if it would be possible to use the optional Time but on a weekly basis? As far as i can tell from the code the dailystatistic handles this right now but each day has his own statistic.
Where would i start when i would like to implement something like an accounting for personal playtime? In my mind they would have a daily amount like it is at the moment and additionally an weekly/monthly amount that they can spend.
Cheers
Thomas
The text was updated successfully, but these errors were encountered:
having weekly (or monthly) time budgets is probably an interesting add-on to LittleBrother. However, the current time-extension is not well suited to cover this requirement, for two reasons: a) The time spent on time-extension is not extra time but only time extending the current session deactivating all other restriction such as time of day. b) If the normal time is spent it is difficult to login even if time extension is still available.
What is the best way to start? Without really having thought about it sufficiently, I would assume that it would be necessary to add a second aggregation method which aggregates over all days of the week (analog to class DayStatistics in process_statistics.py). The configuration of the user would contain an extra field for the maximum time budget per week. If this value is empty the logic would fall back to the status quo. If it is filled the extra weekly aggregation would be called and used as a limit.
Hi,
thanks for the project. I would like to grant my kids a certain playtime per week, and they would than use/distribute it on their own.
Im wondering if it would be possible to use the optional Time but on a weekly basis? As far as i can tell from the code the dailystatistic handles this right now but each day has his own statistic.
Where would i start when i would like to implement something like an accounting for personal playtime? In my mind they would have a daily amount like it is at the moment and additionally an weekly/monthly amount that they can spend.
Cheers
Thomas
The text was updated successfully, but these errors were encountered: