Oeffentliche Roadmap
The Public Roadmap is an interactive kanban board where end users can see what's planned, vote on features, and suggest new ones.
URLโ
/roadmap/{tenant-slug}
/roadmap/{tenant-slug}?product={product-slug}
Kanban Columnsโ
The roadmap displays items in 4 columns:
| Column | Status | Icon |
|---|---|---|
| Under Review | Items being evaluated | Yellow |
| Planned | Accepted, will be built | Blue |
| In Progress | Currently being developed | Orange |
| Shipped | Completed and released | Green |
Each item card shows:
- Title
- Description (truncated)
- Category badge
- Vote count
- Product name (if multi-product)
Votingโ
End users can vote on roadmap items:
- Click the Vote button on any item
- Geben Sie Ihre email address (for deduplication)
- Your vote is recorded
Each email can vote once per item. The vote count updates in real-time.
Suggest a Featureโ
End users can suggest new features:
- Click Suggest a Feature button (top of page)
- A modal form appears with fields for:
- Name
- Feature description
- Submit the request
The request goes to the tenant's Feature Requests inbox for review.
Product Filteringโ
When accessed with ?product={product-slug}, only roadmap items for that product are shown.
Naechste Schritteโ
- Public Aenderungsprotokoll
- Roadmap Management (admin side)