Aaron Vontell
Aaron Vontell
**Is your feature request related to a problem? Please describe.** Before a form is submitted, use the lat/lon or address to search the Google Places API for potential hours for...
When submitting a new resource using our submission form, there is a potential issue with conflicts within our firebase database. More specifically, take a look at these [two lines of...
**Is your feature request related to a problem? Please describe.** With the new [data format](https://docs.google.com/document/d/1ES2_ZrWGLYzAMOkri9nHrcAsvj5yHz979Y9HKwcFfuY/edit) defined, the submission forms need to be updated to match the new schema. For instance,...
The address parsing code assumes that the city, state, and postal code will exist. Update the code to handle cases where this is not true. While we are working on...
Firebase is lacking some core features for bringing this project to the next steps, such as domain-based security rules, user authentication, proper typing and validation, lack of being backed by...
Currently, all environments will use the `phlask-beta` database. We should: * Create the `phlask-test` and `phlask-prod` databases by cloning the `phlask-beta` dastabase * The frontend should properly choose the right...
The database for the frontend is currently open to the internet for both read and write permissions. We need to update these security rules to allow read access from anywhere,...
Some resources, especially foraging sites, may not have a name, or sometimes even an address. Let's improve the design and display of these resource types to look as clean and...
When clicking off of a resource detailed modal view, or doing really any operation on the website, the map will often pan back to your location. We should make it...
The Contributors list (click the menu and click on "Join the Team") is currently hardcoded to a certain order. We would like to randomize the order in which these items...