Conversation
Added new logo. The older one didn't fit the new workflow of the app that is not only to-do list app. Now there is a habit tracking module.
Added almost all the numeric habit logic. Especially the previsualization card (NumericHabitCard) and the use cases with everything that comes with that. Still missing the detail screen logic. Will be different from the boolean habit ones. Some bugs may come with this update, I've already fixed some, but there is an almost-bug that lets you change habit type when editing (it doesn't work because the edit function doesn't change that part in the database, but I should limit that possibility).
Improved the button distribution of the numeric habit card.
Before this you could, but it didn't work. I decided to include this fix to avoid confusing the user.
Before this you could add negative step or goals, now it blocks the option.
Graphic scaling and dialog spacing improved to fit more information in the screen.
Implemented everything related to habit details. Data, logic and UI. Also fixed a bug that created numeric entry duplicates (wasn't taking as conflict every new entry. The solution was to add the day to the primary key, now for every new entry there's only 1 for day).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.