issues Search Results · language:Dune language:HTML language:JavaScript language:HTML language:Java language:JavaScript
Filter by
39.7M results
概要
グループ詳細ページに残り撮影枚数を表示する。
やること
- photo_limit - 撮影済み枚数の計算ロジック
- グループ詳細ページへの表示
依存
- グループ詳細ページ作成
Phase
Phase 2: グループ基盤
概要
グループの詳細ページを作成する。
やること
- グループ情報の表示
- メンバー一覧
- 撮影ページへの導線
依存
- Groupモデル作成
- GroupMembershipモデル作成
Phase
Phase 2: グループ基盤
Description
The middleware reads cookies and decodes JWT using base64url decode (line 108-112). No max cookie size enforcement
before decode, which could lead to memory pressure at edge runtime.
Location ...
概要
参加中グループの一覧ページを作成する。
やること
- ログインユーザーの参加グループ一覧表示
- グループ詳細への導線
依存
- GroupMembershipモデル作成
Phase
Phase 2: グループ基盤
Description
Event registration accepts arbitrary JSON payload with no size limit or schema validation. A 50MB request would be
parsed and processed, potentially crashing the serverless function.
Location ...
bug
概要
グループの作成処理を実装する。
やること
- GroupsController#create
- バリデーション
- 作成者を自動的にメンバーとして追加
依存
- Groupモデル作成
- GroupMembershipモデル作成
Phase
Phase 2: グループ基盤
Description
Manual field-by-field validation with no library (Joi, Zod, Ajv). New fields added to the JSON body pass through
silently. This enables mass assignment / prototype pollution vectors.
Location ...
Record the architectural insights that crystallized while making extractors self-contained, and reorganize the docs:
- New docs/architectureGuidelines.md — terse, top-level rules of the road.
- docs/architecture.md ...
概要
新規グループ作成フォームのページを作成する。
やること
- グループ名、枚数上限の入力フォーム
- スマホ向けデザイン
依存
- Groupモデル作成
Phase
Phase 2: グループ基盤
概要
UserとGroupの多対多の関連を管理するGroupMembershipモデルを作成する。
やること
- GroupMembershipモデル作成(user_id, group_id, role)
- マイグレーション
- User・Groupとのアソシエーション
依存
- Groupモデル作成
Phase
Phase 2: グループ基盤

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.