Conversation
…anization - still WIP
Replaced Apollo GraphQL with RESTful APIs for meds-related operations. Added user authentication and authorization modules, including login, signup, JWT handling, and middleware. Refactored existing components and pages to integrate new backend endpoints and streamline functionality.
# Conflicts: # pages/index.vue
Implement authentication and API integration for meds management
Simplified the code by removing the redundant `isAuthenticated` function and directly handling the authentication check within the middleware. Improved readability and ensured a streamlined flow for navigating unauthenticated users to the login page.
Updated login navigation to return the route result and simplified the fetch logic in medIndex by replacing reactive `useFetch` with a direct `$fetch` call. Removed unnecessary reactivity and log statements for improved performance and clarity.
Updated login navigation to return the route result and simplified the fetch logic in medIndex by replacing reactive `useFetch` with a direct `$fetch` call. Removed unnecessary reactivity and log statements for improved performance and clarity.
…Reviews to transferRX page
Replaced GraphQL queries and mutations with REST API calls across multiple components for medication handling (e.g., add, delete, update). Added a delete functionality with confirmation in the medication card. Improved responsive layout and optimized medication data handling using Nuxt's data fetching mechanisms.
Refactored template and script sections for better code formatting and consistency in style. Enhanced input validation to ensure at least 3 characters are entered before performing a search. These changes improve maintainability and user experience.
The GraphQL server and associated modules, resolvers, and configurations have been removed from the codebase. This includes Apollo Server setup, WebSocket support, and Nuxt's GraphQL integrations. Remaining configurations are adjusted to streamline the project structure.
Updated login navigation to return the route result and simplified the fetch logic in medIndex by replacing reactive `useFetch` with a direct `$fetch` call. Removed unnecessary reactivity and log statements for improved performance and clarity.
…Reviews to transferRX page
Stage feb jic
Commented out unused GTM setup and migrated to new script-based configuration. Improved search bar code readability, added event tracking via dataLayer, and implemented better search query handling. Updated dependencies to include necessary GTM scripts.
# Conflicts: # components/googleReviewsWidget.vue # components/layout/appFooter.vue # components/layout/homeContentSection.vue # components/resultCard.vue # components/searchBar.vue # pages/about.vue # pages/index.vue
❌ Deploy Preview for hampshirepharmacy failed. Why did it fail? →
|
Reinstated the use of `useScriptGoogleTagManager` for accessing the `dataLayer`. This ensures proper analytics tracking functionality in production environments.
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.