issues Search Results · language:Edge language:Python language:JavaScript language:HTML language:JavaScript language:Java
Filter by
61.6M results
As a [role] I need [function] So that [benefit]
Details and Assumptions
* [document what you know]
Acceptance Criteria
gherkin
Given [some context]
When [certain action is taken]
Then [the outcome ...
New
Description
Mix of camelCase and snake_case naming conventions throughout codebase.
Details
- Deprecated camelCase functions exist for compatibility
- New code should use snake_case per AGENTS.md ...
bug
What to build
Optional customer accounts (alongside guest checkout, which stays) so a logged-in shopper can see their order history.
The biggest v3 slice — scope carefully in grill.
Acceptance criteria ...
backend
frontend
needs-triage
Description
Several functions lack input validation for year ranges and date values.
Details
- No validation for year ranges in some functions
- Could lead to unexpected behavior
- Some functions ...
enhancement
Description
CORS configuration in main.py allows all origins (allow_origins= * ).
Details
Line 85 in main.py:
allow_origins= * ,
Impact
- Security risk
- Allows any website to call the API
...
bug
What to build
Replace ad-hoc logging with structured (JSON) logs carrying request context (method, path, status, latency, order/tran
ids where relevant) so production logs are queryable. Uses loguru. ...
backend
needs-triage
Description
Functions get_fasting_message_for_date() and get_status_for_date() have nearly identical logic.
Details
Both functions:
1. Read fasting list
2. Generate if not found
3. Write to cache ...
bug
What to build
A deliberate validation/hardening pass on public request bodies and params (cart, checkout, catalog filters) — bounds,
types, lengths, enum membership — so malformed input is rejected cleanly, ...
backend
needs-triage
Description
Docstrings use different parameter names than actual function parameters.
Details
Example in bgchof.py line 31:
- Docstring says inputDate
- Parameter is input_date
Impact
- Confusing ...
bug
Description
Many functions lack complete type annotations, with inconsistent use across modules.
Details
- Some functions have partial type hints
- Others have none
- Inconsistent between modules ...
enhancement

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.