公开路线图
The Public 路线图 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
- 输入您的 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.
下一步
- Public 更新日志
- 路线图 Management (admin side)