Skip to content

Commit

Permalink
PR Review: do not include the phrase fo research Data
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarza committed Aug 28, 2019
1 parent 6992af1 commit ebe4455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/graphql/types/metric_interface.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ebe4455

Please sign in to comment.