From d5c8b13d04755fa5ee74dd66ab5cfdc613a516e5 Mon Sep 17 00:00:00 2001 From: "escottalexander@gmail.com" Date: Mon, 26 Aug 2024 13:59:25 -0400 Subject: [PATCH 1/2] add description to seed data --- packages/nextjs/services/mongodb/seed.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/services/mongodb/seed.sample.json b/packages/nextjs/services/mongodb/seed.sample.json index fd866bb..69049d2 100644 --- a/packages/nextjs/services/mongodb/seed.sample.json +++ b/packages/nextjs/services/mongodb/seed.sample.json @@ -21842,7 +21842,7 @@ "label": "Impact Index", "longLabel": "Impact Index", "name": "impact_index", - "description": "string", + "description": "The Impact Index is based on the results of RF4 in which the badgeholder's votes created an average weight for each metric used in that round. The top five metrics were Gas Fees (31.5% when including the logarithmic Gas Fee metric), Trusted Users Onboarded (12.5%), Transaction Count (9.5% when including the logarithmic Transaction Count metric), Trusted Recurring Users (8.7%), Trusted Monthly Active Users (6.5%). There was also additional rewards based on projects that qualified for a set of Open Source criteria that is not expressed in the Impact Index.", "activated": true, "order": 1 }, From 06364cdca084a887f55c5d856d2bab8567a32fb6 Mon Sep 17 00:00:00 2001 From: "escottalexander@gmail.com" Date: Thu, 5 Sep 2024 08:13:08 -0400 Subject: [PATCH 2/2] fix grammar --- packages/nextjs/services/mongodb/seed.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/services/mongodb/seed.sample.json b/packages/nextjs/services/mongodb/seed.sample.json index 69049d2..8fe9344 100644 --- a/packages/nextjs/services/mongodb/seed.sample.json +++ b/packages/nextjs/services/mongodb/seed.sample.json @@ -21842,7 +21842,7 @@ "label": "Impact Index", "longLabel": "Impact Index", "name": "impact_index", - "description": "The Impact Index is based on the results of RF4 in which the badgeholder's votes created an average weight for each metric used in that round. The top five metrics were Gas Fees (31.5% when including the logarithmic Gas Fee metric), Trusted Users Onboarded (12.5%), Transaction Count (9.5% when including the logarithmic Transaction Count metric), Trusted Recurring Users (8.7%), Trusted Monthly Active Users (6.5%). There was also additional rewards based on projects that qualified for a set of Open Source criteria that is not expressed in the Impact Index.", + "description": "The Impact Index is based on the results of RF4 in which the badgeholder's votes created an average weight for each metric used in that round. The top five metrics were Gas Fees (31.5% when including the logarithmic Gas Fee metric), Trusted Users Onboarded (12.5%), Transaction Count (9.5% when including the logarithmic Transaction Count metric), Trusted Recurring Users (8.7%), and Trusted Monthly Active Users (6.5%). There were also additional rewards based on projects that qualified for a set of Open Source criteria that is not expressed in the Impact Index.", "activated": true, "order": 1 },