You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
(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.
The text was updated successfully, but these errors were encountered: