MercadoTrack / extension-local

Chrome extension to track products in MercadoLibre and visualize their price over time.
https://chrome.google.com/webstore/detail/mercadotrack/fmdljcjalpgecfdnecomldbkbknihmmo
MIT License
85 stars 6 forks source link

Add Google Account support to store data online. #8

Open GAZ082 opened 7 years ago

GAZ082 commented 7 years ago

Right now it works recording the data in the local machine, would be great if can be linked to a Google Account so it's stored in the Drive.

GMaiolo commented 7 years ago

The chrome.storage API information pretty much describes why this hasn't been implemented yet. There are 2 variants:

We could work around this if we use an external database, so we're not restricted by Chrome's storage synch limits while providing its full functionality; but, in that case, we may end being tied to connection stability issues and slow non-seamless UI behavior.

ivanpetra commented 5 years ago

Hola Guillermo, Relacionado a este mismo tema, quería consultarte si hay alguna forma de "copiar los productos seguidos" y llevarlos en algun medio de almacenamiento a otra PC. Hay algun archivo al que pueda acceder que contenga esa información?

GMaiolo commented 5 years ago

Hola @ivanpetra Ahora mismo no hay nada de eso implementado oficialmente, en caso de que lo necesites te podria hacer un script para que ejecutes y exportes los datos en formato JSON.

Tambien te comento que a raiz de este issue estamos trabajando en un sistema con historial persistente en base de datos (en la nube y compartido entre usuarios) para que todos los users esten correctamente sincronizados y no sea todo local.

Dejo el link de los repositorios en los cuales estamos avanzando: https://github.com/mercadotrack