Conversation
* api.md 上部に v1 非メンテナンス告知の警告ボックスを追加(v2 リンクは告知内に統合) * 出庫データ更新の deliveries[].delivery_date に status=completed_delivery のとき必須である旨を追記 * 入庫データ更新の purchase_items[].purchase_date に status=purchased のとき必須である旨を追記 * 入庫データ作成の typo purcahse_date を purchase_date に修正
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
deliveries/purchase_itemsの 更新時 に、statusを「済」に変更する際のdelivery_date/purchase_date必須条件を追記(作成時 には記載済だが更新時には抜けていた)purcahse_date→purchase_dateを修正背景
deliveries/purchase_itemsの更新時、status=completed_delivery/status=purchasedへの変更でもdelivery_date/purchase_dateは API 実装上必須だが、ドキュメントには明記されておらず利用者が気づきにくい状態だった変更内容
api.md: 上部に黄色の警告ボックス(v1 非メンテ告知 + v2 ドキュメントリンク統合)を追加。<style>に.v1-deprecation-noticeを追加。更新日も 2026年6月15日 に更新includes/api/packing_slips.md: 出庫データ更新エンドポイントのdeliveries[].delivery_dateに「status=completed_delivery のとき必須/before_delivery では不要」を追記includes/api/purchases.md: 入庫データ更新エンドポイントのpurchase_items[].purchase_dateに「status=purchased のとき必須/not_ordered では不要」を追記。作成エンドポイント説明文の typo を修正dist/index.html: 上記反映後のyarn build結果Test plan
yarn buildでビルド成功(既存warningのみ、本PRの変更によるエラーなし)dist/index.htmlに告知ボックス・追記内容が反映されていることを確認Build Documentステップが成功すること🤖 Generated with Claude Code