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] 어드민 UI 구현 #129

Merged
merged 12 commits into from
Aug 12, 2024
Merged

[Feat] 어드민 UI 구현 #129

merged 12 commits into from
Aug 12, 2024

Conversation

jhj2713
Copy link
Member

@jhj2713 jhj2713 commented Aug 11, 2024

🖥️ Preview

추첨 이벤트 메인 화면 선착순 이벤트 목록 화면
스크린샷 2024-08-11 19 47 10 스크린샷 2024-08-11 19 47 17
선착순 이벤트 선택지 관리 화면 선착순 이벤트 경품 관리 화면
스크린샷 2024-08-11 19 47 21 스크린샷 2024-08-11 19 47 25

close #125

✏️ 한 일

  • 선착순 이벤트 리스트 페이지
  • 선착순 이벤트 선택지 관리 페이지
  • 선착순 이벤트 경품 관리 페이지
  • 추첨 이벤트 메인 페이지

❗️ 발생한 이슈 (해결 방안)

❓ 논의가 필요한 사항

@jhj2713 jhj2713 self-assigned this Aug 11, 2024
@jhj2713 jhj2713 added the feat 기능 구현 label Aug 11, 2024
Copy link
Member

@sooyeoniya sooyeoniya left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~~ 손이 정말 빠르시네용 ㅎㅎ

};

const [startDate, startTime] = data.startDate.split(" ");
const [endDate, endTime] = data.startDate.split(" ");
Copy link
Member

Choose a reason for hiding this comment

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

이거 endDate 아닌가용?

Copy link

빌드를 성공했습니다! 🎉

Copy link

빌드를 성공했습니다! 🎉

@jhj2713 jhj2713 merged commit ef215ea into dev Aug 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

admin UI 구현
2 participants