Skip to main content

6. Runtime View

Common Scenarios

  1. User Login: User authenticates via Auth0 or Azure AD B2C; receives JWT for API access.
  2. Employee Management: HR user creates/updates employee profiles, which are stored in the database.
  3. Time Tracking: User records work hours; data is processed and stored in SQL Server.
  4. Billing Process: System calculates billing based on recorded work hours and generates an invoice.