-
Notifications
You must be signed in to change notification settings - Fork 1
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
既存コンポーネントをStorybook上に表示する(/purchaseorders) #817
既存コンポーネントをStorybook上に表示する(/purchaseorders) #817
Conversation
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.
少しコメントしましたー
createdAt: new Date().toISOString(), // 現在の日付のISO文字列 | ||
deadline: new Date().toISOString(), // 現在の日付のISO文字列 | ||
}, | ||
purchaseItem: [], // 購入項目の配列、必要に応じて詳細を追加 |
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.
てきとうでいいので、購入物品も追加してもらっていいですか?
{ id: 1,
item: 'ノートパソコン',
price: '100000',
quantity: 2,
detail: 'ビジネス用',
url: 'http://example.com',
finance_check: false,
}
expenses: [ | ||
{ | ||
id: '123', | ||
name: 'オフィス用品', |
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.
expensesは支出元なのでnameを〇〇局
にして欲しいです
…of github.com:NUTFes/FinanSu into feat/kobayashi/CreatingstoriesFile/purchaseorders-803
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
対応Issue
resolve #803
概要
既存のコンポーネントに対応した.stories.tsxファイルを作成する。
あと
FinanSu/view/next-project/src/stories
の中を階層構造にするためにmain.tsをちょっと編集しました。画面スクリーンショット等
テスト項目
備考
このブランチがmergeされるとstoriesファイルの中を階層構造にできるようになる…はず…