feat(project): base smatec's frontend

This commit is contained in:
Tran Anh Tuan
2026-01-21 11:48:57 +07:00
commit 5c2a909bed
138 changed files with 43666 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
export enum SGW_ROLE {
SYSADMIN = 'sysadmin',
ADMIN = 'admin',
USERS = 'users',
ENDUSER = 'enduser',
}

View File

@@ -0,0 +1,4 @@
export const SGW_ROUTE_HOME = '/maps';
export const SGW_ROUTE_TRIP = '/trip';
export const SGW_ROUTE_CREATE_BANZONE = '/manager/banzones/create';
export const SGW_ROUTE_MANAGER_BANZONE = '/manager/banzones';