Skip to content

main << develop - #352

Merged
jeonghoon11 merged 11 commits into
mainfrom
develop
Aug 27, 2026
Merged

main << develop#352
jeonghoon11 merged 11 commits into
mainfrom
develop

Conversation

@jeonghoon11

Copy link
Copy Markdown
Member

2차 스프린트 끝! 배포할게요!

huniversal and others added 10 commits August 8, 2026 16:34
* refactor: 온보딩 스텝 계산 및 다음 활성화 훅 분리

* fix: useWatch 제거 및 오타 수정

* refactor: 온보딩 제출 로직 훅 분리

* fix: background field 상수 변경

* fix: 온보딩 위젯 Deep import 제거

* fix: onError 파라미터 name 수정
* chore: Node.js 실행 환경을 22로 상향

* feat: LogoIcon SVG 에셋 export 추가

* feat: Electron macOS 앱 배포 환경 구성

* refactor: Electron 코드를 TypeScript로 전환

* fix: 테스트코드 삭제

* fix: 앱 내부 탐색 URL 제한
* feat: 로드맵 생성 로딩 카드 추가

* feat: 로드맵 로딩 단계 진행 로직 분리
* feat: landing page 라우터 세팅

* feat: landingPage 다국어 세팅

* feat: LandingPage Header 구현

* feat: 랜딩 페이지 다국어 리소스 추가

* style: 랜딩 헤더 스타일 정리

* feat: 랜딩 히어로 세션 구현

* feat: 통계 세션 다국어 문구 추가

* feat: 통계 세션 UI 구현

* feat: 통계 세션 추가

* feat: 공통 FeatureSection 컴포넌트 구현

* feat: Feature 세션 다국어 문구 추가

* feat: Feat 01 세션 추가

* feat: Feat02, 03 다국어 추가

* feat: 랜딩 Feat 02 구현

* feat: Feat03 구현

* feat: voice 다국어 추가

* feat: voice 세션 구현

* feat: kareer reason 세션 다국어 적용

* style: 백그라운드 이미지 추가

* feat: kareer reson 세션 추가

* feat: early access 세션 다국어 추가

* feat: 히어로 세션 early access form 분리

* feat: early access form 컴포넌트 구현

* feat: early access 세션 구현

* feat: 푸터 저작권 문구 추가

* feat: 푸터 구현

* style: 타이포그라피 수정

* refactor: 데이터 구조 통합

* fix: border 단위 통일

* refactor: 시맨틱 태그 변경

* feat: 랜딩 헤더 세션 이동

* feat: 스클로 위치에 따른 랜딩 헤더 인터랙션

* feat: 랜딩 통계 카운트업 인터랙션 추가

* refactor: 랜딩 페이지 독립 앱으로 분리

* refactor: 정적 데이터 상수로 분리

* fix: 다국어 미적용 수정

* style: 이모지 제거 및 KDS 아이콘 대체

* refactor: badge 컴포넌트 분리

* refactor: painpoint Card 구현

* refactor: 카운트 훅 분리

* refactor: 박스 컴포넌트 분리

* refactor: landing 앱 아키텍처 구조 리팩토링

* fix: landing alias 수정

* fix: 기존 shared에 위치하고 있던 hooks을 사용처로 이동

* style: og 이미지 추가

* style: KDS 디자인 토큰 재활용

* fix: 불필요한 Idnex 제거

* fix: 브런치 작업 범위 분리

* refactor: 랜딩 아키텍처 단순화

* refactor: baseUrl 및 경로 수정
* feat: 랜딩 페이지 다국어 구조 세팅

* feat: 뱃지 컴포넌트 구현

* feat: early access form 컴포넌트 구현

* feat: Feature 세션 컴포넌트 구현

* feat: 랜딩 헤더 구현

* feat: 랜딩 히어로 세션 구현

* feat: Status 세션 구현

* fix: gitkeep 파일 제거

* refactor: NAVIGATION_ITEMS 위치 변경

* refactor: 훅 ref 참조 로직 단순화

* refactor: Hero 전용 상수 위치 변경

* refactor: 형변환 및 유니온 제거

* refactor: 다국어 locale 파일 구조 단순화
* feat: Job Recommendation 세션 구현

* feat: Career Roadmap 세션 구현

* feat: Todo management 세션 구현

* feat: real voice 세션 구현

* feat: why-kareer 세션 구현

* feat: Early Access 세션 구현

* feat: 푸터 구현

* fix: 주석 제거

* feat: 헤더 language-selector 구현
* fix: 웹 URL 변경

* feat: 얼리 액세스 신청 폼 구현 및 성공/오류 메시지 추가

* fix: FORMSPREE_FORM_ID에서 trim() 제거
* chore: todo kebab, 삭제 아이콘 추가

* chore: 아이콘 배럴 export 추가

* feat: toast 액션 버튼 추가

* refactor: refactor: todo 마감일 계산
- widgets/../utils/format-due-in-days.ts의 영어 혼재 계산 -> entities/todo/model/get-due-in-days.ts에서 마감일 숫자만 계산 (다국어 지원 고려)

* feat: todo 생성/수정/삭제 API 연동
- todo-draft: 폼 값 검증 로직
- todo-cache: 캐시 업데이트 헬퍼 함수 (insert/update/remove)
- API 구현 (create/update/delete/unwrap-action-item)
* feat: Todo 문구 다국어 적용

* refactor: TodoItem에 action 슬롯 추가 및 완료 섹션 컴포넌트 분리

* refactor: Todo 입력값 검증 규칙 추가

* feat: Todo 생성, 수정, 삭제, 완료 토글 훅 추가

* feat: Todo 인라인 폼, 케밥 메뉴, 실행 취소 버튼 추가

* refactor: Todo 패널 조립

* fix: 토스트 배치 수정

* chore: 마감일 검증 다국어 문구 수정

* style: 패널 스타일 수정

* fix: 토스트 만료 시점에 삭제 확정

* chore: 불필요한 토스트 키 제거

* refactor: 말줄임표 호버시 툴팁 추가

* refactor: toast undo 버튼용 text_inverse button preset 추가

* refactor: TodoUndoToastAction 추상화 제거

* refactor: DaysField 컴포넌트 코드 위치 조정

* chore: 불필요한 주석 제거

* refactor: getSortedTodos 유틸함수로 분리

* refactor: 동작하지 않는 TodoItemForm isPending 제거

* fix: Todo 생성 요청 중 EmptyView 노출 방지

* fix: 마감일 없거나 유효하지 않은 경우 NaN대신 null로 처리

* refactor: Todo 목록 렌더링을 TodoItemList로 분리

* chore: 임시 커밋

* refactor: mutation 훅에서 queryOptions의 queryKey 재사용

* refactor: DUE_DAYS_MIN 상수 사용

@jogpfls jogpfls left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

2차 스프린트 수고하셨어요 ,, 화이팅 👏
빌드 에러 꼭 해결하시길

Image

@huniversal

Copy link
Copy Markdown
Contributor
image

장리드 고생했다!👍

@sonnnnhe

sonnnnhe commented Aug 27, 2026

Copy link
Copy Markdown
Member

너무너무 고생했어요 정훈 훈진 윤지 👍 👍

image

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploying kareer-landing with  Cloudflare Pages  Cloudflare Pages

Latest commit: c993577
Status: ✅  Deploy successful!
Preview URL: https://6f629a65.kareer-landing-7jz.pages.dev
Branch Preview URL: https://develop.kareer-landing-7jz.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying kareer-client with  Cloudflare Pages  Cloudflare Pages

Latest commit: c993577
Status: ✅  Deploy successful!
Preview URL: https://68b58361.kareer-client.pages.dev
Branch Preview URL: https://develop.kareer-client.pages.dev

View logs

@jeonghoon11 jeonghoon11 left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

여러분과 함께이기에 행복했어요
.
.
.
.
.
.
.
.
.
.

창업 고?

Image

@jeonghoon11
jeonghoon11 merged commit 4a481da into main Aug 27, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Kareer-Client-Backlog Aug 27, 2026
@yooncandooit

yooncandooit commented Aug 27, 2026

Copy link
Copy Markdown
Member

다들 넘 수고했어어어 ~~~ 최고야 👍👍👍👍👍👍👍👍👍👍👍👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

5 participants