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] 프로필 정보를 등록하는 기능을 구현한다. #14

Closed
wants to merge 7 commits into from

Conversation

devFancy
Copy link
Member

@devFancy devFancy commented May 29, 2023

  • 🙆🏻 PR 제목 형식은 지켰는가? ex. [feat] 소셜로그인 기능을 구현한다.
  • 💯 테스트는 통과했나?
  • ✅ 빌드는 성공했나?
  • 🧹 불필요한 코드는 제거했나?
  • 💭 이슈는 등록했는가?
  • 🔖 라벨은 등록했나? ex. feat, devops

작업 내용

  • 프로필 엔티티(Profile) 생성
    • 필수 노출 정보: 닉네임, 나이, 성별, 성격(최대 5개), 자기소개서
    • 선택 노출 정보: 직업 혹은 학교, 주소, 나의 사진(최대 3개)
    • 저장, 수정하기 버튼

스크린샷

- 프로필 엔티티 테스트코드 추가
@devFancy devFancy added the 기능 추가 새로운 기능 추가 label May 29, 2023
@devFancy devFancy requested a review from hyoung01 May 29, 2023 14:16
@devFancy devFancy self-assigned this May 29, 2023
devFancy added 5 commits May 29, 2023 23:23
- domain 폴더 삭제
- member, profile 엔티티별 폴더로 분리
- Figma 기준 24개 성격 유형
- 차단횟수(ban) int형으로 선언
@devFancy devFancy changed the title [feat] 프로필 정보를 상대방에게 노출되는 조회 기능을 구현 [feat] 프로필 정보를 상대방에게 노출되는 조회 기능을 구현한다. Jun 2, 2023
@devFancy devFancy changed the title [feat] 프로필 정보를 상대방에게 노출되는 조회 기능을 구현한다. [Feat] 프로필 정보를 상대방에게 노출되는 조회 기능을 구현한다. Jun 2, 2023
@devFancy devFancy changed the title [Feat] 프로필 정보를 상대방에게 노출되는 조회 기능을 구현한다. [feat] 프로필 정보를 상대방에게 노출되는 조회 기능을 구현한다. Jun 2, 2023
- 프로필 테이블 변수 수정
@devFancy devFancy added design and removed design labels Jun 4, 2023
@devFancy devFancy changed the title [feat] 프로필 정보를 상대방에게 노출되는 조회 기능을 구현한다. [feat] 프로필 정보를 등록하는 기능을 구현한다. Jun 4, 2023
Base automatically changed from develop to main July 15, 2023 15:23
@devFancy devFancy closed this Jul 15, 2023
@devFancy devFancy deleted the feature/2-profile branch July 15, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 추가 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

프로필 정보를 등록하는 기능을 구현한다.
1 participant