You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
We are facing an issue; there are 12000 recycling bins in Singapore, and if the user selects an item belonging to a recycling bin (anything in RECYCLABLE category), it displays all recycling bins within 3km by default. We want to limit that to just 5 nearest bins for ease.
Task
Adjust the code in the hooks folder that calculates and saves the nearest recycling facilities as a JS object such that at most 5 Blue Bins can be added
Ensure that the change works, in the map page
Figma Link
Acceptance Criteria
npm run build works
The text was updated successfully, but these errors were encountered:
Context
We are facing an issue; there are 12000 recycling bins in Singapore, and if the user selects an item belonging to a recycling bin (anything in RECYCLABLE category), it displays all recycling bins within 3km by default. We want to limit that to just 5 nearest bins for ease.
Task
Figma Link
Acceptance Criteria
npm run build works
The text was updated successfully, but these errors were encountered: