From 34e823f82e2ca04ac95469ce02051c0751cf1e60 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 5 Oct 2021 07:55:05 +1100 Subject: [PATCH] Update category groups --- src/categories.json | 30 +++++++++++++++--------------- src/groups.json | 6 ++++++ 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/src/categories.json b/src/categories.json index c5b23730f..1632c3114 100644 --- a/src/categories.json +++ b/src/categories.json @@ -6,7 +6,7 @@ }, "2": { "name": "Message boards", - "groups": [ 3, 4 ], + "groups": [ 3, 4, 18 ], "priority": 1 }, "3": { @@ -31,7 +31,7 @@ }, "7": { "name": "Photo galleries", - "groups": [ 3 ], + "groups": [ 3, 10 ], "priority": 1 }, "8": { @@ -71,7 +71,7 @@ }, "15": { "name": "Comment systems", - "groups": [ 3 ], + "groups": [ 3, 18 ], "priority": 9 }, "16": { @@ -171,7 +171,7 @@ }, "35": { "name": "Maps", - "groups": [ 6 ], + "groups": [ 17 ], "priority": 6 }, "36": { @@ -246,7 +246,7 @@ }, "52": { "name": "Live chat", - "groups": [ 4 ], + "groups": [ 4, 16 ], "priority": 9 }, "53": { @@ -341,7 +341,7 @@ }, "72": { "name": "Appointment scheduling", - "groups": [ 13 ], + "groups": [ 14 ], "priority": 9 }, "73": { @@ -356,7 +356,7 @@ }, "75": { "name": "Email", - "groups": [ 4 ], + "groups": [ 4, 2 ], "priority": 9 }, "76": { @@ -376,22 +376,22 @@ }, "79": { "name": "Geolocation", - "groups": [ 8 ], + "groups": [ 17 ], "priority": 9 }, "80": { "name": "WordPress themes", - "groups": [ 14 ], + "groups": [ 15 ], "priority": 9 }, "81": { "name": "Shopify themes", - "groups": [ 14 ], + "groups": [ 15 ], "priority": 9 }, "82": { "name": "Drupal themes", - "groups": [ 14 ], + "groups": [ 15 ], "priority": 9 }, "83": { @@ -416,7 +416,7 @@ }, "87": { "name": "WordPress plugins", - "groups": [ 14 ], + "groups": [ 15 ], "priority": 9 }, "88": { @@ -431,7 +431,7 @@ }, "90": { "name": "Reviews", - "groups": [ 2 ], + "groups": [ 2, 18 ], "priority": 9 }, "91": { @@ -446,12 +446,12 @@ }, "93": { "name": "Reservations & delivery", - "groups": [ 13 ], + "groups": [ 14 ], "priority": 9 }, "94": { "name": "Referral marketing", - "groups": [ 2 ], + "groups": [ 2, 1 ], "priority": 9 }, "95": { diff --git a/src/groups.json b/src/groups.json index c3005b6b2..3160ecf68 100644 --- a/src/groups.json +++ b/src/groups.json @@ -43,5 +43,11 @@ }, "16": { "name": "Business tools" + }, + "17": { + "name": "Location" + }, + "18": { + "name": "User generated content" } }