chore: 데모 계정 비밀번호 정리 및 도움말 UI 개선 - #116
Merged
Merged
Conversation
fowoco/server가 데모 계정 비밀번호에 12자 이상을 강제해서 "1234"는
seed 자체가 불가능하다. 로컬 검증 중 실제로 seed한 값
("fowoco-demo-1234")으로 DEMO_ACCOUNT를 맞춘다.
.gitignore에 .env* 항목이 없어서 로컬 API 주소 설정이 실수로
커밋될 뻔한 것도 같이 막는다.
도움말 패널은:
- 자주 쓰는 흐름에 번호 배지 추가
- 자주 묻는 질문을 아코디언으로 변경 (기본으로 첫 항목만 펼침)
- 데모 계정을 카드로 분리하고 복사 버튼 추가
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.
변경 사항
.gitignore에.env*추가 (누락돼 있어서 로컬 API 설정이 실수로 커밋될 뻔함)DEMO_ACCOUNT비밀번호를1234→fowoco-demo-1234로 변경fowoco/server가 데모 계정 비밀번호에 12자 이상을 강제(DemoAuthSeedRunner)해서1234로는 seed 자체가 불가능함을 로컬 연동 검증 중 확인HelpModal.test.tsx)테스트
npm run lint,npm run test -- --run(187개),npm run build모두 통과