-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
# Controlador de Precios | ||
### App para controlar precios cercanos | ||
###### App para controlar precios cercanos mediante busqueda, scaneo de codigo de barras | ||
|
||
## FUNCIONALIDAD PRECIOS CERCANOS DE PRECIOS CLAROS API | ||
|
||
|
||
## Hecho hasta ahora | ||
- [x] Obtener ubicacion LAT LONG desde ubicacion de dispositivo (EXPO location) | ||
- [x] Obtener provincia segun lat long utilizando api https://apis.datos.gob.ar/georef/api/ubicacion?lat=-42.959272332&lon=-71.532011 | ||
- [x] Permitir seleccionar provincia modo manual (sin ubicacion dispositivo | ||
- [x] escaneo productos con codigo de barra con camara | ||
- [x] mostrar precios maximos de referencia segun provincia y producto Ej: https://preciosmaximos.argentina.gob.ar/api/products?pag=1&Provincia=R%C3%ADo%20Negro®s=1000 | ||
|
||
## Para hacer | ||
|
||
- [ ] AGREGAR BUSCADOR AUTOCOMPLETE DE GOOGLE API PARA SACAR LA LAT Y LONG SIN UBICACIÓN | ||
|
||
- [ ] CONECTAR LAT Y LONG CON API PRECIOS CLAROS | ||
- [ ] Guardar en context los valores LAT y LONG del usuario | ||
- [ ] llamar a API: https://d3e6htiiul5ek9.cloudfront.net/prod/sucursales?lat=**LAT**&lng=**LONG**&limit=3000& Para obtener sucursales array de cercanas a usuario | ||
- [ ] https://d3e6htiiul5ek9.cloudfront.net/prod/producto?limit=30&id_producto=**ID PRODUCTO**&array_sucursales=**ARRAY SUCURSALES | ||
- [ ] llamar a API: https://d3e6htiiul5ek9.cloudfront.net/prod/sucursales?lat= **LAT** &lng= **LONG** &limit=3000& Para obtener sucursales array de cercanas a usuario | ||
- [ ] Obtener datos de producto individual en sucursales cercanas: | ||
https://d3e6htiiul5ek9.cloudfront.net/prod/producto?limit=30&id_producto= **ID PRODUCTO** &array_sucursales= **ARRAY SUCURSALES** |