feat: thema's dropdown

This commit is contained in:
Joyelle Ndagijimana 2025-03-25 22:57:20 +01:00
parent feb8b38ed1
commit ca59f8b767
8 changed files with 77 additions and 37 deletions

View file

@ -16,10 +16,6 @@ export const THEMESITEMS: Record<string, string[]> = {
"algorithms": ["math_with_python", "python_programming", "stem", "algorithms", "basics_ai"],
};
export const AGEITEMS = [
"all", "primary-school", "lower-secondary", "upper-secondary", "high-school", "older"
];
export const AGE_TO_THEMES: Record<string, string[]> = {
"all": THEMES_KEYS,
"primary-school": ["wegostem", "computational_thinking", "physical_computing"],