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

[FIX] 행사 수정 및 출석체크 상태 변경이 안되는 오류 수정 #172

Merged
merged 3 commits into from
Oct 12, 2024

Conversation

rlajm1203
Copy link
Contributor

📌 관련 이슈

#169

✒️ 작업 내용

  • 관리자가 회원들의 출석 상태를 변경할 경우
    • 최소한의 검증만 수행하고, 상태 변경
  • 일반 회원이 출석 상태를 변경할 경우
    • 행사 참석의 대상인지 검증
    • 이미 출석체크를 진행하였는지 검증

비즈니스 규칙이라고 판단되어, Model 에 로직을 작성하지 않고, Service에 로직을 작성

스크린샷 🏞️ (선택)

💬 REVIEWER에게 요구사항 💬

@rlajm1203 rlajm1203 added the bug Something isn't working label Oct 12, 2024
@rlajm1203 rlajm1203 self-assigned this Oct 12, 2024
Copy link

github-actions bot commented Oct 12, 2024

Unit Test Results

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ±0 

Results for commit a1af084. ± Comparison against base commit 41118b6.

♻️ This comment has been updated with latest results.

@rlajm1203 rlajm1203 merged commit b922383 into develop Oct 12, 2024
1 of 2 checks passed
@kssumin
Copy link
Contributor

kssumin commented Oct 12, 2024

수정된 ProgramModel로 변환할 때, githubUrl을 빼놓고 변환하여 githubUrl 필드가 null로 채워집니다.
githubUrl을 넘길 수 있도록 수정합니다.

model -> entity, entity -> model 간 변환할 때 빼먹는 필드가 없도록 설계단에서 제한을 걸 수 있는 방법이 있을지 생각해봐야겠네욥....
추가적으로 이번이슈는 만약에 테스트 코드를 작성했다면 확인할 수 있었던 이슈라고 생각합니다 ㅎㅎ.ㅎㅎ

테스트 코드!!!

@rlajm1203
Copy link
Contributor Author

rlajm1203 commented Oct 12, 2024

수정된 ProgramModel로 변환할 때, githubUrl을 빼놓고 변환하여 githubUrl 필드가 null로 채워집니다.
githubUrl을 넘길 수 있도록 수정합니다.

model -> entity, entity -> model 간 변환할 때 빼먹는 필드가 없도록 설계단에서 제한을 걸 수 있는 방법이 있을지 생각해봐야겠네욥.... 추가적으로 이번이슈는 만약에 테스트 코드를 작성했다면 확인할 수 있었던 이슈라고 생각합니다 ㅎㅎ.ㅎㅎ

테스트 코드!!!

오 converter에서 거를 수 있으면 좋을 것 같네요! Converter가 해당 책임을 갖는 것이 좋을지 고민해봐야겠습니다!

다음부턴 테스트 코드도 작성해보겠습니다....ㅎㅎ..!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants