From ebe445528d923632aa9805b3aa404ce5c259a3f3 Mon Sep 17 00:00:00 2001 From: Kristian Garza Date: Wed, 28 Aug 2019 14:09:11 +0200 Subject: [PATCH] PR Review: do not include the phrase fo research Data --- app/graphql/types/metric_interface.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/graphql/types/metric_interface.rb b/app/graphql/types/metric_interface.rb index 7db21d123..fa3296b41 100644 --- a/app/graphql/types/metric_interface.rb +++ b/app/graphql/types/metric_interface.rb @@ -3,8 +3,8 @@ module MetricInterface include GraphQL::Schema::Interface - field :view_count, Integer, null: true, description: "The count of DOI views according to the COUNTER code of Practice for Research Data" - field :download_count, Integer, null: true, description: "The count of DOI dowloands according to the COUNTER code of Practice for Research Data" + field :view_count, Integer, null: true, description: "The count of DOI views according to the COUNTER code of Practice" + field :download_count, Integer, null: true, description: "The count of DOI dowloands according to the COUNTER code of Practice" field :citation_count, Integer, null: true, description: "The count of DOI events that represents citations" def aggregation_results(**args)