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] #186 - 유저프로필 구현 하였습니다. #223

Merged

Conversation

thingineeer
Copy link
Collaborator

@thingineeer thingineeer commented Dec 9, 2023

🌱 작업한 내용

  • 유저프로필 연결 (userId 가 primaryKey)
  • 기존 186 PR이 깃이 꼬여버린바람에 새롭게 PR작성을 하였습니다.
    • git 이 조금 많이 꼬여서 그냥 브랜치 삭제하고 다시 만들었어요 ^^..

🌱 PR Point

  • 유저 프로필을 보면 셀 이 총 4개가 있습니다.
    유저 이름 부분, progress 부분, 업로드한 코스(label 부분), 유저 코스 부분
    이렇게 총 4개가 있는데
    전체를 컬렉션 뷰로 하여 case 별로 할지 (-> 이렇게 되면 각각 부분을 Cell로 파일을 나눠줘야 함)
    현재처럼 그냥 한 파일에 묶을지 고민입니다. -> (현재 뷰 내에 작은 CVC 존재)

  • Toast 메시지를 좀 더 뚜렷하게 바꾸고 싶어서 대충 만들었는데 테스트해 보다가 필요 없으면 삭제할 예정이라 extension으로 따로 빼놨습니다.

    • 없는 유저 일시 toast 메시지 총 1.2초를 띄우고 총 1.5초 뒤에 자동으로 popView 설정하였습니다.
  • 12 / 11
    코스 부분 CVC만 스크롤이 됐었는데, CVC를 전체로 바꿔서 해결 했습니다.

📸 스크린샷

구현 내용 스크린샷
유저 프로필.gif

전에 남겼던 Comment

image

📮 관련 이슈

@thingineeer thingineeer requested a review from 513sojin December 9, 2023 17:22
@thingineeer thingineeer self-assigned this Dec 9, 2023
@thingineeer thingineeer added the Feat 새로운 기능 구현 label Dec 9, 2023
@thingineeer thingineeer merged commit bda0305 into Runnect:develop Dec 13, 2023
1 check passed
@thingineeer thingineeer deleted the #186-유저프로필-재-구현 branch December 13, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 명진😼
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] #186 - 유저 프로필 구현
2 participants