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
I have been manually on paper doing something very similar to how this app works on paper with my kids based on chores and other household responsibilities. I’ve wanted to switch to a digital system for a while now but everything (until now) I’ve come across complicates things more than I would like.
I’m spinning up a docker container each for my kids for each of them to have their own HabitTrove instance to work against. It’s fine for me for it to be honor system if they actually finish the tasks or not but what I would like to do is lock down the interface a little bit to be able to not have edit and delete buttons everywhere. I also probably want to lock down the redemption and coin adjustment pages.
This isn’t a hard need because I can always audit what they have done with the transaction history and overall I don’t forsee problems with them abusing things but it would be nice to just keep it a clean simpler interface with less room for curious accidents. I’m not really thinking of worrying about anything super hardened or robust just more a simple hide some buttons unless the page is unlocked. This could even be a separate url for access.
As I’m sure there are plenty other features planned and requested that would be higher priority than this, I’d be willing to give it a go at an implementation but didn’t know if there was plans for something along these lines or if there were any details of how you would want this type of feature implemented.
The text was updated successfully, but these errors were encountered:
Multi user mode totally covers this better than I could have imagined. Totally fantastic! I don’t see any sense in keeping this open just to wait for #60 to be merged. The current code there totally covers exactly what I was hoping for here.
I have been manually on paper doing something very similar to how this app works on paper with my kids based on chores and other household responsibilities. I’ve wanted to switch to a digital system for a while now but everything (until now) I’ve come across complicates things more than I would like.
I’m spinning up a docker container each for my kids for each of them to have their own HabitTrove instance to work against. It’s fine for me for it to be honor system if they actually finish the tasks or not but what I would like to do is lock down the interface a little bit to be able to not have edit and delete buttons everywhere. I also probably want to lock down the redemption and coin adjustment pages.
This isn’t a hard need because I can always audit what they have done with the transaction history and overall I don’t forsee problems with them abusing things but it would be nice to just keep it a clean simpler interface with less room for curious accidents. I’m not really thinking of worrying about anything super hardened or robust just more a simple hide some buttons unless the page is unlocked. This could even be a separate url for access.
As I’m sure there are plenty other features planned and requested that would be higher priority than this, I’d be willing to give it a go at an implementation but didn’t know if there was plans for something along these lines or if there were any details of how you would want this type of feature implemented.
The text was updated successfully, but these errors were encountered: