issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:JavaScript linked:pr
Filter by
3.2M results
概要
タイムライン上の各投稿に対して、コメント機能といいね機能を実装する。 N+1問題を意識し、バッチクエリで対策する。
実装内容
バックエンド
- likes テーブルの追加(複合主キーで同一ユーザーの重複いいねを防止)
- comments テーブルの追加
- LikeController / LikeService / LikeMapper の実装
- CommentController ...
背景
PR #39(出欠JSON出力機能)のレビューで挙がった軽微な指摘(Nits)をまとめたフォローアップ項目です。いずれも実害は小さく、優先度は低めです。
項目
1. フォールバックファイル名がブラウザのローカルTZ基準
frontend/src/features/attendance/utils/attendanceExport.ts の buildFallbackFilename は ...
背景
PR #39(出欠JSON出力機能)のレビューで挙がったフォローアップ項目です。出力エンドポイントへの response_model 付与はPR #39内で対応済みのため、本Issueは残りのスキーマ整理を対象とします。
backend/src/schemas/attendance.py の AttendanceExportResponse は、外部契約に合わせて schemaVersion ...
From: :robot: HS Implement AI Agent (claude-sonnet-4-6)
This issue tracks the upgrade of @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 7.x to 8.60.0, and
eslint-plugin-unused-imports ...
背景
PR #39(出欠JSON出力機能)のレビューで挙がったフォローアップ項目です。
backend/src/api/attendance.py の build_attendance_export_response は、表示名(display_name)解決のために対象者だけでなくプロジェクトの全 ProjectMember
を取得しています。これは既存の get_attendance_event ...
背景
PR #39(出欠JSON出力機能)のレビューで挙がったフォローアップ項目です。
現状CIは test_backend(バックエンドのpytest)のみを実行しており、フロントエンドの
- npm run build
- vitest(例: frontend/src/features/attendance/utils/attendanceExport.test.ts、frontend/src/i18n.test.ts) ...
背景
PR #39(出欠JSON出力機能)のレビューで挙がったフォローアップ項目です。
frontend/src/features/attendance/utils/attendanceExport.ts の findAttendanceEventsForScheduleDate は、出欠イベントの schedule_date
と稽古の date をタイムスタンプの一致(±1秒)だけで突き合わせて、JSON出力対象の候補を決めています。 ...
What is broken?
The sanitizer blocks the browser-internal page schemes (chrome://, edge://, opera://), but it does NOT block the sibling
browser-EXTENSION schemes chrome-extension://, moz-extension://, ...
other
Changes requested
1. Rename Portfolio → Projects in the hamburger menu
In src/i18n.js, the nav links array has a title: Portfolio entry (lines ~19 and ~65 for EN and FR). Rename it to
Projects in ...
enhancement
What is the improvement?
The related.json, allpages.json, and category articles.json endpoints each inline the identical parallel render pass
that gathers, per slug, the body word count, the table-of-contents ...
other

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.