# README
ppacer user interface
TODO
This project uses Tailwind CSS for styling. For local development, please remember to run
npx tailwindcss -i ./css/input.css -o ./css/output.css --watch
# Functions
DefaultStarted starts HTTP server which serves ppacer UI in default configuration.
DefaultStartedMocks starts HTTP server which serves ppacer UI in default configuration.
NewUI creates new instance of ppacer UI.
NewUIWithMocks creates new instance of ppacer UI which uses mocked Scheduler in stead of actual ppacer Scheduler.
# Constants
Name for environment variable for setting ppacer default logger severity level.
# Variables
Default UI configuration.
go:generate sh -c "head -n 1 CHANGELOG.md | grep -oP '# \\[\\K[^]]+' > VERSION.txt"go:embed VERSION.txt.
# Structs
Config represents type for UI configuration.
No description provided by the author
No description provided by the author
SchedulerMock mocks ppacer scheduler.API, so the UI can be run without actual ppacer Scheduler running.
UITaskLogRecord represents task log records with assumed DAG run and task information.
UITaskLogs represents information on DAG run task logs.
TaskPos represents a Task position in a DAG.
UI represents ppacer UI.