# XWUIBacklogPlanner

Two-pane backlog-to-sprint planner with point totals. Does not import KanbanBoard.

## BasicUsage

Default capacity 20.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default capacity 20.
```

## Tight

Smaller sprint capacity.

```example
file: examples/Tight.ts
html: examples/Tight.html
title: Tight
description: Smaller sprint capacity.
```

## Move

Move Auth polish into the sprint.

```example
file: examples/Move.ts
html: examples/Move.html
title: Move
description: Move Auth polish into the sprint.
```

## OverCap

Refuse a move that exceeds capacity.

```example
file: examples/OverCap.ts
html: examples/OverCap.html
title: OverCap
description: Refuse a move that exceeds capacity.
```

```api
```
