-
Notifications
You must be signed in to change notification settings - Fork 70
Description
🚀 The feature
This feature adds a dedicated NearbyPlacesPage to improve the user experience when browsing nearby attractions. It replaces the previously cluttered inline display with a full-screen interface that offers search functionality, category filtering, and multiple sorting options. Users can now easily find and navigate to nearby places of interest with improved organization and visibility.
Motivation, pitch
The previous implementation of nearby places was embedded directly in the monument details view, requiring users to scroll through unrelated content to find nearby points of interest. This created a cluttered experience with limited functionality.
By creating a dedicated page for nearby places, we've addressed several issues:
- Improved discoverability with category filtering via chips
- Added search functionality to quickly find specific places
- Implemented sorting options (A-Z, Z-A, Distance)
- Enhanced the visual presentation with cleaner list items and better spacing
This enhancement significantly improves the user experience by making it easier to find relevant nearby services while exploring monuments. The feature directly addresses user feedback about difficulty navigating the previous implementation.