-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update v1.0.3 #12
Comments
EBE v1.0.3 Progress Report
|
EBE v1.0.3 Progress Report
|
Bug Report: [Page: Manually Add Location] [Issue] |
Issue has been resolved. It turns out that certain countries don't have state identifiers. The state data field was set to null which was throwing an error. |
EBE v1.0.3 Progress Report
|
EBE v1.0.3 Progress Report
|
High Priority Focus of 1.0.3:
Update: Increase the radi distance of Google Maps API.
Reason: The snapping distance, 3 meters, won't always register if there is a available street view before defaulting to satellite view. By increasing the snap distance to 10 meters it should increase the likelihood of a snap.
Update: Manually add locations
Reason: This makes it a lot easier to add locations without needing to physically be at the location. You may have been to that location before and/or are aware of a specific location in mind, then you shouldn't have to physically capture the location.
Update: Finger pull left -> right to open hamburger menu
Reason: It can be challenging to reach the top left of the screen, especially with larger screens. By allowing the user to pull the hamburger menu open it should make it more accessible and increase the quality of life of the user.
Update: Adding local notes to an image.
Reason: Even with given an image, it can be challenging to recollect why you saved that location. Being able to add personal notes [local] will significantly increase the users quality of life. Local notes will only be viewable by you.
Update: Automatically add land locations owner name and contact information.
Reason: One of the biggest hurdles location scouters have is getting in contact with the land owner to get access to a location. By utilizing Google Reverse Geocoding API we can map latitude and longitude points to a readable address. We can then pipeline the address in to an open source API called Open People Search. The information gathered will be in the Global Notes section of each image. If no information is returned, the data fields are left empty and the user an add the information manually. This information is visible by all users on the app. Possibly need to implement a paid version of the app to help subsidize the cost of this feature.
Low Priority Focus of 1.0.3
Update: Add more menu options to the hamburger menu
Reason: We want to integrate a play store/app store Rate and Review option, a Google Maps option, and a Home selection to better navigate EBE.
Update: Add a sort function
Reason: If a user has lots of images or wants to view the newest images in their collection, they shouldn't have to scroll to the bottom. A sort function will allow the user to view their collection the way they want to.
Update: Add a Categories section
Reason: Categories will be a menu option where users can add and remove category groups. Users can long hold an image to add an image to a particular group from the popup menu. These groups can be filtered on with the filter button. This is particularly useful if you are saving location for a particular project or if you want to better organize your locations. Categories are only visible to the local user.
The text was updated successfully, but these errors were encountered: