dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.42k stars 360 forks source link

Filter resources with errors on dashboard #1190

Open smitpatel opened 7 months ago

smitpatel commented 7 months ago

Currently our resources page have filter based on the kind of resources. We should also add another filter for states. Specifically, filter for resources with error can be helpful if you have a lot of resources.

tlmii commented 7 months ago

We should consider if we want to move to using the filtering in the data grid itself in that case (e.g. the per-column filtering in https://www.fluentui-blazor.net/DataGrid#typicalusage - and note that how the filtering is done (text, checkboxes, etc) is entirely up to us) rather than the single filter above.

Probably fits in with #896 as well, though I think we can allow some page-specific UX affordances when grids are involved.

davidfowl commented 4 months ago

@kvenkatrajan Lets punt this one for GA.