hwsc-org / hwsc-frontend

Provides GUI for HWSC user
0 stars 1 forks source link

Feature/Vuex uses AppGatewayClient for GRPC requests #22

Closed faraonc closed 5 years ago

faraonc commented 5 years ago

Description

The Vue.js's idiomatic way of managing state and http requests is through vuex actions property.

I believe the recommended workflow is the following:

Examples: https://vuex.vuejs.org/guide/actions.html

Story Points

5

Definitions of Done

Note

app-gateway-svc client is not the only client. We should be able to use different clients within Vuex's mutations property e.g. elastic-search client + app-gateway-svc client + etc.

faraonc commented 5 years ago

Unit test will be todo