注文一覧(/orders)のリッチ化(サマリー統計・状態フィルタ・日本語ラベル) - #7
Merged
Merged
Conversation
…JP labels 注文一覧をリッチ化: サマリー統計カード(発注件数・着金済み件数・支払総額)、 状態フィルタ、状態の日本語ラベル表示を追加。 - lib/order-status.ts: 状態の日本語ラベル / バッジ色 / 着金判定(テスト付き)。 - components/orders-table.tsx: サマリーカード + 状態フィルタ + テーブル(client)。 - app/orders/page.tsx: txUrl をサーバ側で解決して OrdersTable に渡す。
Review Agent (PR #7) が「業務内容と受注者で検索できる」基準の未実装を根拠引用つきで 差し戻したため、検索 UI とロジックを追加。業務内容(description)・受注者 (workerGithubLogin) に対する文字列マッチで絞り込む。状態フィルタと併用可能。
Owner
Author
💴 JPYC 送金完了 — Settled by Agentic Gig-Flow
|
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.
Closes #6
概要
注文一覧画面
/ordersをリッチ化しました。サマリー統計カード、状態フィルタ、状態の日本語ラベル表示を実装しています。
検収基準への対応
lib/order-status.test.ts)変更点
lib/order-status.ts: 状態の日本語ラベル・バッジ色・着金判定(テスト付き)。components/orders-table.tsx: サマリーカード + 状態フィルタ + テーブル(client)。app/orders/page.tsx:txUrlをサーバ側で解決してOrdersTableに渡す。