Commit Graph

4 Commits

Author SHA1 Message Date
Cursor Agent
dffda6d618 feat(auth): add AuthStateService for role-based redirects
- Create Services/AuthStateService.cs with Login/Logout/GetPortalUrl
- Register as singleton in Program.cs

Co-authored-by: Velik <hongochai10@users.noreply.github.com>
2026-02-27 07:55:23 +00:00
Cursor Agent
5d02accd29 feat(tpos): add PosDataService client for BFF API consumption
- Create PosDataService with typed record DTOs for shops, products,
  categories, tables, and appointments
- Register PosDataService as scoped service in Client Program.cs

Co-authored-by: Velik <hongochai10@users.noreply.github.com>
2026-02-26 20:15:13 +00:00
Ho Ngoc Hai
f678a1a69a feat: Restructure authentication UI to dedicated tPOS pages and update client assets and configurations. 2026-02-12 01:27:12 +07:00
Ho Ngoc Hai
689f4fa96f feat: Set up initial WebClientTpos .NET project structure, including client, server, assets, and documentation. 2026-02-12 00:41:43 +07:00