Skip to content

Staging#136

Open
geunu97 wants to merge 44 commits into
mainfrom
staging
Open

Staging#136
geunu97 wants to merge 44 commits into
mainfrom
staging

Conversation

@geunu97

@geunu97 geunu97 commented May 26, 2026

Copy link
Copy Markdown
Member

No description provided.

geunu97 added 2 commits May 25, 2026 21:26
…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.
@geunu97 geunu97 self-assigned this May 26, 2026
geunu97 and others added 27 commits May 26, 2026 22:40
…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.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
whitespace-pre-line 추가로 description의 개행 문자가 줄바꿈으로 표시되도록 수정

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ion에서 할인율 표시 방식을 개선했습니다. 또한, 문서에서 로딩 처리 관련 표의 형식을 정리했습니다.
…ge를 사용하여 마커 표시 방식을 최적화하고, 마커 상태 관리 로직을 수정했습니다.
…라 필수 여부 및 최대 글자 수 입력 필드를 조건부로 표시하도록 수정했습니다. 유효성 검사 로직도 업데이트하여 최대 글자 수가 1 미만일 경우 오류 메시지를 추가했습니다.
… 기능을 통합하여 사용자 경험을 개선했습니다. 상태별 안내 문구를 포함한 새로운 유틸리티 함수도 추가했습니다.
- CakeListItem: 픽업주소·생산자 칩 클릭 시 해당 스토어 페이지로 이동
- Header:
  - 같은 지역으로 재선택 시 "위치 설정 중" 토스트가 10초간 멈춰 있던 버그 수정
  - GPS 비활성 지역 모달 표시 경로를 Header 단일 지점으로 일원화 (RegionSelectSheet에서 onGpsInactive 콜백으로 위임)
  - 로딩 토스트 onClose에서 state 정리 추가
- RegionSelectSheet:
  - 비활성 모달 로직 제거 (Header로 위임)
  - "현재 위치로 설정" 클릭 시 stale address로 잘못 매칭되던 버그 가드
  - 동일 위치 재클릭 시 setAddress no-op으로 useEffect가 미발화되던 케이스를 GPS 콜백 안에서 직접 처리하도록 변경
  - depth1 탭 전환 시 다른 탭 체크 상태가 유지되도록 Map 구조로 변경
  - 다른 depth1에서 새 체크가 발생하면 이전 depth1의 체크를 비우는 단일 depth1 invariant 적용
  - 좌측 depth1 배지를 활성 구 갯수 → 선택된 갯수로 변경 (0이면 비표시, 전부 체크 시 ALL)
  - "전지역" 버튼 표시 조건 활성 구 3개 → 2개 이상으로 완화

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…지에서 비가역적 작업에 대한 확인 모달을 구현하여 사용자 경험을 개선했습니다.
IceMilk1996 and others added 15 commits June 21, 2026 13:37
…oded "오류" and introducing dynamic title assignment based on alert severity.
…ng button group and adding gap for improved visual alignment.
…inHeaderNotificationDropdown for enhanced notification handling and user experience in AdminLayout.
…eCalendarPage, including new hooks and constants for improved order management by month.
…or structured product image handling in store responses, updated related DTOs and components to utilize the new structure.
…se type="text" for numeric inputs, implementing input sanitization to ensure only valid numbers are processed. This change enhances user experience by allowing better control over input formatting.
메뉴 클릭 후 뒤로가기 시 클릭했던 스크롤 위치로 복원되도록 useScrollRestoration 훅을 추가했습니다. window가 아닌 RootWrapperLayout의 스크롤 컨테이너(scrollTop)를 sessionStorage에 저장/복원합니다.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- StoreInquiryBottomSheet에 order.storePhoneNumber를 phoneNumber로 전달 (예정/지난 주문, 확정 주문 카드)
- OrderCancelView의 중복된 주문 상품 렌더링 블록 제거

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
category1~5.png 이미지를 교체했습니다.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants