-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New feature: Allow users to create groups of habits #2020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
No subgroups
This reverts commit ec08b60
|
@iSoron given that this is quite big already, I'm sure this could use a quick review from you to say whether you'd be fine with the general principle or if you already dislike some of this and the overall direction. |
|
@dharux thanks a lot for your contribution! I see you're implementing quite a lot of features already; I'd suggest to keep it as simple as possible, to the extent that it makes sense. Just as an example, handling habit groups in widget could definitely come later, as another PR. This would make the review more manageable, and this PR more likely to be accepted IMHO. |
This is such a great PR! It solves a problem I had been facing lately with mixing habits that must have their streaks absolutely never broken with other habits that are more lenient Is it be possible for me to use this before it's merged? edit: managed to compile and install it |
|
Hey @dharux I found a bug whereby the Habits app crashes when pressing on the "EDIT" button within a habit that's inside a group Current workaround is to remove the habit from the group, edit it, then place it back in the group |
|
This looks like a great addition to the app! |
|
Very cool PR! This is exactly what I need 😄 ! What do you think about my comment here? |
|
I would love one step further than @abpolym suggested. Let the user choose between simple AND or OR check for grouped habits that are only yes/no habits. so either the group is checked if a single habit is completed or if all of them are completed. |
|
That's a great functionality. I really need some kind of grouping having dozens of tasks and habits. |
|
Is there a build with your grouping feature? I can't use uhabits anymore because of how long it takes to scroll to find my habits. Overusing the habit tracker has ironically reduced my ability to track habits and made it useless to me |
|
Bumping the previous comment, I am a noob at these sort of things but would love to know if there was a build with this feature set that I could start using on my device? |
I winged it and somehow made an APK and it works. I published a release [link removed]. If you use it, be careful, export a full backup from the settings before you try anything. If it doesn't update over the app, you'll have to uninstall, install the build, import data from settings. |
|
@azizLIGHT Thanks for sharing, but I had to remove your link for security reasons. Unofficial Loop Habit Tracker APKs may contain malicious code. |
Features
Implementation
Will follow soon
To do