issues Search Results · language:Dune language:TypeScript language:JavaScript language:TypeScript language:Java linked:pr
Filter by
6.6M results
概要
leave ドメインには isModifiable ガードが存在するが、出張・退職・ライフイベント・年末調整の 4 ドメインには同等のガードが無い。承認済みや却下済みの申請を自由に更新・削除できる。
影響箇所
- api/src/application/business-trip/update-business-trip.ts:42(status 不問で更新)
- api/src/application/business-trip/cancel-business-trip.ts:38(status ...
bug
priority:high
概要
expo-router の Tab ナビゲーションを使ってフッターバーを実装する。
タブ構成
| タブ | アイコン | 遷移先 |
| --- | --- | --- |
| ホーム | 🏠 | app/(tabs)/index.tsx |
| 会話 | 🎙️ | app/(tabs)/conversation.tsx |
| カレンダー | 📅 | app/(tabs)/calendar.tsx ...
feature
MVP
概要
個別削除と一括削除(完了タスクのみ)を実装する。
実装内容
バックエンド
- DELETE /api/tasks/{id} エンドポイントを追加する(個別削除)
- DELETE /api/tasks/status/DONE エンドポイントを追加する(一括削除)
フロントエンド
- タスク詳細モーダルに「削除する」ボタンを設置する(赤色)
- 完了カラムのヘッダーに「一括削除」ボタンを設置する ...
Stack
Vite 8 (Rolldown) + React 19 + TypeScript 6 (target ES2022, moduleResolution: bundler, noUnusedLocals/noUnusedParameters
ON). Tailwind v4 via @tailwindcss/vite. i18next (13 locales). Conditional ...
best-practice
refactor
tech-debt
What
plan/modernization.md is tracked in the repo. The plan/ folder is for non-tracked local design notes and should be
excluded. Untrack it and add plan/ to .gitignore.
Why
Local design notes are not ...
ADR-857 rollout — Phase 3c. Child of #857. Build the loop.render-hooks resolver — the query that finally consumes the
Capability Registry: given a loop point, it filters the registry s materialized byLoopPoint ...
approved-enhancement
enhancement
요약 도커 배포 환경으로 변경
상세 설명 로컬 환경 prod환경으로 변경
enhancement
paths-ignore on build-image.yml was too permissive — commits touching both base Dockerfiles AND other files still
triggered all three workflows in parallel. Fix: preflight job uses git diff HEAD^ HEAD ...
type:bug
Problem
app/sitemap.ts currently exports dynamic = force-dynamic , so /sitemap.xml executes as a dynamic route on every request.
This increases Cloudflare Worker request/CPU usage for bot-heavy traffic ...
Bug Description
Completing the prayer timer could show a successful completion state without reliably persisting the result to Supabase.
The deployed database was missing the RPC used by the completion ...
bug
status:approved

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 IssuesProTip! Restrict your search to the title by using the in:title qualifier.