Conversation
* making model files * feat: implement progress tracking APIs with streak and mood logging * Feature/user authentication (#22) * make the database configuration * implement betterAuth authentication system with email/password support * Feature/user authentication (#23) * make the database configuration * implement betterAuth authentication system with email/password support * Add auth layout with gradient background and centered design * Implement login page with validation and social auth UI * Add signup page with password strength indicator and comprehensive documentation * feat: Add progress tracking system with auth integration - Created Progress model with streak, mood log, and milestones - Implemented daily check-in API with mood tracking - Added streak calculation with automatic reset - Integrated 7 milestone achievements (1, 7, 14, 30, 90, 180, 365 days) - Protected all routes with better-auth middleware - Fixed MONGODB_URI environment variable - Resolved merge conflicts from develop branch * Update Reminder model with addiction types: drugs, social_media, pornography * Add docs folder and update models with longestStreak * journal * fix: register journal routes in app and add proper /journals path prefix * Fixing/journal (#25) * fix BetterAuth configuration and middleware * configure CORS and application setup * implement and refactor all endpoints * configure protected endpoints with authentication * update schemas and add type definitions * update package-lock.json --------- Co-authored-by: isuruudarakumarasiri <mdiu.kumarasiri@gmail.com> Co-authored-by: Kavinduk2 <kashyaparanathunga2003@gmail.com>
* Initial plan * Add automated README update system for merged PRs Co-authored-by: Umeshinduranga <171968920+Umeshinduranga@users.noreply.github.com> * Add automation documentation and update gitignore Co-authored-by: Umeshinduranga <171968920+Umeshinduranga@users.noreply.github.com> * Fix regex patterns for better compatibility and flexibility Co-authored-by: Umeshinduranga <171968920+Umeshinduranga@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Umeshinduranga <171968920+Umeshinduranga@users.noreply.github.com>
… via GitHub Actions
Co-authored-by: Umeshinduranga <171968920+Umeshinduranga@users.noreply.github.com>
Co-authored-by: Umeshinduranga <171968920+Umeshinduranga@users.noreply.github.com>
…ules Add CODEOWNERS to require owner approval on all PRs
…roval on all PRs
…r-review-rules Revert "Add CODEOWNERS to require owner approval on all PRs"
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
feat: add getHistory endpoint for progress tracking with calendar vis…
…cator - Updated the signup page layout to include a left panel with motivational text and branding. - Added password strength evaluation and visual feedback. - Removed terms and conditions checkbox and related validation. - Improved form field styling and layout for better user experience. - Changed primary action button on the splash screen to direct users to the signup page instead of the questionnaire. fix: suppress hydration warnings in layout component
- Create auth-client.ts with signUp, signIn, signOut, getSession, and progress API functions - Create AuthContext.tsx provider with useAuth hook for global auth state - Update root layout.tsx with AuthProvider wrapper - Configure next.config.js with API proxy rewrites to backend (port 5000) - Update backend app.ts with custom auth routes before BetterAuth catch-all
…ntrollers, routes, validation, and authentication middleware.
…oking functionality
…ialization and availability
…or listings and booked sessions
… README of how the project will go
… team members can install dependencies both ways
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.
Getting the latest updates from main to the develop branch