issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:HTML language:Java
Filter by
39.7M results
目的:カート画面でクーポンコードを入力すると合計金額から指定の割引を適用できるようにする。
データ設計(案): -- coupons
- id: integer (PK)
- code: varchar (ユニーク)
- discount_type: varchar ( amount または percent )
- discount_value: integer (金額または割合) ...
enhancement
Spec reference
specs/03-sales-pipeline.md
Gaps
1. Missing expected_close_date field
Critical for sales forecasting. Not in model or schema.
2. Missing notes field
Free-text notes on a deal. Not in ...
backend
目的:総当たり攻撃を防ぎ、ログイン試行が一定回数を超えた場合に一時的にアカウントをロックする。
タスク:
- users テーブルに failed_login_count:int、locked_until:timestamp を追加(マイグレーション作成)
- ログイン処理:
- 認証失敗時に failed_login_count をインクリメント
- failed_login_count ...
enhancement
目的:購入者が商品に対して 5 段階評価とテキストレビューを投稿・閲覧できるようにし、購入判断の参考となる情報を提供する。
データ設計(案): -- reviews
- id: integer (PK)
- product_id: integer (FK)
- user_id: integer (FK)
- rating: integer (1-5)
- comment: varchar(500) ...
enhancement
目的:管理者(運用スタッフ)と一般ユーザー(購入者)を明確に分離し、管理画面 (/admin/*) へのアクセスを管理者に限定する。
タスク:
- users テーブルに role カラムを追加(例: ADMIN , USER )。マイグレーションを作成。
- サインアップ時はデフォルトで USER を設定。管理者は手動で付与。
- サーバ側で /admin/** へのアクセスフィルタを実装(Spring ...
enhancement
このエピックはリポジトリ全体のセキュリティ強化および主要機能追加作業をまとめるものです。
目的:
- 管理者/一般ユーザーの権限分離を実装し、/admin/* へのアクセスを管理者に限定する。
- ブルートフォース対策としてのアカウントロック機能を実装する。
- 商品レビュー機能(5段階評価+テキスト)を追加する。
- クーポン割引機能(コード入力による金額/割合割引)を追加する。 ...
enhancement
- Game: Counter:Side
- Server region/language: Global
- Has this game already shut down (as of today): No, it was announced but hasn t happened yet (provide date in next
section/page)
- If ...
created via form
game data removal
The ponder menu for the generator has various problems.
Firstly, groups appear to not exist, however the ponder menu mentions them. The configuration wrench does not do
anything and the multimeter does ...
The following managed files have drifted from the canonical source in f5xc-salesdemos/docs-control:
- .gitignore
- README.md
This issue was created automatically by the governance enforcement workflow. ...
Spec reference
specs/02-contacts-leads.md
Gaps
Backend — query params missing on GET /contacts/
Spec defines: ?type=, ?status=, ?q= (searches name, email, company — case-insensitive). Current implementation ...
backend
frontend

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.