625 B
625 B
Frontend Boundary
- This repository hosts a React edge application for a single BFF.
- Frontend data access flows through
src/api/*adapter modules. - The UI does not access DAL or internal services directly.
- Route shell and protected sections are session-aware via Thalos session endpoints.
Runtime Base URLs
API_BASE_URLfor business BFF calls.THALOS_AUTH_BASE_URLfor session login/refresh/logout/me.
Protected Workflow Endpoints
GET /api/furniture/{furnitureId}/availability
UI Workflow Coverage
- Furniture availability lookup
- Protected quick-reload actions for recent furniture ids