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
Excited to see this app built out with new features added.
I've made this discussion to those wanting to maximise the app with workarounds and/or creative ideas.
I'll start it off with some easy file modifications.
The app isn't using a database, it's all JSON files.
You can modify these files to get around some limitations.
Firstly, I'm using the dev branch at the moment for the extra features so you'll need that.
Secondly, you'll need to have some understanding of config files even if your not a JSON expert.
The files are located in the install directory all ending in .json
If you want to have more that 10 occurrence for a habit the web UI will not allow it.
Its likely some habits are not broken in 30 days or maybe you want to always encourage a positive habit.
Make your habit with the web UI and then modify the JSON file, set the counter to a much higher number.
The system allows making a user account which cannot modify habits or tasks, excellent, but you have to share the tasks to the user.
This would be good if shared was separated out into another menu but they get bundled into your own habits.
You can modify the config if you know how but it's faster to make a new habit and share with the users you want.
Then go into the auth.json and find your account's ID.
Open habits.json and find the habit, delete the line with your ID and save. You now no longer have it under your account.
Note this only works if your account isn't admin, admin can see all habits which is good and annoying.
Make yourself a new account and have that without admin so you only see your own habits or any shared.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Excited to see this app built out with new features added.
I've made this discussion to those wanting to maximise the app with workarounds and/or creative ideas.
I'll start it off with some easy file modifications.
The app isn't using a database, it's all JSON files.
You can modify these files to get around some limitations.
Firstly, I'm using the dev branch at the moment for the extra features so you'll need that.
Secondly, you'll need to have some understanding of config files even if your not a JSON expert.
The files are located in the install directory all ending in .json
If you want to have more that 10 occurrence for a habit the web UI will not allow it.

Its likely some habits are not broken in 30 days or maybe you want to always encourage a positive habit.
Make your habit with the web UI and then modify the JSON file, set the counter to a much higher number.
The system allows making a user account which cannot modify habits or tasks, excellent, but you have to share the tasks to the user.
This would be good if shared was separated out into another menu but they get bundled into your own habits.
You can modify the config if you know how but it's faster to make a new habit and share with the users you want.
Then go into the auth.json and find your account's ID.
Open habits.json and find the habit, delete the line with your ID and save. You now no longer have it under your account.
Note this only works if your account isn't admin, admin can see all habits which is good and annoying.
Make yourself a new account and have that without admin so you only see your own habits or any shared.
Beta Was this translation helpful? Give feedback.
All reactions