Skip to content

Conversation

@jaeml06
Copy link
Contributor

@jaeml06 jaeml06 commented Jun 9, 2025

🚩 연관 이슈

closed #

📝 작업 내용

prod 배포

🏞️ 스크린샷 (선택)

🗣️ 리뷰 요구사항 (선택)

katie424 and others added 5 commits June 7, 2025 19:22
* design: 배경색 추가

* docs: preview video 추가

* docs: review icon 추가

* feat: landing page 구현

* test: landing page storybook

* docs: 이미지 파일 추가

* feat: 비로그인 시 시작 페이지 랜딩페이지로 설정

* refactor: 컴포넌트 분리

* feat: 로그아웃 시 랜딩페이지로 이동

* design: 버튼 디자인 변경

* feat: 서비스 이용 관련 url 연결

* refactor: 정적파일 assets 폴더로 이동

* refactor: h1 태그 중복 제거

* refactor: urls, reviews 상수화

* refactor: h1 태그 계층화

* design: 문구 변경

* design: 최대 최소 너비, 텍스트 설정
* feat: 인코딩/디코딩 함수가 DebateTableData를 사용하도록 수정

* feat: 인코딩/디코딩 함수 변경 사항을 URL 공유 훅에도 반영

* feat: 헤더에 isGuestFlow를 이용하여 로그인/아웃 버튼구현

* refactor: 로그인 함수 util 함수로 분리

* fix: OverView 페이지에 인증 버튼 누락 수정

* feat: 로그인 버튼 클릭 시, 비회원 데이터 저장 여부를 묻는 모달 구현

* feat: 헤더에 로그인, 로그아웃 분기 버튼 구현

* feat: 토론 완료 버튼 클릭 시, 데이터 및 로그인 여부 모달 추가

* refactor: LoginAndStoreDBModal Props명 변경

* test: 헤더, 토론 종료 시, 모달에 표시 텍스트 추가

* feat: Disabled route guard to allow non-member flow

* feat: Added a new component and route for table sharing

* feat: Added LoggedInStoreDBModal and its story

* refactor: Applied Singleton pattern on repos

* chore: Added a sample data on Story for ShareModal

* refactor: Let header print whether user is logged in

* feat: Implemented TableSharingPage

* refactor: Deleted function isGuestFlow

* refactor: Added isLoggedIn function

* refactor: Moved guest mode badge to right of the header

* feat: Let TableSharingPage navigate to stored table in DB

* refactor: Refactored isGuestFlow as a boolean variable

* refactor: 변경 사항 리포지토리에도 반영

* feat: 기존 페이지에 비회원 플로우 적용

* refactor: Let header set appropriate icons automatically

* feat: DB 저장 시 바로 저장된 테이블로 이동하도록 개선

* feat: 홈 버튼에 비회원 플로우 끄는 코드 추가

회원이 비회원 플로우를 타다가 홈에 간다는 건 비회원 플로우를 탈출한다는 의미이기 때문

* style: 모달을 DialogModal로 간략화

* feat: `LoggedInStoreDBModal`에서 X 버튼 제거

* refactor: 치코의 sessionStorage.ts 코드 복원

* feat: Added delete function to repository interface

* refactor: Simplified modal with DialogModal

* chore: /share redirectUri 추가

* feat: Integrated login/logout button on header

* feat: Added `break-keep` tag on modals

* feat: Applied changes related with OAuth redirection

* fix: Fixed error from changes on function AuthLogin

* refactor: Applied CodeRabbit's comments

* feat: edirectUri share 연결 추가

* chore: 병합 충돌 해결

* chore: Let deploy script print whether share is enabled

* chore: 수동 실행을 위한 스크립트 수정

* Revert "chore: 수동 실행을 위한 스크립트 수정"

This reverts commit b83f0bb.

* refactor: 공유 기능 개발 완료로 인해해 공유 기능 ON/OFF 코드 삭제

* chore: deploy-development.yml 업데이트

* fix: 리다이렉트 url에서 share가 불필요로 인한 수정

* fix: 로그인 후 '데이터가 비어 있어요.'에러 문제로 인한 수정

* refactor: tailwind css 순서 변경

* refactor: 환경변수 REQUEST_URL 검증 추가

* refactor: getDecodedDataOrNullOrThrow가 null만 반환하도록 수정

* feat: 리다이렉트 POST 요청에서 '(공유됨)' 접두사 추가

* refactor: OAuth 함수 이름 변경 및 LandingPage에 OAuth 함수 적용

* design: 모달 텍스트 가운데 정렬

---------

Co-authored-by: jaeml06 <jaeml0630@gmail.com>
* fix: 테이블 이름 길이 오류 수정

* fix: LandingPage 샘플 테이블 URL이 동적으로 생성되게 개선

* fix: HTTP 요청과 BASE_URL 관련 코드 수정
* fix: dev 배포 스크립트 수정

* fix: prod 배포 스크립트 수정
@coderabbitai
Copy link

coderabbitai bot commented Jun 9, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@jaeml06 jaeml06 merged commit cc357e1 into main Jun 9, 2025
8 checks passed
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.

4 participants