File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Type Scheduler UI is a modern React-based web application that provides a clean,
3030- ** Proxy Management** : Configure and manage proxy servers for task execution
3131- ** Database Management** : Handle database connections and configurations
3232- ** Event Logging** : View detailed execution logs and event streams
33- - ** Event handlers** : Extradite events based on regex and job duration changes
33+ - ** Event handlers** : Send events via notification services based on regex message matching and job duration changes
3434- ** Real-time Updates** : WebSocket integration for live status updates
3535
3636---
@@ -84,7 +84,7 @@ A `compose.yml` file is included in the repository for reference. The recommende
8484
8585- ** Framework** : React 19 + Vite
8686- ** State Management** : Redux Toolkit + React Redux
87- - ** Routing** : React Router v6
87+ - ** Routing** : React Router v7
8888- ** UI Components** : shadcn/ui (Radix UI primitives) + Tailwind CSS + framer motion
8989- ** Testing** : Vitest + React Testing Library
9090- ** Language** : TypeScript
@@ -96,7 +96,7 @@ A `compose.yml` file is included in the repository for reference. The recommende
9696git clone https://github.com/moda20/TypeSchedulerUI.git
9797
9898# Navigate to the project directory
99- cd scheduler_ui
99+ cd TypeSchedulerUI
100100
101101# Install dependencies
102102npm install
You can’t perform that action at this time.
0 commit comments