← メール履歴一覧

Re: [CSplus/RelationshipCRM] feat: 次のアクション管理画面(/next-actions) (PR #5)

受信Gmail同期2026/07/11 20:16
編集

未紐付けのメールです

連絡先を選択して紐付けると、連絡先・会社のメール履歴に表示されます

相手(連絡先)
-
会社
-
From(Gmail)
notifications@github.com
To / Cc(Gmail)
relationshipcrm@noreply.github.com, koshiba@csplus.jp, state_change@noreply.github.com
作成日時
2026/07/12 11:08
更新日時
2026/07/12 11:08

本文

@chatgpt-codex-connector[bot] commented on this pull request. ### 💡 Codex Review Here are some automated review suggestions for this pull request. **Reviewed commit:** `783b715093` <details> <summary>ℹ️ About Codex in GitHub</summary> <br/> [Your team has set up Codex to review pull requests in this repo](https://chatgpt.com/codex/cloud/settings/general). Reviews are triggered when you - Open a pull request for review - Mark a draft as ready - Comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". </details> > + orderBy: { nextActionAt: filter === "completed" ? "desc" : "asc" }, + take: 200, **<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Do not truncate all actions before grouping** In the `all` view this query sorts every open action by `nextActionAt` and applies `take: 200` before `groupItems` builds the overdue/today/week buckets. When a tenant has 200+ old overdue interactions, none of the actions due today or later are fetched, so the management page can hide currently relevant work and even omit those groups entirely. Consider paginating the full list or querying each bucket separately before applying limits. Useful? React with 👍 / 👎. -- Reply to this email directly or view it on GitHub: https://github.com/CSplus/RelationshipCRM/pull/5#pullrequestreview-4677603320 You are receiving this because you modified the open/close state. Message ID: <CSplus/RelationshipCRM/pull/5/review/4677603320@github.com>