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
{{ message }}
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Allow Vue front-end client services to use query parameters like Angular does.
Motivation for or Use Case
This feature is important to me because I need a light-weight entity filtering capability that is available to front-end Vue clients and I don't want to use Elastic Search.
Related issues or PR
N/A
Checking this box is mandatory (this is just to show you read everything)
I'm not convinced that the test you suggest test what you implemented. For me it checks that given a mocked return value from a service. When I call the mocked method of that service, it return the mocked return value. But I might misreading your test.
You should write unit test for your buildQueryParams function.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of the feature request
Allow Vue front-end client services to use query parameters like Angular does.
Motivation for or Use Case
This feature is important to me because I need a light-weight entity filtering capability that is available to front-end Vue clients and I don't want to use Elastic Search.
Related issues or PR
N/A
I have implemented a solution here: https://github.com/kevinbwusa/jhipster-vuejs and I will now submit a pull request to have it merged.
The text was updated successfully, but these errors were encountered: