Update various configuration files, components, and assets; enhance notification system and API endpoints; improve documentation and styles across the application.

This commit is contained in:
Haqeem Solehan
2025-10-16 16:05:39 +08:00
commit b124ff8092
336 changed files with 94392 additions and 0 deletions

150
navigation/index.js Normal file
View File

@@ -0,0 +1,150 @@
export default [
{
header: "Utama",
description: "",
child: [
{
title: "Dashboard",
path: "/dashboard",
icon: "ic:outline-dashboard",
child: [],
meta: {},
},
],
meta: {},
},
{
header: "Notification",
description: "",
child: [
{
title: "Dashboard",
path: "/notification/dashboard",
icon: "ic:outline-dashboard",
child: [],
meta: {},
},
{
title: "List",
path: "/notification/list",
icon: "ic:outline-list",
child: [],
meta: {},
},
{
title: "Templates",
path: "/notification/templates",
icon: "ic:outline-email",
child: [],
meta: {},
},
// {
// title: "Triggers & Rules",
// path: "/notification/triggers-rule",
// icon: "ic:outline-rule",
// child: [],
// meta: {},
// },
{
title: "Queue",
path: "/notification/queue",
icon: "ic:outline-queue",
child: [],
meta: {},
},
{
title: "Delivery Engine",
path: "/notification/delivery",
icon: "ic:outline-mail",
child: [],
meta: {},
},
// {
// title: "User Preferences",
// path: "/notification/preferences",
// icon: "ic:outline-settings",
// child: [],
// meta: {},
// },
{
title: "Log & Audit Trail",
path: "/notification/log-audit",
icon: "ic:outline-history",
child: [],
meta: {},
},
],
meta: {},
},
// {
// header: "Pentadbiran",
// description: "Urus aplikasi anda",
// child: [
// {
// title: "Konfigurasi",
// icon: "ic:outline-settings",
// child: [
// {
// title: "Persekitaran",
// path: "/devtool/config/environment",
// },
// {
// title: "Site Settings",
// path: "/devtool/config/site-settings",
// },
// ],
// },
// {
// title: "Penyunting Menu",
// icon: "ci:menu-alt-03",
// path: "/devtool/menu-editor",
// child: [],
// },
// {
// title: "Urus Pengguna",
// path: "/devtool/user-management",
// icon: "ph:user-circle-gear",
// child: [
// {
// title: "Senarai Pengguna",
// path: "/devtool/user-management/user",
// icon: "",
// child: [],
// },
// {
// title: "Senarai Peranan",
// path: "/devtool/user-management/role",
// icon: "",
// child: [],
// },
// ],
// },
// {
// title: "Kandungan",
// icon: "mdi:pencil-ruler",
// child: [
// {
// title: "Penyunting",
// path: "/devtool/content-editor",
// },
// {
// title: "Templat",
// path: "/devtool/content-editor/template",
// },
// ],
// },
// {
// title: "Penyunting API",
// path: "/devtool/api-editor",
// icon: "material-symbols:api-rounded",
// child: [],
// },
// ],
// meta: {
// auth: {
// role: ["Developer"],
// },
// },
// },
];