Skip to content

refactor: 타이포·radius 리터럴 스케일 이관 (DQ-13/14)#201

Merged
pkdee merged 1 commit into
developfrom
refactor/type-radius-scale
Jul 4, 2026
Merged

refactor: 타이포·radius 리터럴 스케일 이관 (DQ-13/14)#201
pkdee merged 1 commit into
developfrom
refactor/type-radius-scale

Conversation

@pkdee

@pkdee pkdee commented Jul 4, 2026

Copy link
Copy Markdown
Member

요약

  • fontSize 리터럴 30종 → SeedType 스케일 8단계 + 예외 11종(디스플레이 숫자 등, 디자인시스템-토큰에 사유 명시)
  • radius 리터럴 18종 → SeedRadius 7단계 + 예외 7종(행 카드 18 등 스펙 고정값)
  • 근사 흡수로 인한 시각 변화: 0.5~2px(12.5→12, 16·18→17, 19·22→20, 25→24, 10·11→12 등)

테스트 계획

  • flutter analyze 0건, 전체 358 테스트 통과
  • 잔여 리터럴 grep 검증 = 예외 목록과 정확히 일치
  • docs(디자인시스템-토큰 1·4장, DQ-13/14 상태) 동기화 — docs 커밋 별도

Closes #196

- 38파일의 fontSize 리터럴을 8단계 스케일 참조로 교체(0.5px 근사 흡수)
- radius 리터럴을 7단계 스케일 참조로 교체(근사값 chip/sm/button/md 흡수)
- 잔여 리터럴은 문서화된 예외만(fontSize 11종·radius 7종, 디자인시스템-토큰 명시)
- 시각 회귀 테스트 부재 사유: 값 동일 치환 + 흡수분은 ±0.5~2px, 358 테스트 GREEN

Closes #196
@pkdee pkdee added refactor 리팩터링 scope:client 클라이언트(Flutter) labels Jul 4, 2026
@pkdee pkdee self-assigned this Jul 4, 2026
@pkdee pkdee merged commit b02702a into develop Jul 4, 2026
1 check passed
@pkdee pkdee deleted the refactor/type-radius-scale branch July 4, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor 리팩터링 scope:client 클라이언트(Flutter)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant