From 975e97a65340b95855ee31116a6513f71ee91599 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Wed, 1 Mar 2023 11:42:41 +0900 Subject: [PATCH] Remove comment application service --- frontend/components/comment/Comment.vue | 6 ++- frontend/components/comment/CommentList.vue | 6 +-- .../tasks/toolbar/forms/FormComment.vue | 16 ++++---- .../models/comment/commentRepository.ts | 18 --------- .../pages/projects/_id/comments/index.vue | 11 +++--- frontend/plugins/services.ts | 3 -- .../comment/apiCommentRepository.ts | 20 +++++----- .../comment/commentApplicationService.ts | 39 ------------------- .../application/comment/commentData.ts | 34 ---------------- 9 files changed, 32 insertions(+), 121 deletions(-) delete mode 100644 frontend/domain/models/comment/commentRepository.ts delete mode 100644 frontend/services/application/comment/commentApplicationService.ts delete mode 100644 frontend/services/application/comment/commentData.ts diff --git a/frontend/components/comment/Comment.vue b/frontend/components/comment/Comment.vue index 66d94416..b524db97 100644 --- a/frontend/components/comment/Comment.vue +++ b/frontend/components/comment/Comment.vue @@ -66,10 +66,12 @@