implemented Habit dashboard and check-in flow (Closes #18)#29
Open
vedhapprakashni wants to merge 4 commits intoZenYukti:mainfrom
Open
implemented Habit dashboard and check-in flow (Closes #18)#29vedhapprakashni wants to merge 4 commits intoZenYukti:mainfrom
vedhapprakashni wants to merge 4 commits intoZenYukti:mainfrom
Conversation
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.
Added a comprehensive habit tracking system to OpenMindWell, allowing users to create, track, and manage personal habits with streak tracking and progress visualization.
Type of Change
How Has This Been Tested?
Manual testing performed for all habit operations including create, edit, delete, and check in. Verified streak calculation logic works correctly for consecutive days. Confirmed responsive design on various screen sizes.
Preview
openmindwell.mp4
Checklist
Additional Information
The .env.example files contain placeholder values and should be copied to .env with actual credentials for local development. All sensitive data has been removed from version control.
Features included:
Users can create custom habits with configurable frequency options such as daily and weekly.
Visual streak tracking shows current streak and longest streak achieved.
Check in functionality allows users to mark habits as completed each day.
Edit and delete capabilities for habit management.
Responsive dashboard layout with animated components.
Technical implementation:
Frontend components built with React and TypeScript.
Backend API routes implemented in Express.
Supabase integration for data persistence.