Merged
Conversation
1 task
Yeonnies
approved these changes
Jan 31, 2026
Contributor
Yeonnies
left a comment
There was a problem hiding this comment.
잘봤습니다!!
내 앱잼 때 개발했던 거 다날라갔네 하이고..
| let description: String | ||
| let tags: [String] | ||
|
|
||
| let gradientColor: LinearGradient = LinearGradient( |
|
|
||
| HStack(spacing: 6) { | ||
| ForEach(tags, id: \.self) { tag in | ||
| Text(tag) |
Contributor
There was a problem hiding this comment.
p3
이런 태그들은 컴포넌트로 빼두는 게 더 편하지 않나용?
직무별 자격증 더보기에도 색만 다르고 똑같은 애가 있는 거 같아서용
Member
Author
There was a problem hiding this comment.
사실 빼놓으면 더 좋긴해요!
그런데 일단 추천 자격증 타일 컴포넌트랑 직무별 자격증 타일 컴포넌트는 둘이 다르게 생겨서 어차피 두 개의 컴포넌트를 구현해야 했고,
마이페이지 할 때 였나?? 이미 만들어둔 태그 컴포넌트랑 피그마 상의 스펙이 다른 경우가 있었어서 그냥 뷰 내에서 만들어버렸습니다!
분리하면 더 좋긴할듯
| .onChange(of: certificateViewModel.certificateViewRoute) { route in | ||
| guard let route = route else { return } | ||
|
|
||
| // 코디네이터 path 추가 |
| CertificateSearchView(viewModel: certificateViewModel) | ||
| .navigationBarHidden(true) | ||
|
|
||
| // 실질 화면전환 |
| final class DefaultCertificateFactory: CertificateFactory { | ||
|
|
||
|
|
||
| init( |
| // CertificateSearchList.swift | ||
| // CERTI-iOS | ||
| // | ||
| // Created by 김나연 on 7/8/25. |
sangyup12
approved these changes
Feb 2, 2026
Contributor
sangyup12
left a comment
There was a problem hiding this comment.
안도애~~ 앱잼의 유산이... 고생하셨습니다.!
| let description: String | ||
| let tags: [String] | ||
|
|
||
| let gradientColor: LinearGradient = LinearGradient( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌴 작업한 브랜치
style/#200✅ 작업한 내용
❗️PR Point
카테고리와 추천탭이 자격증 탭으로 통합되며 카테고리와 추천 폴더와 코드들은 모두 삭제되었답니다...
📸 스크린샷
2026-01-29.12.08.42.mov
📟 관련 이슈