Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/party room admin 페이지 구현 #1247 #1330

Merged
merged 8 commits into from
Mar 27, 2024

Conversation

izone00
Copy link
Contributor

@izone00 izone00 commented Mar 27, 2024

📌 개요

  • 파티룸을 관리할 수 있는 관리자 페이지

💻 작업사항

  • 모든 파티룸 조회
  • 파티룸 상세조회 및 status 변경
  • 댓글 숨김 처리
Screen Shot 2024-03-27 at 1 15 46 PM Screen Shot 2024-03-27 at 1 54 52 PM

✅ 변경로직

@izone00 izone00 added enhancement New feature or request admin 관리자 페이지에서 발생한 issue labels Mar 27, 2024
@izone00 izone00 self-assigned this Mar 27, 2024
@izone00 izone00 linked an issue Mar 27, 2024 that may be closed by this pull request
4 tasks
import { toastState } from 'utils/recoil/toast';
import styles from 'styles/admin/party/PartyRoomEdit.module.scss';

const roomStatusOpts: PartyRoomStatus[] = ['OPEN', 'START', 'FINISH', 'HIDDEN'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???

Copy link
Contributor

@contemplation-person contemplation-person left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저것만 고쳐주십셔

@izone00 izone00 merged commit 9cb7bdd into 6th_party Mar 27, 2024
@izone00 izone00 deleted the feat/party-room-admin-페이지-구현-#1247 branch March 27, 2024 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin 관리자 페이지에서 발생한 issue enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] Party Room Admin 페이지 구현
2 participants