Conversation
…ut session creation
…ut session creation
…nd authentication
…e and improved API integration
…ing with notifications toasts
… handling and layout adjustments
…in page component
…lanka # Conflicts: # apps/web/app/globals.css
… modules, and add Education Hub link
…nt props to be optional
…gement, enhancing user experience with loading states and access control
…on System, User Roles, and Trading Marketplace workflows
…s updates, replacing mock data with backend integration
…increment logic in CommunityForum component
…er ID for project data fetching
# Conflicts: # apps/web/app/api/marketplace/projects/route.ts # apps/web/app/buyer-dashboard/page.tsx # apps/web/app/layout.tsx # apps/web/app/marketplace/[id]/page.tsx # apps/web/app/marketplace/page.tsx # apps/web/package.json # bun.lock # package.json # packages/backend/convex/_generated/api.d.ts # packages/backend/convex/projects.ts # packages/backend/convex/schema.ts
…n feedback in LearningPathsCreatePage
…d form components
…onent and clean up unused code
…rum analytics reporting
# Conflicts: # apps/web/app/(dashboard)/admin/education/page.tsx # apps/web/app/community/topic/[id]/page.tsx # apps/web/app/globals.css # apps/web/app/layout.tsx # apps/web/app/learn/analytics/page.tsx # packages/backend/convex/schema.d.ts
…thor identification
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.
This pull request primarily improves the code formatting and consistency of the project's testing documentation and automation setup. It introduces minor formatting and code style adjustments throughout
apps/web/TESTING_STRATEGY.mdfor clarity, adds missing trailing commas, and enhances the pre-commit workflow to ensure formatted files are included in commits.Pre-commit workflow improvement:
.husky/pre-committo automatically add formatted files to the commit after running Prettier, ensuring that all code formatting changes are properly staged.Testing documentation and code style consistency:
apps/web/TESTING_STRATEGY.mdfor improved readability. [1] [2]These changes do not introduce new features or alter any logic but focus on documentation accuracy, codebase consistency, and smoother development workflows.