Releases: openjobspec/ojs-admin-ui
Releases · openjobspec/ojs-admin-ui
ojs-admin-ui v0.3.0
v0.3.0
See the full release notes for details across all Open Job Spec projects.
Installation
See repository README for installation instructions.
v0.4.0
ojs-admin-ui v0.2.0
- chore: bump version to 0.2.0
- refactor: extract common flag parsing logic
- chore: configure linting rules
- docs: update README with usage instructions
- feat: add initial project structure
- refactor: improve WorkflowBuilder component state management
- fix: resolve workflow builder drag-drop state in WorkflowBuilder
- test: add component snapshot tests
- refactor: extract shared UI hooks
- feat: add real-time job status indicators
- refactor: clean up module organization
- feat: add initial project structure
- fix: correct pagination offset in job list view
- feat: add job detail modal with state transitions
What's Changed
See the full release notes: https://github.com/openjobspec/openjobspec/blob/main/RELEASE_NOTES_v0.2.0.md
v0.1.0 — Initial Admin UI Release
ojs-admin-ui v0.1.0
Universal admin dashboard for any Open Job Spec conformant backend.
Features
- Dashboard — Aggregate stats, queue overview, throughput charts
- Queues — List, pause/resume, purge with counts and throughput
- Jobs — Search, filter, inspect full job detail with error history
- Workers — Monitor connected workers, quiet, deregister stale
- Dead Letter — Browse DLQ, bulk retry, delete, stats by error type
- Settings — Backend info, conformance level, capabilities, extensions
- Dark mode — System-aware with manual toggle
- Auto-refresh — Configurable polling interval (default 5s)
- Manifest-driven — Auto-discovers backend capabilities, hides unsupported features
Works with any OJS backend — Redis, Postgres, Kafka, NATS, SQS, Lite, or any custom implementation.