@model FeatureRequestIndexViewModel @{ ViewData["Title"] = "Feature Requests"; }
Feedback
Send suggestions and keep track of your conversations with the PlotDirector team.
No suggestions yet. If something keeps getting in your way, or you have an idea that would make PlotDirector better, send it in.
Submit Feature Request| Title | App Area | Importance | Status | Created | Updated | Latest Activity | |
|---|---|---|---|---|---|---|---|
| @request.Title | @(request.AppArea ?? "Not set") | @(request.Importance ?? "Not set") | @request.Status | @FormatDate(request.CreatedUtc) | @FormatDate(request.UpdatedUtc) | @(request.LatestActivityUtc.HasValue ? FormatDate(request.LatestActivityUtc.Value) : "None yet") | Open |