Skip to content
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

Open
schnipdip opened this issue Jan 2, 2023 · 6 comments
Open

Update v1.0.3 #12

schnipdip opened this issue Jan 2, 2023 · 6 comments
Labels
ANDROID Effects Android devices IOS Effects IOS devices New Update! New Available Update

Comments

@schnipdip
Copy link
Owner

schnipdip commented Jan 2, 2023

High Priority Focus of 1.0.3:

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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

  1. 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.

  2. 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.

  3. 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.

@schnipdip schnipdip added idea For any new idea New Update! New Available Update Planned Update Future update information and removed New Update! New Available Update labels Jan 2, 2023
@schnipdip
Copy link
Owner Author

schnipdip commented Jan 13, 2023

EBE v1.0.3 Progress Report

  1. Update: Increase the radi distance of Google Maps API.
    Implemented - needs more testing. Still limited by the accuracy of the cellular signal.

  2. Update: Finger pull left -> right to open hamburger menu
    Tested and fully working

  3. Update: Add more menu options to the hamburger menu
    Implemented - Home, History and Rate Us menu options added.
    Rate Us menu functionality not integrated yet.

  4. Update: Adding local notes to an image.
    Finished drafting design features and layout of the new Notes feature.

@schnipdip
Copy link
Owner Author

schnipdip commented Jan 17, 2023

EBE v1.0.3 Progress Report

  1. (unplanned) Update: Add Rate Us menu option
    Implemented - needs testing

  2. Update: Added Add Manual Location function
    Implemented - needs testing
    --> Physical address works. Google Autocomplete API works.
    --> To Come: Latitude and Longitude integration. Plus Code integration. Satellite view.

@schnipdip schnipdip changed the title Future Update v1.0.3 In-Progress Update v1.0.3 Jan 19, 2023
@schnipdip schnipdip added IOS Effects IOS devices ANDROID Effects Android devices labels Jan 23, 2023
@schnipdip
Copy link
Owner Author

Bug Report:

[Page: Manually Add Location]

[Issue]
When a user selects a locations, clicks the save button, selects another location and then goes home a bug is triggered that prevents write completion. This is an issue because the users local image repository won't load until the asset is deleted in the database.

@schnipdip
Copy link
Owner Author

schnipdip commented Mar 6, 2023

Bug Report:

[Page: Manually Add Location]

[Issue] When a user selects a locations, clicks the save button, selects another location and then goes home a bug is triggered that prevents write completion. This is an issue because the users local image repository won't load until the asset is deleted in the database.

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.

@schnipdip
Copy link
Owner Author

EBE v1.0.3 Progress Report

  1. Update: Adding local notes to an image.
    Implemented and currently testing. Save functionality mentioned. Notes are only available to the local users saved images and not visible in the global directory. Working as expected. Rework graphical concerns.

  2. Update: Automatically add land locations owner name and contact information.
    UI is implemented. Currently working on integrating Open People Search, free temporarily till user base scales.

  3. Update: Added Add Manual Location function
    Implemented and working. Hybrid Google Maps implemented. Users can type in Lat/Long and a physical address. Users can move the ping manually to save. Need to work on UI to integrate Lat/Long/Address in to a single search box with a drop down to switch between search modes.

@schnipdip
Copy link
Owner Author

EBE v1.0.3 Progress Report

  1. Update: Add a Categories section
    Categories have been implemented.

  2. Update: Automatically add land locations owner name and contact information.
    Open People Search has been successfully implemented. Possible accuracy changes need to be made.

@schnipdip schnipdip added New Update! New Available Update and removed idea For any new idea Planned Update Future update information labels Apr 13, 2023
@schnipdip schnipdip changed the title In-Progress Update v1.0.3 Current Update v1.0.3 Apr 13, 2023
@schnipdip schnipdip changed the title Current Update v1.0.3 Update v1.0.3 Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ANDROID Effects Android devices IOS Effects IOS devices New Update! New Available Update
Projects
None yet
Development

No branches or pull requests

1 participant