falling-fruit-web
falling-fruit-web copied to clipboard
Mobile-friendly website for Falling Fruit
As requested by a user, we could allow locations that were created while logged in and that have not yet been updated or reviewed by another user, to be deleted...
Many users prefer OpenStreetMap as a basemap because it is much more detailed than Google Maps in some regions. See https://github.com/falling-fruit/falling-fruit/blob/master/app/assets/javascripts/mapcommon.js#L134 for implementation details.
To be consistent with modern laws and best practices, we should provide an endpoint with which users can unsubscribe from a newsletter directly from a link in said newsletter.
The location drawer is one of the most complex and fragile parts of the code and may be worth redesigning with a goal of simplifying the layout and underlying logic....
Going to the list directly from a URL results in an empty list. For example: `/list/@40.0405402577959,-105.2632395613161,21z`. Locations are not loaded. Only when switching to map view are the locations loaded....
Going back from edit location / add review / edit review / Street View (accessed from map-location) reopens the drawer in middle position rather than showing the location in the...
Closing Google Street View opened from list-location opens map-location rather than list-location. This is because opening Street View redirects first to map-location. Could this be fixed by using a separate...
Currently, photos that are taken directly in the app are not saved onto the device, so they are effectively lost to the user. Photos taken in the app should also...
Colorado Gives allows us to generate a widget (powered by MightyCause) from our organization page (https://www.coloradogives.org/organization/fallingfruit/widgets). The result could look like this: https://www.coloradogives.org/forms/fallingfruit?id=k4g8df&embed=donation_widget Perhaps this is more direct and will...
Add a dropdown select in the user account panel allowing users to choose the default language to use when they are logged in to the website and their is no...