units,lesson as standalone

This commit is contained in:
2026-07-10 11:45:02 +08:00
parent 182bd93d10
commit 01a2c63b06
60 changed files with 3217 additions and 606 deletions
+16 -7
View File
@@ -13,14 +13,23 @@ export const ADMIN_SECTIONS = [
],
},
{
id: "section-assets",
tab: "Asset Management",
title: "Asset Management",
description: "Upload images, documents and videos",
id: "section-resources",
tab: "Resource Management",
title: "Resource Management",
description: "It includes assets management and tier plans.",
tiles: [
{ key: "assets", label: "Assets", icon: FolderOpen, link: "/admin/assets" },
{ key: "resources", label: "Resources", icon: FolderOpen, link: "/admin/resources" },
],
},
// {
// id: "section-assets",
// tab: "Resource Management",
// title: "Resource Management",
// description: "It includes assets management and tier plans.",
// tiles: [
// { key: "assets", label: "Resources", icon: FolderOpen, link: "/admin/assets" },
// ],
// },
{
id: "section-courses",
tab: "Content Management",
@@ -31,7 +40,7 @@ export const ADMIN_SECTIONS = [
{ key: "units", label: "Units", icon: BookCheck, link: "/admin/units" },
{ key: "lessons", label: "Lessons", icon: FileText, link: "/admin/lessons" },
{ key: "tasks", label: "Tasks", icon: ListCheck, link: "/admin/taskList" },
{ key: "tiers", label: "Tier Plans", icon: ShieldCheck, link: "/admin/tiers/plans" },
// { key: "tiers", label: "Tier Plans", icon: ShieldCheck, link: "/admin/tiers/plans" },
],
},
{
@@ -41,7 +50,7 @@ export const ADMIN_SECTIONS = [
description: "Manage public-facing content",
tiles: [
{ key: "advertisements", label: "Advertisements", icon: Megaphone, link: "/admin/advertisements" },
{ key: "notifications", label: "Notifications", icon: Bell, link: "/admin/notifications" },
{ key: "notifications", label: "Announcements", icon: Bell, link: "/admin/notifications" },
{ key: "achievements", label: "Achievements", icon: Trophy, link: "/admin/achievements" },
],
},