Skip to content

Comments

[Style] #200 - 자격증 탭 UI#201

Merged
OneTen19 merged 17 commits intodevelopfrom
style/#200
Feb 2, 2026
Merged

[Style] #200 - 자격증 탭 UI#201
OneTen19 merged 17 commits intodevelopfrom
style/#200

Conversation

@OneTen19
Copy link
Member

🌴 작업한 브랜치

style/#200

✅ 작업한 내용

스크린샷 2026-01-29 오전 12 12 34

❗️PR Point

카테고리와 추천탭이 자격증 탭으로 통합되며 카테고리와 추천 폴더와 코드들은 모두 삭제되었답니다...

📸 스크린샷

2026-01-29.12.08.42.mov

📟 관련 이슈

@OneTen19 OneTen19 added this to the [CERTI] 1차 스프린트 milestone Jan 28, 2026
@OneTen19 OneTen19 self-assigned this Jan 28, 2026
@OneTen19 OneTen19 added the Style 🖼️ UI 작업 label Jan 28, 2026
@OneTen19 OneTen19 linked an issue Jan 28, 2026 that may be closed by this pull request
1 task
@OneTen19 OneTen19 added the 한열 🧄 한열 작업 label Jan 28, 2026
Copy link
Contributor

@Yeonnies Yeonnies left a comment

Choose a reason for hiding this comment

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

잘봤습니다!!
내 앱잼 때 개발했던 거 다날라갔네 하이고..

let description: String
let tags: [String]

let gradientColor: LinearGradient = LinearGradient(
Copy link
Contributor

Choose a reason for hiding this comment

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

p3
이런식으로 쓰는군용

Copy link
Contributor

Choose a reason for hiding this comment

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

간단하네영 굿


HStack(spacing: 6) {
ForEach(tags, id: \.self) { tag in
Text(tag)
Copy link
Contributor

Choose a reason for hiding this comment

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

p3
이런 태그들은 컴포넌트로 빼두는 게 더 편하지 않나용?
직무별 자격증 더보기에도 색만 다르고 똑같은 애가 있는 거 같아서용

Copy link
Member Author

Choose a reason for hiding this comment

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

사실 빼놓으면 더 좋긴해요!
그런데 일단 추천 자격증 타일 컴포넌트랑 직무별 자격증 타일 컴포넌트는 둘이 다르게 생겨서 어차피 두 개의 컴포넌트를 구현해야 했고,
마이페이지 할 때 였나?? 이미 만들어둔 태그 컴포넌트랑 피그마 상의 스펙이 다른 경우가 있었어서 그냥 뷰 내에서 만들어버렸습니다!
분리하면 더 좋긴할듯

.onChange(of: certificateViewModel.certificateViewRoute) { route in
guard let route = route else { return }

// 코디네이터 path 추가
Copy link
Contributor

Choose a reason for hiding this comment

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

p2
이 주석은 지워도 될 거 같아용

CertificateSearchView(viewModel: certificateViewModel)
.navigationBarHidden(true)

// 실질 화면전환
Copy link
Contributor

Choose a reason for hiding this comment

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

p2
여기도

final class DefaultCertificateFactory: CertificateFactory {


init(
Copy link
Contributor

Choose a reason for hiding this comment

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

p1
이 난리난 줄바꿈은 뭔가여

Copy link
Contributor

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.

마저

// CertificateSearchList.swift
// CERTI-iOS
//
// Created by 김나연 on 7/8/25.
Copy link
Contributor

Choose a reason for hiding this comment

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

p3
그래도 나의 잔재가 남아있긴 하네..

Copy link
Contributor

@sangyup12 sangyup12 left a comment

Choose a reason for hiding this comment

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

안도애~~ 앱잼의 유산이... 고생하셨습니다.!

let description: String
let tags: [String]

let gradientColor: LinearGradient = LinearGradient(
Copy link
Contributor

Choose a reason for hiding this comment

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

간단하네영 굿

@OneTen19 OneTen19 merged commit 3da648d into develop Feb 2, 2026
@OneTen19 OneTen19 deleted the style/#200 branch February 2, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Style 🖼️ UI 작업 한열 🧄 한열 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SCRUM-44] Style: 카테고리+추천 UI

3 participants