cncf / landscape2

Landscape2 is a tool that generates interactive landscapes websites
https://landscape.cncf.io
Apache License 2.0
143 stars 39 forks source link

End User and Vendor Filtering #639

Closed onlydole closed 3 months ago

onlydole commented 4 months ago

Context

In recent communications, it was observed that the recent overhaul of the CNCF Landscape site has removed specific filters that help distinguish between end users and non-end users. This functionality is important for the KubeCon CFP pages, where co-chairs use this information to balance the distribution of end user and vendor speakers. The broken links have been causing 404 errors, and this issue needs attention.

Impact

Proposal

Relevant Links:

MiirzaBaig commented 4 months ago

Has anyone fix yet? If not do please elaborate or specify the issue!

tegioz commented 3 months ago

Thanks @MiirzaBaig, we've already taken care of this 🙂 (I'd recommend you to take a look at https://clotributor.dev, where you can find lots of issues looking for help).


We've just added a new end user filter @onlydole. It's available from the UI (see screenshot below), so you can easily combine it with other filters to produce the link you need.

The equivalent of

https://landscape.netlify.app/card-mode?enduser=yes

in landscape v2 would be

https://landscape.cncf.io/?group=members&view-mode=card&classify=category&enduser=true

But maybe you want to apply some extra filtering, select a different order or grouping for the cards, etc. So feel free to tweak it as needed 😉

end_user_filter

Closed by #647, #646 and cncf/landscape2-sites#90.

onlydole commented 3 months ago

Thank you so much, @tegioz!