Conversation
…p documentation - Updated the documentation to clarify the current implementation of error and loading handling in the Picake web user app. - Added detailed sections on loading processing, including the use of Skeleton components and React Query for managing loading states. - Improved structure and readability of the document by consolidating related information and providing clear examples for various loading scenarios. - Highlighted differences in error handling compared to other apps, ensuring a focused discussion on the web user app's unique approach.
- Updated the GitHub Actions workflow for staging deployments to utilize Vercel CLI for building and deploying applications. - Enhanced error handling and validation for project names and environments. - Removed the previous webhook URL setup in favor of using project IDs stored in GitHub secrets. - Added Discord notification functionality for deployment status updates. - Revised documentation to reflect changes in deployment strategy, emphasizing tag-based deployments and the new setup for Vercel tokens and project IDs.
…ching - Updated the GitHub Actions workflow for staging deployments to enable Corepack and cache Yarn dependencies. - Added steps to retrieve the Yarn cache directory and configure caching for improved build performance. - Removed the outdated cache configuration to prevent issues with Corepack and Yarn 1.x.
- Updated yarn.lock to include react-quill version 2.0.0 for enhanced text editing capabilities in the application.
- Adjusted the GitHub Actions workflow to execute Vercel CLI from the repository root to avoid path issues. - Cleaned up previous Vercel environment files before pulling the latest configuration. - Updated project.json to skip the install step during the build process, enhancing deployment efficiency.
… workflow - Changed the Discord webhook URL reference in the GitHub Actions workflow from DISCORD_WEBHOOK_URL to DISCORD_WEBHOOK_URL_WEB_FE for improved clarity and consistency. - Updated notification message to reflect the new environment variable name, ensuring accurate logging during deployment notifications.
- Removed outdated sections regarding project creation and environment variable setup for Vercel deployments. - Streamlined the documentation to focus on essential steps for configuring Vercel projects and environment variables. - Updated the GitHub workflow section to reflect the new structure and clarify the deployment process, including Discord webhook integration.
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.