You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With the introduction of sample vs stack, we probably want the filtering mechanism as part of the getter of the registry library.
Describe the solution you'd like
The filters can start with are filtered by type (sample vs stack) and filter by tags. We can build more fine-grained filtering in the future but we can start with those two.
To differentiate sample and stack in index.json, we can either add new field (eg. type) to metadata field or add new tag (eg. sample vs stack) to tags field.