From 917c525e94449a755978ce3a7301ce6a9bff4492 Mon Sep 17 00:00:00 2001 From: Stephanie Freitag <stephanie.freitag@holi.team> Date: Fri, 7 Mar 2025 09:18:36 +0100 Subject: [PATCH] HOLI-9793: update list of default topics for recommendations --- app/volunteering_db.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/volunteering_db.ts b/app/volunteering_db.ts index 359bded..19186e0 100644 --- a/app/volunteering_db.ts +++ b/app/volunteering_db.ts @@ -234,12 +234,12 @@ const MAX_LIMIT = 100 const DEFAULT_LIMIT = 10 const DEFAULT_RECO_TOPICS_V2 = [ + 'democracy-politics', 'human-rights', - 'animal-welfare', - 'arts-culture', + 'climate-environment', 'literacy-education', - 'mental-physical-health', - 'democracy-politics', + 'arts-culture', + 'animal-welfare', ] const queryEmbeddingVector = (topics: string[], skills: string[]): number[] => { -- GitLab