Gavalencia12 / Mobile_Application

1 stars 0 forks source link

Add Location to Users and Vendors #56

Open Angel591Diaz opened 4 days ago

Angel591Diaz commented 4 days ago

Add Location to Users and Vendors

Issue Summary

Implement a feature to allow users and vendors to add and update their location information. This functionality will enable location-based features, such as finding nearby listings or targeting users based on location.

Objectives

  1. Location Input for Users and Vendors:

    • Enable users and vendors to add their location during registration or within their profile settings.
    • Allow users to update their location information as needed.
  2. Location-Based Features:

    • Integrate location data to support future features like finding nearby listings or filtering search results based on proximity.
  3. Privacy and Security:

    • Provide users and vendors with options to manage their location privacy.
    • Ensure location data is stored securely and used in compliance with privacy standards.

Technical Details

Acceptance Criteria

Tasks

  1. Update the database schema to include location fields for users and vendors.
  2. Implement a geolocation input feature, allowing users and vendors to set or update their location.
  3. Add privacy controls to manage the visibility of location information.
  4. Test for usability, accuracy of location data, and compliance with privacy requirements.

Notes

Priority

Medium

IsmaelMontiel710 commented 1 hour ago

I don't understand the geolocation of the user, is it about their location? And does it have to be updated asynchronously, depending on where the GPS marks in the buyer's and seller's profile?