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

세미나 출석체크 구현 및 운영서버 에러 메세지 수정 #135

Merged
merged 4 commits into from
Nov 20, 2024

Conversation

kwonssshyeon
Copy link
Member

@kwonssshyeon kwonssshyeon commented Nov 18, 2024

🔎 작업 내용

  • 세미나 출석 템플릿 구현 , 불참자 기록용 디스코드 웹훅 연동
  • 운영서버의 오류만 디스코드 알림가도록 수정
  • 운영서버에서 구체적인 에러 메세지 대신 코드로 대체

To Reviewers 📢

체크 리스트

  • 테스트를 작성했습니다.
  • 테스트를 통과했습니다.
  • API 변경사항이 존재합니다.
  • API 호출을 직접 실시하였고, 해당 데이터가 정상적으로 표시됩니다.
  • 기존 코드에 영향을 주는 작업 내용이 존재합니다.
  • 향후 추가적인 작업이 필요한 부분이 있습니다.

➕ 관련 이슈

Copy link

Unit Test Results

21 tests   21 ✔️  1s ⏱️
  8 suites    0 💤
  8 files      0

Results for commit d759a10.

@kwonssshyeon kwonssshyeon changed the title Feat/issue #134 세미나 출석체크 구현 및 운영서버 에러 메세지 수정 Nov 18, 2024
private final AdminMemberService adminMemberService;
private final DiscordClient discordClient;

@GetMapping("members")
Copy link
Contributor

Choose a reason for hiding this comment

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

adminController 니깐 admin/members가 더 좋지 않을까요? 아래 api들도 api/admin/...이 좋아보입니다

Copy link
Member Author

Choose a reason for hiding this comment

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

타임리프 바로 띄워서 사용하는거라 로그인 없이 쓸려고 admin prefix 안 붙였습니다
그럼 로그인 페이지까지 만들어야해서 ...

private final DiscordClient discordClient;

@GetMapping("members")
public String getHtml(Model model) {
Copy link
Contributor

Choose a reason for hiding this comment

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

admin 페이지니깐 @TokenMember와 어드민 권한 검증이 필요해보입니다

Copy link
Member Author

Choose a reason for hiding this comment

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

위와 같은 이유입니다

Copy link
Contributor

Choose a reason for hiding this comment

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

넵 알겠습니다! 고생하셨습니다~

@kwonssshyeon kwonssshyeon merged commit 30da5ac into dev Nov 20, 2024
3 checks passed
@kwonssshyeon kwonssshyeon deleted the Feat/issue-#134 branch November 20, 2024 13:10
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.

[Feature] 세미나 출석 체크 기능 구현
2 participants