Features and API Notes
English
This page is a quick reference for important implementation details that affect how users experience the system.
Key product notes
- The application is multi-tenant and depends on subdomain resolution.
- Login uses email and password.
- Permissions control which menus and CRUD actions are available.
- File upload is supported for selected records such as logos, photos, and assignment documents.
- Attendance supports geo-fence validation and privileged backdated records.
Useful local URLs
- Frontend:
http://localhost:4200 - Tenant frontend:
http://demo.localhost:4200 - Backend API:
http://localhost:3000
Myanmar
ဒီ page က user experience ကိုသက်ရောက်စေတဲ့ implementation detail အရေးကြီးအချက်များအတွက် quick reference ဖြစ်ပါတယ်။
အဓိက product note များ
- Application က multi-tenant ဖြစ်ပြီး subdomain resolution ပေါ်မူတည်ပါတယ်။
- Login ကို email နဲ့ password ဖြင့်အသုံးပြုပါတယ်။
- Permission များက menu visibility နဲ့ CRUD actions ကိုထိန်းချုပ်ပါတယ်။
- Logo, photo, assignment document စသည့် record များအတွက် file upload ပါဝင်ပါတယ်။
- Attendance မှာ geo-fence validation နဲ့ privileged backdated record support ပါဝင်ပါတယ်။
အသုံးဝင်သော local URL များ
- Frontend:
http://localhost:4200 - Tenant frontend:
http://demo.localhost:4200 - Backend API:
http://localhost:3000
Maintenance Notes
To run this documentation site later:
cd docs
npm install
npm start
Documentation site ကိုနောက်ပိုင်း run လုပ်ရန် -
cd docs
npm install
npm start