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(member): remove gender #750

Merged
merged 15 commits into from
May 19, 2024
Merged

feat(member): remove gender #750

merged 15 commits into from
May 19, 2024

Conversation

woowahan-pjs
Copy link
Contributor

Resolves #739

해결하려는 문제가 무엇인가요?

  • 개인 정보 수집에서 성별이 제외되었습니다.

어떻게 해결했나요?

  • 클라이언트에서 서버까지 모든 성별 관련 코드를 제거하였습니다.

어떤 부분에 집중하여 리뷰해야 할까요?

  • 필요하다면 프론트엔드 코드도 리뷰해 주세요.

참고 자료


RCA 룰

r: 꼭 반영해 주세요. 적극적으로 고려해 주세요. (Request changes)
c: 웬만하면 반영해 주세요. (Comment)
a: 반영해도 좋고 넘어가도 좋습니다. 그냥 사소한 의견입니다. (Approve)

Copy link

@woowahan-cron woowahan-cron left a comment

Choose a reason for hiding this comment

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

프론트엔드 코드 확인했습니다!
import문의 "api/members" 파일 경로도 챙겨 주셔서 감사합니다 👍

Comment on lines +2 to +3
export * from "./members";
export * from "./recruitments";

Choose a reason for hiding this comment

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

a: import문을 정리해 주셨군요 🙇‍♂️

Copy link

@woowabrie woowabrie left a comment

Choose a reason for hiding this comment

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

코드에 이상 없고 로컬에서 실행해 봤을 때도 문제 없는 것 확인했습니다.
고생하셨습니다 👍👍

birthday = createLocalDate(2020, 1, 1),
password = Password("password")
password = Password("password"),

Choose a reason for hiding this comment

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

질문: 항상 , 가 있는게 컨벤션인가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

코틀린의 버전이 특정 버전 이상이 되면 Ktlint에서 이를 기본 코딩 규칙으로 사용하더라고요. 미리 사용해 보고 있어요!
https://kotlinlang.org/docs/coding-conventions.html#trailing-commas

@woowahan-pjs woowahan-pjs merged commit b66da7d into develop May 19, 2024
@woowahan-pjs woowahan-pjs deleted the feature/gender branch May 19, 2024 09:00
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.

3 participants