Statuses
Customize your feature workflow with statuses to track progress from submission to completion. Each status represents a stage in your feature lifecycle.
Accessing Statuses
Go to Admin > Statuses to customize your feature workflow.
Default Statuses
Votlie comes with six default statuses out of the box:
| Status | Color | Purpose |
|---|---|---|
| Under Review | Amber #F59E0B | New submissions awaiting review |
| Planned | Blue #3B82F6 | Approved and added to the roadmap |
| In Progress | Purple #8B5CF6 | Currently being built |
| Completed | Green #10B981 | Shipped and available |
| Declined | Red #EF4444 | Won't be implemented |
| Archived | Gray #6B7280 | Inactive or outdated features |
Creating Custom Statuses
- Click Add Status
- Enter a label (e.g., "Testing", "On Hold", "Needs Info")
- Choose a color
- Click Save
The new status is immediately available for assigning to features.
Editing a Status
- Click the edit icon next to the status
- Change the label, color, or icon as needed
- Click Save
Changes apply immediately to all features with that status.
Roadmap Visibility
Each status has a Show on Roadmap toggle. When enabled, features with that status appear on your public roadmap.
Typical Setup
| Status | Show on Roadmap |
|---|---|
| Planned | Yes |
| In Progress | Yes |
| Completed | Yes |
| Under Review | No |
| Declined | No |
| Archived | No |
Only show statuses on the roadmap that represent committed or completed work. Keeping "Under Review" and "Declined" hidden avoids confusing users.
Board Visibility
Each status has a Show on Board toggle. When disabled, features with that status are hidden from the public board but remain visible in the admin panel.
This is useful for:
- Hiding declined features from users
- Keeping archived features out of the public view
- Managing internal-only statuses
Reordering Statuses
Drag statuses to change their display order:
- Grab the handle on the left of a status
- Drag it to the desired position
- The order saves automatically
The order is used on board status tabs and roadmap columns.
Deleting a Status
- Click the delete icon next to the status
- Choose a replacement status for existing features that use it
- Confirm deletion
You cannot delete a status if it is the only one remaining. At least one status must exist at all times.
Next Steps
- User Management - Manage roles, permissions, and user accounts