WebMemex / webmemex-extension

📇 Your digital memory extension, as a browser extension
https://webmemex.org
Other
208 stars 45 forks source link

Import data from old extension to new DB and data model #98

Closed blackforestboi closed 7 years ago

blackforestboi commented 7 years ago

Background Information

The old extension stores the data about websites (title, keyword etc) to local storage whereas the new extension has it stored in PouchDB also with a different data model.

When we update the code from the old extension to the new one, we have to make sure, that all the previous data is transferred to the new DB and data model and entries deduplicated (1 page object per URL)

blackforestboi commented 7 years ago

Sorry wrong repo :)