-
Notifications
You must be signed in to change notification settings - Fork 141
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
chore: Badge の Story を見直し #4988
Conversation
commit: |
|
||
export default { | ||
title: 'States(状態)/Badge/VRT', | ||
/* ペアワイズ法は使わずにすべての組み合わせを網羅する */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ペアワイズ法をゴニョゴニョして色々試しはしたんですけど、このコンポーネントならペアワイズ使うまでもなく全描画パターン洗い出せるなと気づいたので使わなかったです。
というのもありですかね? Button みたいに全網羅は不可能な組み合わせ爆発が起こる場合のみ pict を導入するみたいな。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありだと思います! pict の運用はそれなりに手間がかかりそうなので、必要な時だけで良さそうですね。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~
|
||
export default { | ||
title: 'States(状態)/Badge/VRT', | ||
/* ペアワイズ法は使わずにすべての組み合わせを網羅する */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありだと思います! pict の運用はそれなりに手間がかかりそうなので、必要な時だけで良さそうですね。
関連URL
https://smarthr.atlassian.net/browse/SHRUI-1151
概要
#4949 の方針に沿って、Badge コンポーネントの Story を見直しました。
もう少し小さめのコンポーネントで流れを掴んでから、デカ目のコンポーネントに手を出していきます。
変更内容
確認方法
Storybook や Chromatic で確認してください。