From 5239c70d6ff1d57df16ee85e82ce5a734be8a80e Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 28 Oct 2019 11:32:09 +0900 Subject: [PATCH] Move statistics logic to statistics store --- .../pages/projects/_id/statistics/index.vue | 56 ++++----------- frontend/services/statistics.service.js | 2 +- frontend/store/statistics.js | 68 +++++++++++++++++++ 3 files changed, 84 insertions(+), 42 deletions(-) create mode 100644 frontend/store/statistics.js diff --git a/frontend/pages/projects/_id/statistics/index.vue b/frontend/pages/projects/_id/statistics/index.vue index 9f011ff7..e4ebef25 100644 --- a/frontend/pages/projects/_id/statistics/index.vue +++ b/frontend/pages/projects/_id/statistics/index.vue @@ -1,5 +1,8 @@