Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/csv/identity_users_import_template.xlsx
Binary file not shown.
186 changes: 0 additions & 186 deletions src/app/core/constants/menu-router.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,189 +112,3 @@ export const sidebarData: SidebarItem[] = [
],
},
];

export const menuItems: SidebarItem[] = [
{
id: 'home',
path: 'second/example-using-component-slide/app-menu-layout',
label: 'Home',
icon: 'fas fa-home',
isActive: true,
},
{
id: 'dashboard',
path: '/second/dashboard',
label: 'Dashboard',
icon: 'fas fa-tachometer-alt',
},
{
id: 'components',
path: '/second/example-using-component-slide',
label: 'Components',
icon: 'fas fa-code',
children: [
{
id: 'code-editor',
path: '/second/example-using-component-slide/code-editor',
label: 'Code Editor',
icon: 'fas fa-file-code',
},
{
id: 'input-button',
path: '/second/example-using-component-slide/input-button',
label: 'Input Button',
icon: 'fas fa-keyboard',
},
{
id: 'dropdown',
path: '/second/example-using-component-slide/dropdown',
label: 'Dropdown',
icon: 'fas fa-chevron-down',
},
{
id: 'text-editor',
path: '/second/example-using-component-slide/text-editor',
label: 'Text Editor',
icon: 'fas fa-edit',
},
{
id: 'card-data',
path: '/second/example-using-component-slide/card-data',
label: 'Card Data',
icon: 'fas fa-id-card',
},
{
id: 'trending',
path: '/second/example-using-component-slide/trending',
label: 'Trending',
icon: 'fas fa-fire',
},
],
},
{
id: 'auth',
path: '/main/auth',
label: 'Authentication',
icon: 'fas fa-user',
children: [
{
id: 'login',
path: '/main/auth/login',
label: 'Login',
icon: 'fas fa-sign-in-alt',
},
{
id: 'register',
path: '/main/auth/register',
label: 'Register',
icon: 'fas fa-user-plus',
},
],
},
{
id: 'post',
path: '/main/post',
label: 'Posts',
icon: 'fas fa-file-pen',
},
];

export const navStudentItems: SidebarItem[] = [
{
id: 'post',
path: '/post-management/post-list',
label: 'Bài viết',
icon: 'fas fa-newspaper',
},
{
id: 'exercise',
path: 'exercise/exercise-layout/list',
label: 'Bài tập',
icon: 'fas fa-tasks',
},
{
id: 'resource',
path: '/resource-management/resource-list',
label: 'Kho tài liệu',
icon: 'fas fa-book',
},
{
id: 'message',
path: '/message',
label: 'Tin nhắn',
icon: 'fas fa-comments',
children: [
{
id: 'org',
path: '/message/org',
label: 'Cộng đồng',
icon: 'fas fa-users',
},
{
id: 'private',
path: '/message/private',
label: 'Nội bộ',
icon: 'fas fa-user-friends',
},
],
},
{
id: 'statistics',
path: '/statistics',
label: 'Thống kê',
icon: 'fas fa-chart-bar',
},
{
id: 'management',
path: 'management/admin',
label: 'Admin quản lý',
icon: 'fas fa-user-shield',
},
{
id: 'payment',
path: '/service-and-payment/payment',
label: 'Thanh toán',
icon: 'fas fa-credit-card',
},
{
id: 'organization ',
path: '/organization/list',
label: 'Tổ chức',
icon: 'fa-solid fa-building-user',
},
];

export const sidebarOrganizations: SidebarItem[] = [
{
id: 'org-post ',
path: '/organization/details/',
label: 'Bài viết nội bộ',
icon: 'fas fa-newspaper',
},
{
id: 'org-exercise ',
path: '/organization/exercise',
label: 'Bài tập nội bộ',
icon: 'fa-solid fa-book-open',
},
{
id: 'grade',
path: '/organization/grade/list',
label: 'Danh sách lớp',
icon: 'fa-solid fa-rectangle-list',
children: [
{
id: 'org',
path: '/message/org',
label: 'Khối 1',
icon: 'fas fa-users',
},
{
id: 'private',
path: '/message/private',
label: 'Khối 2',
icon: 'fas fa-users',
},
],
},
];
Loading
Loading