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/#455] 공연 등록, 수정 변경사항 반영 #456

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

imddoy
Copy link
Contributor

@imddoy imddoy commented Dec 3, 2024

📌 관련 이슈번호

🎟️ PR 유형

어떤 변경 사항이 있나요?

  • 새 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 리팩토링

✅ Key Changes

이번 PR에서 작업한 내용을 간략히 설명해주세요

  1. 공연 소개, 유의사항 글자수 변경
  2. 공연진 사진 선택으로 변

📢 To Reviewers

📸 스크린샷

image

🔗 참고 자료

@imddoy imddoy self-assigned this Dec 3, 2024
@github-actions github-actions bot added the ✨ FEAT 기능 구현 label Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶

Copy link

sonarcloud bot commented Dec 3, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
43.2% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Copy link
Member

@pepperdad pepperdad left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@sinji2102 sinji2102 left a comment

Choose a reason for hiding this comment

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

어푸하께요 머지해두 댈 듯!! 반영할 내용은 아니고 궁금한 것만 리뷰 남겨뒀어욥

Comment on lines +340 to 346
return [
...posterUrls,
...castUrls.filter((url) => url !== null),
...staffUrls.filter((url) => url !== null),
...performanceUrls,
];
};
Copy link
Contributor

Choose a reason for hiding this comment

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

p5 ) 조아욥!!!!!

@@ -661,7 +670,7 @@ const ModifyManage = () => {
value={dataState.performanceDescription}
onChange={(e) => handleInputChange("performanceDescription", e.target.value)}
placeholder="공연을 예매할 예매자들에게 공연을 소개해주세요."
maxLength={500}
maxLength={1500}
Copy link
Contributor

Choose a reason for hiding this comment

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

p5) 근데 이거 서버에서 오케이 됏나요?? 회의 때 얘기햇던 거 같기도 하고... 기억안남이슈

Copy link
Contributor

Choose a reason for hiding this comment

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

p5)
image

생각해보니까 여기 스크롤바 있는 게 좋을 거 같아서 디쟌에 한 번 물어봐야 할 거 같아요.... 아닌가 없는 게 낫나?... 물론 내용이 많아서 늘어나면 당연히 스크롤 사람들이 하긴 하겠지만 스크롤 되는 부분이라는 인지가 잘 안 되는 거 같아서!!

@imddoy imddoy merged commit c37fa02 into develop Dec 9, 2024
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ FEAT 기능 구현
Projects
Status: 🎉Done
Development

Successfully merging this pull request may close these issues.

[ Feat ] 공연 정보 수정사항 반영
3 participants