setup

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package setup owns the welcome wizard.

The wizard runs BEFORE the dashboard is usable. That ordering is the point: the fleet is generated from the operator's plan first, so by the time the first issue is filed there is already a team to work it. A dashboard that opens before the fleet exists just accumulates issues nothing will claim.

Index

Constants

View Source
const (
	StepWelcome   = "welcome"
	StepPreflight = "preflight"
	StepPlan      = "plan"
	StepFleet     = "fleet"
	StepDone      = "done"
)

Steps, in order.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

func New

func New(db *sql.DB, log *slog.Logger, gen *fleet.Generator) *Service

func (*Service) Routes

func (s *Service) Routes(r chi.Router)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL