whatk233 / ddg-email-panel

DDG Email Panel is the open source unofficial DuckDuckGo Email Protection panel.
https://ddgep.vercel.app
MIT License
205 stars 30 forks source link

What method are you intending to use for History alias management, notes #9

Open Fletcher-Alderton opened 11 months ago

Fletcher-Alderton commented 11 months ago

Hey,

I would really like to help this project progress and was wondering how you were intending to store the alias history.

If you were intending for a data base could I make an api that you could use to access it to allow for a separate chrome extension for creating aliases without all of DuckDuckGo’s junk as well as a iOS shortcut.

Thanks

whatk233 commented 11 months ago

Hi,

Thank you for your interest in the project and for wanting to help with it.

I plan to use the IndexedDB API to store the alias history locally.

The IndexedDB API can be manipulated using Dexie.js, which is A Minimalistic Wrapper for IndexedDB.

Do you have any better suggestions?