Skip to content

Front App

The Front application focuses on user interactions and job tracking.

Overview

  • Port: 4201
  • Purpose: User interactions and job tracking
  • Target Users: End users, operators, workers
  • Location: web/projects/front/

Key Features

Job Management

  • Job creation and tracking
  • Job assignment
  • Status updates
  • Progress monitoring

Task Management

  • Task lists
  • Task assignment
  • Deadline tracking
  • Task completion

User Features

  • Personal dashboard
  • Profile management
  • Notifications
  • Activity tracking

Getting Started

Start Development Server

bash
cd web
yarn start-front

Access at: http://localhost:4201

Build for Production

bash
cd web
yarn build:front:prod

Output: web/dist/front/

Project Structure

projects/front/
├── src/
│   ├── app/
│   │   ├── components/      # App components
│   │   ├── modules/         # Lazy-loaded modules
│   │   ├── 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:

  • Job workflow
  • Task management
  • User interface components
  • State management
  • Feature modules specific to Front app

For now, refer to:

Syneo/Barcoding Documentation