Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Story : query history #591

Open
tfrancart opened this issue May 14, 2024 · 0 comments
Open

User Story : query history #591

tfrancart opened this issue May 14, 2024 · 0 comments
Labels
kind: Idea for later 💡 Maybe one day... what: JSON query JSON query format loading and saving

Comments

@tfrancart
Copy link
Contributor

@antoine37120 has developped an impressive prototype for persisting Sparnatural queries, it looks like this:

image

image

This opens the possibility of:

  1. Persisting the queries in a database on a server
  2. Persisting the queries in a browser-side query history, specific to the user

Solution 2 is much simpler to implement to start with. This would allow a user to keep locally nice queries and reload them easily.

The story is the following:

  1. Each time I click the submit button, the query is persisted in query history in my browser
  2. I can access my local query history (see screenshot from Antoine)
  3. I can reload a query directly from my history
  4. I can star/mark my preferred queries to retrieve them easily. I can give them a name and a description
  5. I can delete queries from my history, or purge my query history
@tfrancart tfrancart added kind: Idea for later 💡 Maybe one day... what: JSON query JSON query format loading and saving labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: Idea for later 💡 Maybe one day... what: JSON query JSON query format loading and saving
Projects
None yet
Development

No branches or pull requests

1 participant