Skip to content

issues Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:HTML

Filter by

55.5M results  (907 ms)

55.5M results

概要 休暇申請承認時、対象社員の leave_balance レコードが存在しない場合(balance === null)、エラーを返さずに承認を成功させてデクリメントをスキップする。結果として、残数レコードが未作成の社員は無制限に休暇を取得できる。 再現箇所 api/src/application/leave/decide-leave-request.ts:65-71 if (balance ...
bug

概要 findByEmployee と findPending に LIMIT が無い。交換申請が蓄積すると全件返し、Cloudflare D1 のレスポンスサイズ上限に抵触して失敗する。 再現箇所 api/src/infrastructure/thanks-points/thanks-redemption-repository.ts:120-146 対応方針 LIMIT/OFFSET パラメータを追加し、最大件数を制限する(他一覧エンドポイントと同様)。 ...
bug

概要 POST /knowledge の route.ts が new Date().toISOString() を直接使用している。他の全エンドポイントは c.env.NOW ?? new Date().toISOString() でテスト時に決定論的な時刻を注入できる設計になっており、ナレッジだけ乖離している。 再現箇所 api/src/interface/knowledge/route.ts:77 ...
bug

概要 POST /expenses の amount スキーマが z.number().positive() のみで、.int() と .safe() が無い。小数(1.005 円など)や Number.MAX_SAFE_INTEGER を超える値が通り、他の財務エンドポイント(payslip, salary-revision)との一貫性が取れていない。 再現箇所 api/src/interface/expense/route.ts:15 ...
bug

概要 CreateLeaveRequest に日付範囲の重複チェックが無い。同じ日程で複数回申請し、全て承認されると残数が重複して減算される。 再現箇所 api/src/application/leave/create-leave-request.ts 影響 残数の過剰減算、または残数マイナスによるデータ不整合。 対応方針 申請作成時に同社員・同期間の重複申請が存在しないかチェックし、ある場合は ...
bug

cleanup: remove unused export PermissionWait (dashboard/src/pages/now-pixel/battle-card-state.ts) Surfaced by /hydra-cleanup on 2026-06-08 against the Orchestrator (~/hydra). Deterministic detection via ...
cleanup-scan
ready-for-agent

Issue: Missing Location Update Notifications in My Addresses Section in Enatega Multivendor Customer App Description: In the Enatega Multivendor Customer App, there is an issue where location update notifications ...

cleanup: remove unused export SignalSeverity (dashboard/src/pages/now-console/console-state.ts) Surfaced by /hydra-cleanup on 2026-06-08 against the Orchestrator (~/hydra). Deterministic detection via ...
cleanup-scan
ready-for-agent

cleanup: remove unused export LifecycleState (dashboard/src/pages/now-console/console-state.ts) Surfaced by /hydra-cleanup on 2026-06-08 against the Orchestrator (~/hydra). Deterministic detection via ...
cleanup-scan
ready-for-agent

cleanup: remove unused export ConsoleVerdict (dashboard/src/pages/now-console/console-state.ts) Surfaced by /hydra-cleanup on 2026-06-08 against the Orchestrator (~/hydra). Deterministic detection via ...
cleanup-scan
ready-for-agent
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.