cncf / landscape

🌄 The Cloud Native Interactive Landscape filters and sorts hundreds of projects and products, and shows details including GitHub stars, funding, first and last commits, contributor counts and headquarters location.

Home Page:https://l.cncf.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add feature to filter projects that are "specifications"

caniszczyk opened this issue · comments

Something like https://landscape.cncf.io/card-mode?bestpractices=no but for projects that are specs

We probably need an attribute like "specification: true" and filter Something like https://landscape.cncf.io/card-mode?specification=yes

How can I find that a certain project is a specification ?

Do you mean that there is a list of categories or even subcategories which should be considered a specification?
Can you mark then with extra fields to make filtering easier ?

I don't think that hardcoding a list of categories is a proper way

Ok, I mean, there are basically two ways: that people will mark a single project as a specification. I would add "extra: { specification: true }"

Ok, @caniszczyk , add specification: true or specification: "true" or specification: "yes" to the extra fields and the filter will work. I tested locally, please tell me if there is an existing item to which I can add the flag!

@AndreyKozlov1984 any idea why this is failing? #2870