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] 어드민 유저 조회 페이지 구현 #127

Merged
merged 9 commits into from
Aug 21, 2024

Conversation

darkdulgi
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

  • 어드민 유저 페이지 구현

/users로 접속하며, 이름, 전화번호, 이벤트 frameId를 조회할 수 있습니다. 검색 기능도 있는데 아직 백엔드 api가 안나와서 이름만 검색 가능합니다.

  • EVENT_FCFS_ID 상수 수정

HD240821_001로 수정했습니다.

  • 어드민 기대평 페이지 이벤트 검색에서 id가 HD_로 시작하는 이벤트가 아니더라도 자동완성에 검색되게끔 했습니다.

@darkdulgi darkdulgi added fix 버그 및 오류 수정 feat 기능 구현 labels Aug 21, 2024
@darkdulgi darkdulgi self-assigned this Aug 21, 2024
Copy link
Collaborator

@lybell-art lybell-art left a comment

Choose a reason for hiding this comment

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

수고하셨읍니다

.catch((e) => {
console.log(e);
}),
[page, searchString],
Copy link
Collaborator

Choose a reason for hiding this comment

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

좋습니다

@lybell-art lybell-art merged commit 38b3877 into dev Aug 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현 fix 버그 및 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants