Skip to content
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

納品リストコンポーネントを実装 #68

Closed
Tracked by #60
qrac opened this issue Oct 5, 2022 · 7 comments
Closed
Tracked by #60

納品リストコンポーネントを実装 #68

qrac opened this issue Oct 5, 2022 · 7 comments

Comments

@qrac
Copy link
Owner

qrac commented Oct 5, 2022

仕事でよく使うminista-sitemapをビルトインコンポーネントにして、リストを自動生成できたら楽になると思う。

@qrac qrac mentioned this issue Oct 5, 2022
53 tasks
@qrac qrac changed the title preview-mapを実装(旧sitemap) Delivery Mapを実装(旧sitemap) Nov 6, 2022
@qrac
Copy link
Owner Author

qrac commented Nov 6, 2022

命名検討

  • Delivery Map
  • Delivery Guide
  • Delivery List
import { Delivery } from "minista"

@qrac qrac changed the title Delivery Mapを実装(旧sitemap) 納品ガイドコンポーネントを実装(旧sitemap) Nov 6, 2022
@qrac qrac changed the title 納品ガイドコンポーネントを実装(旧sitemap) 納品ガイドコンポーネントを実装 Nov 6, 2022
@qrac qrac changed the title 納品ガイドコンポーネントを実装 納品リストコンポーネントを実装 Nov 6, 2022
qrac added a commit that referenced this issue Nov 20, 2022
@qrac
Copy link
Owner Author

qrac commented Nov 21, 2022

SSGの結果で仮想モジュールを更新渡しても、すでに更新前の仮想モジュールの値で納品リストが作られてしまっているので、正しい値が反映されるのは次のリロード時になってしまう。

※全文検索はPartial Hydrationなのでリアルタイムに反映される

@qrac
Copy link
Owner Author

qrac commented Nov 22, 2022

SSGの結果を元にHTMLをreplaceする。

qrac added a commit that referenced this issue Nov 22, 2022
qrac added a commit that referenced this issue Nov 23, 2022
@qrac
Copy link
Owner Author

qrac commented Nov 28, 2022

プラグインのtransformでコンポーネントをreplaceする手法は、リリース後だとキャッシュされてreplaceできないため不可。

@qrac
Copy link
Owner Author

qrac commented Nov 28, 2022

ボタン部分を静的なreplaceに変更して実装し直した。

qrac added a commit that referenced this issue Dec 3, 2022
qrac added a commit that referenced this issue Jan 31, 2023
qrac added a commit that referenced this issue Jan 31, 2023
@qrac
Copy link
Owner Author

qrac commented Feb 20, 2023

リストをグルーピングして2つ以上に分ける機能を考える。PCとスマホ版のプロトタイプを同時に提出する場合など。

qrac added a commit that referenced this issue Feb 21, 2023
@qrac
Copy link
Owner Author

qrac commented Mar 8, 2023

draft: true は開発中は表示され、本番ビルドした場合は含まれない仕様に変更。納品前に確認できる方が良いため。

#78 と同様。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant