Skip to content

issues Search Results · language:Dune language:Python language:JavaScript language:PHP language:JavaScript language:Java

Filter by

60.4M results  (746 ms)

60.4M results

Problema frontend/app.js é um único objeto de 1000+ linhas com 50+ métodos que mistura responsabilidades completamente distintas: - Autenticação (login, logout, verificação de sessão) - Renderização ...
architecture
priority: high

POST /api/wishlist/:productId → toggle (auth). GET /api/wishlist/me → user s wishlist. Add wishlist item to cart. Share wishlist link. X people have wishlisted this social proof on product.
enhancement

GET /api/products?q= category= min_price= max_price= in_stock= sort= → filtered results. Full-text search on name + description. Sort: price, newest, popularity, rating.
enhancement

Overview Add a generate_weekly_note() function to export_to_obsidian.py that produces a single timestamped weekly note giving a cross-project view of active sprints and personal ticket assignments. Output ...

POST /api/orders → create order from cart with shipping address. Stripe payment intent. GET /api/orders/me → order history. GET /api/orders/:id → order detail with items + status. Admin: PUT /api/orders/:id/status. ...
enhancement

POST /api/cart → add item (product_id, quantity, variant). GET /api/cart → current cart with totals, item count. DELETE /api/cart/:item_id → remove item. Cart persists across sessions (cookie or auth). ...
enhancement

Each product has inventory_count. Decrement on order. GET /api/admin/inventory → products with stock threshold. Admin sets restock_threshold per product. Email alert when stock hits threshold.
enhancement

GET /api/categories → category tree (parent → child). GET /api/categories/:id/products → products in category. Collections: curated sets (New In, Sale, Featured). Admin manages categories.
enhancement

GET /api/products → paginated list with name, description, price, compare_at_price, images, category, inventory_count, tags. GET /api/products/:id → full product. Admin: POST/PUT/DELETE.
enhancement

黄色であるべき
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.