issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Java linked:pr
Filter by
3.2M results
概要
frontend/src/pages/KouketsuStaff/ には KouketsuAbsenceRequests.jsx 1ファイルのみ存在します。構外スタッフロールに必要な機能が不足している可能性があります。
対応内容
- 必要な機能の要件確認・洗い出し
- ダッシュボードページの作成(KouketsuDashboard.jsx)
- 遅刻申請一覧ページの追加(KouketsuTardinessRequests.jsx) ...
frontend
implementation
概要
nfc-reader/server.js(約2.9KB)は最小構成です。本番利用に向けてエラー処理と再接続ロジックを強化する必要があります。
対応内容
- NFCリーダー未接続・切断時の自動再接続ロジック
- WebSocketクライアント切断時の再接続処理
- エラーログの出力(ファイルまたは標準出力)
- 複数NFCリーダー対応の検討
- nfc-reader/README.md ...
implementation
概要
REST APIのドキュメントが整備されていません。フロントエンド開発者や将来の開発者のために、APIドキュメントを自動生成できる仕組みを導入します。
対応内容
- darkaonline/l5-swagger パッケージの導入
- 主要コントローラーへの @OA アノテーション追加
- 認証API
- 学生API(出欠・申請系)
- 窓口API(チェックイン・QR) ...
backend
docs
implementation
概要
開発・テスト環境向けの初期データ投入用シーダーが未実装です。
対応内容
- backend/database/seeders/UserSeeder.php — 各ロール(student, teacher, office, admin等)のサンプルユーザー
- backend/database/seeders/ClassSeeder.php — 授業・クラス・スケジュールデータ
...
backend
implementation
概要
.github/workflows/ ディレクトリが存在せず、CI/CDパイプラインが未設定です。
対応内容
- .github/workflows/ci.yml の作成
- PHP 8.4 / Laravel テスト実行(php artisan test)
- Node.js / React ビルド確認(npm run build)
- コードスタイルチェック(PHP ...
ci-cd
implementation
概要
notifications テーブルのマイグレーションは存在しますが、対応する Eloquent モデル (backend/app/Models/Notification.php) が未実装です。
対応内容
- backend/app/Models/Notification.php の作成
- $fillable, $casts の定義
- User モデルとのリレーション設定 ...
backend
implementation
概要
.DS_Store ファイルがリポジトリルートにコミットされています。macOS固有のファイルはバージョン管理対象外にすべきです。
対応内容
- .gitignore に .DS_Store を追加
- リポジトリルートの .DS_Store を git rm --cached で削除
影響範囲
- リポジトリルート
implementation
Right now our OWASP CI Pipeline fails and we need to investigate it and eventually remove it if we don t need it.
bug
Problem
The current URL shortener API has two critical gaps:
1. No input validation — POST /shorten accepts requests with empty or missing url fields, creating broken short links.
2. No 404 handling ...
In Progress

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.