deltapi / abc-feedback

Collection of bugs and Feedback regarding the abc triple search on https://abc.tngtech.com
7 stars 0 forks source link

Save found triples in the browser #23

Open Dinoguy1000 opened 3 years ago

Dinoguy1000 commented 3 years ago

It would be nice if we had access to our found triples even after refreshing/closing and reopening the page. The obvious way to do this that doesn't require any server interaction is to save them in the browser (e.g. in Local Storage).

Likta commented 3 years ago

see #1

Dinoguy1000 commented 3 years ago

1 is definitely related, but this would be for all of your found triples (at least, since you last cleared your browser storage). There's plenty of ways to implement either one that would automatically get the other, of course.

deltapi commented 3 years ago

Hey @Dinoguy1000, we currently plan to be stateless for as long as possible, even on the client. But we will take your suggestion into account. Thanks for reporting!