ORE Studio Wt Component

Web frontend component for ORE Studio.

Component Architecture

Diagram:

Description

Figure 1: ORE Studio Wt Component Diagram

This module provides a web frontend using the Wt C++ Web Toolkit. It offers browser-based access to ORE Studio functionality with direct domain type integration. Key features include:

  • Account management: Create, edit, and manage user accounts via web UI
  • Currency operations: View and manage currency data
  • Country management: Country list and detail views
  • Feature flags: Toggle system features through web UI
  • Session management: Web-based authentication and session handling
  • Responsive UI: Widget-based interface compatible with modern browsers

The module is organized into namespaces: app (widgets, dialogs, application), config (options, parser), and service (application context, session manager).

Top: Documentation Previous: System Model