Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Java linked:pr

Filter by

3.2M results  (346 ms)

3.2M results

Description The backend accepts an allergens filter on GET /api/products. ALL_ALLERGENS in Marketplace.jsx already defines the list: gluten, nuts, dairy, eggs, soy, shellfish. There is no UI element for ...
frontend
Stellar Wave

Description Farmers can upload up to 6 gallery images (MAX_IMAGES = 6) per product. The first image is the primary/cover image indicated by a green border (galleryThumbFirst style). Currently the only ...
frontend
Stellar Wave

Objective Implement an automated classification engine that assigns datasets to storage tiers (HOT, WARM, COLD) based on predefined rules. Problem Statement Not all datasets require the same storage ...
enhancement

Description The Settings page (Settings.jsx) has a password change form but no indicator of password strength. Users set weak passwords without any guidance. The validation.js utility has password validation ...
frontend
Stellar Wave

Description Orders.jsx lists all orders for a buyer but provides no filtering or sorting. A buyer with a long order history has no way to find orders by status (pending, shipped, etc.) or date range. ...
frontend
Stellar Wave

Description ErrorBoundary.jsx catches render errors but shows a generic fallback. frontend/src/utils/sentry.js provides Sentry integration. The boundary should report the error to Sentry and show a contextual ...
frontend
Stellar Wave

Description The search input in Marketplace.jsx uses useDebounce (frontend/src/utils/useDebounce.js) but does not cancel the previous in-flight fetch when a new character is typed quickly. This can cause ...
frontend
Stellar Wave

Description Migration 021_harvest_batch_traceability.sql adds harvest batch data. The batches route (backend/src/routes/batches.js) exposes batch records tied to a farmer. FarmerProfile.jsx currently ...
frontend
Stellar Wave

Description Subscriptions.jsx lists active subscriptions but provides no controls to pause, resume, or cancel them. The backend /api/subscriptions route supports DELETE and presumably PATCH for pausing ...
frontend
Stellar Wave

Description The backend GET /api/products accepts lat, lng, and radius query parameters for geo-filtered results. The Marketplace page has no UI to set these. MapView.jsx renders farm pins but does not ...
frontend
Stellar Wave
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.