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

Feature Request: Save Queries in Parse.Query Format Instead of VueQueryBuilder Format #17

Open
sadortun opened this issue Oct 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sadortun
Copy link
Contributor

sadortun commented Oct 4, 2023

(this is probably a bad idea 🥲)

Instead of storing the internal format of the VueQueryBuilder, is there a way we could directly convert it into Parse.Query and save the result of Parse.Query.toJSON()?

Doing this would enable us to use the QueryBuilder universally. Once a Query is generated, there would be no further need for VueQueryBuilder. This approach would be seamless for the backend and the rest of the site.

However, I see several potential disadvantages with this idea. I'm uncertain whether, even if it's feasible, it would be a good approach.

@sadortun sadortun added the enhancement New feature or request label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant