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

인증제 폼 조회 기능 개발 + 엔티티 추가 #349

Merged
merged 33 commits into from
Jun 6, 2024

Conversation

Huuuunee
Copy link
Member

@Huuuunee Huuuunee commented Jun 4, 2024

💡 배경 및 개요

선생님이 만드신 인증제 폼을 조회하는 기능을 개발하였습니다

Resolves: #{348}

📃 작업내용

PR에서 한 작업을 작성해주세요!

image

총 5개의 테이블이 추가되었습니다 참고해주세요.

🙋‍♂️ 리뷰노트

구현 시에 고민이었던 점들 혹은 특정 부분에 대한 의도가 있었다면 PR 리뷰의 이해를 돕기 위해 서술해주세요!

또한 리뷰어에게 특정 부분에 대한 집중 혹은 코멘트 혹은 질문을 요청하는 경우에 작성하면 좋아요!

e.g. 작업을 끝내야할 시간이 얼마 없어 확장성보다는 동작을 위주로 만들었어요! 감안하고 리뷰해주세요!

작업을 하며 정신을 놓고 해서 불편한 점이 한두가지가 아닐꺼 같습니다 커멘트는 언제든지 환영입니다 !!

  • 인증제 폼들이 여러개로 알고 있었는데 단일이 혼란이 안올거 같다고 하여 단일로 진행하였습니다 (확장성을 생각하면 여러개가 되도록 만드는게 어떤지 의견이 궁금해요)

✅ PR 체크리스트

템플릿 체크리스트 말고도 추가적으로 필요한 체크리스트는 추가해주세요!

  • [ ✅ ] 이 작업으로 인해 변경이 필요한 문서가 변경되었나요? (e.g. .env, 노션, README)
  • [ ✅ ] 이 작업을 하고나서 공유해야할 팀원들에게 공유되었나요? (e.g. "API 개발 완료됐어요", "환경값 추가되었어요")
  • [ ✅ ] 작업한 코드가 정상적으로 동작하나요?
  • [ ✅ ] Merge 대상 브랜치가 올바른가요?
  • PR과 관련 없는 작업이 있지는 않나요?

🎸 기타

@Huuuunee Huuuunee added 1️⃣ Priority: High 우선순위 - 상 ✨ Feature 신규 기능 labels Jun 4, 2024
@Huuuunee Huuuunee self-assigned this Jun 4, 2024
@Huuuunee Huuuunee linked an issue Jun 4, 2024 that may be closed by this pull request
import team.msg.sms.domain.authentication.model.GroupAuthenticationArea

interface QueryGroupAuthenticationAreaPort {
fun queryGroupAuthenticationArea() : List<GroupAuthenticationArea>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
fun queryGroupAuthenticationArea() : List<GroupAuthenticationArea>
fun queryGroupAuthenticationArea(): List<GroupAuthenticationArea>

Copy link
Member Author

Choose a reason for hiding this comment

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

수정 했습니다 :) 커밋내용

@Service
class GetSelectorSectionValueServiceImpl (
private val selectorSectionValuePort: SelectorSectionValuePort
): GetSelectorSectionValueService{
Copy link
Member

@ani2689 ani2689 Jun 4, 2024

Choose a reason for hiding this comment

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

Suggested change
): GetSelectorSectionValueService{
) : GetSelectorSectionValueService {

Copy link
Member Author

Choose a reason for hiding this comment

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

수정 했습니다 :) 커밋내용


import team.msg.sms.domain.file.dto.res.FileResponseData

data class AuthenticationFormResponseData(
Copy link
Member

Choose a reason for hiding this comment

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

이거 한 Area 에 대한 AuthenticationForm 응답값인거 같아서
AuthenticationAreaFormResponseData 로 하는건 어떠신가요?

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
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

@louis7308 louis7308 left a comment

Choose a reason for hiding this comment

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

코드 작업하시느라 수고하셨습니다!

전반적으로 코드를 잘 작성해주셔서 읽기 편했습니다. 감사합니다

Copy link
Member

@ani2689 ani2689 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 👍🏻

Copy link
Member

@enbraining enbraining left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~

@Huuuunee Huuuunee merged commit 5489d22 into develop Jun 6, 2024
1 check passed
@Huuuunee Huuuunee deleted the feature/348-authentication-form branch June 6, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1️⃣ Priority: High 우선순위 - 상 ✨ Feature 신규 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

새롭게 추가된 인증제 폼을 개발합니다
4 participants