issues Search Results · language:Dune language:TypeScript language:JavaScript language:Java linked:pr language:Python
Filter by
9.3M results
Summary
The MonoGame SpriteEffect.fx demo can now translate to CrossGL, DirectX, Vulkan, and OpenGL, but adding Metal still
fails during project translation. The Metal backend reports that the HLSL Texture2D.Sample ...
Extend the plugin with two setup commands that codify the manual setup performed across five Flutter monorepos (keiko,
altrupets, vertivo, aduanext, habitanexus) and the dojo-os Storybook pillar+atomic ...
Goal
Prevent data loss and unnecessary service downtime when Kafka broker is temporarily unavailable by adding resilient
retry logic for all Kafka consumer operations.
Context
Target service: kafka-collector, ...
engineering
status:developing
✨ Feature - 회원가입 시 성별·연령대 수집 추가
📝 Description
회원가입 시 DB(members)에 저장되는 사용자 정보에 성별(남/여) 과 연령대 를 추가한다.
- 성별(gender): enum Gender { MALE, FEMALE }
- 연령대(age_range): enum AgeRange { TEENS, TWENTIES, ...
feature
概要
3つのインライン ID 変換関数が Number.isInteger(parsed) のみで parsed 0 をチェックしない。validateIntParam は正の整数を要求するが不整合。
該当箇所
- api/src/interface/room/rooms/[id]/route.ts 行 28-32
- api/src/interface/career/postings/[posting_id]/route.ts ...
bug
概要
4ドメインの update() が WHERE id = ? のみ。アプリ層で status チェックしているが TOCTOU で承認済みレコードの内容が変更される可能性がある。
該当箇所
- api/src/infrastructure/family-care-leave/family-care-leave-repository.ts 行 70
- api/src/infrastructure/business-trip/business-trip-repository.ts ...
bug
概要
DecideRedemption の approve パスでは自己承認を拒否するが、reject パスに同等のチェックがない。HR/admin 社員が自分の交換申請を自分で却下できる。
該当箇所
- api/src/application/thanks-points/decide-redemption.ts 行 57-61
修正方針
reject 分岐前に existing.employeeId ...
bug
概要
SubmitReviewForm が form.status === submitted を確認後に ReviewFormRepository.update() を呼ぶが、UPDATE の WHERE に status !=
submitted がない。並行提出で後の回答が先の回答を上書きする。
該当箇所
- api/src/infrastructure/review/review-form-repository.ts ...
bug
概要
AttendanceRecordRepository.update() の WHERE が id のみ。並行退勤リクエストが両方成功し、2回目が1回目の退勤時刻を上書きする。
該当箇所
- api/src/infrastructure/attendance/attendance-record-repository.ts 行 76
修正方針
.where(and(eq(attendanceRecords.id, ...
bug
対応内容
- ログイン中はヘッダーの「ログイン」を「ログアウト」に切り替える
- 未ログイン時はこれまで通り「ログイン」を表示する
- 現時点ではAPI接続前のため、ログイン状態は仮データまたはモック状態で判定する
- ログアウト押下時の見た目・導線を仮実装する
- 将来的に認証API・トークン管理へ差し替えやすい構成にする

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.