Skip to content

Conversation

cskime
Copy link
Collaborator

@cskime cskime commented Aug 21, 2025

📝 작업 내용

  • API 연동을 위한 사전 작업을 진행했습니다.
  • 우리 팀(18-3) 개발 서버에 아직 데이터가 없어서, 먼저 테스트 데이터를 개발 서버에 추가하였습니다.
  • 그 과정에서, 테스트 데이터의 추가/확인/삭제를 위한 테스트 페이지를 개발하였습니다(test-api path).
    • '테스트 롤링페이퍼 생성' 버튼을 클릭하면 20개의 미리 준비된 recipient data를 생성합니다.
    • '테스트 메시지 생성' 버튼을 클릭하고 recipient id를 입력하면 특정 recipient에 20개의 미리 준비된 message data를 생성합니다.
    • '테스트 리액션 생성' 버튼을 클릭하고 recipient id를 입력하면 특정 recipient에 20개의 미리 준비된 reaction data를 생성합니다.
    • '롤링페이퍼 삭제' 및 '메시지 삭제' 버튼을 클릭하면 전체 테스트 데이터를 삭제합니다. (아직 특정 데이터를 개별적으로 삭제하는 기능은 없습니다.)
  • 기존 test-page.jsxtest-components라는 path와 이름을 맞춰서 test-components-page.jsx로 이름을 변경하고, src/tests 경로로 이동하였습니다.

📷 스크린샷 (선택)

image

💬 리뷰어에게 남길 말 (선택)

  • 테스트 데이터를 관리하는 다른 방법이 필요하다면 자유롭게 추가해 보시거나, 저에게 요청해주세요.

@cskime cskime linked an issue Aug 21, 2025 that may be closed by this pull request
7 tasks
@cskime
Copy link
Collaborator Author

cskime commented Aug 21, 2025

밀려있는 다른 작업을 빠르게 진행하기 위해 이 PR은 리뷰를 기다리지 않고 병합하겠습니다.

@cskime cskime merged commit 60b0960 into codeit-FE-18-part2:develop Aug 21, 2025
@cskime cskime deleted the feature/#52 branch August 21, 2025 10:15
@cskime cskime mentioned this pull request Aug 22, 2025
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.

API 연동
1 participant