Skip to content

Dashboard App

The Dashboard application provides external views and data visualization.

Overview

  • Port: 4202
  • Purpose: External views and data visualization
  • Target Users: Executives, external stakeholders, clients
  • Location: web/projects/dashboard/

Key Features

Data Visualization

  • Interactive charts
  • Real-time dashboards
  • Custom visualizations
  • KPI displays

Executive Dashboards

  • High-level metrics
  • Business intelligence
  • Performance indicators
  • Trend analysis

External Reporting

  • Public-facing views
  • Client portals
  • Shareable reports
  • Export capabilities

Getting Started

Start Development Server

bash
cd web
yarn start-dashboard

Access at: http://localhost:4202

Build for Production

bash
cd web
yarn build:dash:prod

Output: web/dist/dashboard/

Project Structure

projects/dashboard/
├── src/
│   ├── app/
│   │   ├── components/      # App components
│   │   ├── widgets/         # Dashboard widgets
│   │   ├── services/        # App services
│   │   ├── app.component.ts
│   │   ├── app.config.ts
│   │   └── app.routes.ts
│   ├── environments/
│   ├── assets/
│   ├── styles/
│   └── main.ts
└── project.json

Coming Soon

This page is under construction. More details will be added about:

  • Widget system integration
  • Visualization libraries
  • Dashboard customization
  • Data sources
  • Feature modules specific to Dashboard app

For now, refer to:

Syneo/Barcoding Documentation