Oliver Sauter
Oliver Sauter
## Summary Current Architecture: https://github.com/WorldBrain/Research-Engine/wiki ## V1 of this task: Replace current storages with [PouchDB](pouchdb.com) and current search with [PouchDB Quick Search](https://github.com/nolanlawson/pouchdb-quick-search). ## For later: **Status Quo** We currently save...
If people search without typing in 'w' + 'space'/'tab' in address bar, they will automatically search in google. On the google page, we then should display the results on top...
this is because we have a list of all the already imported urls in the local storage. This will probably be gone as soon as we have the new DB...
When people close the download page withouth actively pausing the download, it causes a mess in the background. Should be somehow prevented. ## Ideas: - Bring popup when people leave...
We need a way to notify users with messages. To display them, I see 3 options: 1. in the results list as the first result, if there are currently notification....
We should implement buttons for sharing in the top right corner. One fat button where "spread the word" is written on and that has a drop down with all the...
Sometimes PDF is not parsed. ### Found cases: 1 ================= **Page:** http://www.german-asa.de/wp-content/uploads/2012/05/Schuelerwettbewerb_web1.pdf **Error-Message:** ``` Uncaught TypeError: Cannot read property 'appendChild' of undefined at Function.PDFJS.Util.b.loadScript (pdf.min.js:25) at b.setupFakeWorker (pdf.min.js:53) at b...
When users visit pages on a mobile chrome browser and are syncing their history with google, we can download them as well. Idea is just to have the history scanned...
There are some pages currently in the extension, that will be updated fairly often, like the FAQ or the contributions page. If we now want to update them, we have...
We need to have a testing framework in place and test the application thoroughly. Since it is a web extension its a little bit more tricky, but as I read...