honeynet / ochi

https://ochi.mushmush.org
GNU General Public License v3.0
25 stars 15 forks source link

Persist Queries #6

Closed glaslos closed 12 months ago

glaslos commented 2 years ago

Outcome: User can save and load their queries.

Metadata:

Flow:

This issue depends on #4

dkumiszhan commented 1 year ago

Hi @glaslos, I am working on setting up routing and I got a question. There are several options how I can do that . I am leaning towards Routing from sveltekit. If I use that, I think I will need to switch from rollup to vite. Another approach is I can attempt to use svelte-routing or one of the other libraries with a rollup. Do you have a preferred approach?

glaslos commented 1 year ago

Wouldn't you need to run the sveltekit backend if you want to use its routing?

dkumiszhan commented 1 year ago

Oh, I didn't realise that. I read this discussion, and it seems to be possible to use sveltekit with custom backend but it is not so straightforward. I think I will look for a client-side routing library, but if you have something specific in mind, I will be happy to go with that.

glaslos commented 1 year ago

Nothing specific :) Client side routing sounds great