-
Notifications
You must be signed in to change notification settings - Fork 6
Description
One of the things web hosts do today is they limit plugins and themes (aka packages) from being used.
We need to think about ways to allow people to curate packages and set those lists.
- How do you limit packages?
- Who is responsible for determining those limits?
- Who manages it?
One option would be to use moderation/labeling. In that case, we could hook in a moderation service that flags things as allowed/not-allowed. To do that, the FAIR plugin would need to use that moderation service, but also in a non overridable way. That is. we don't want users to be able to change/turn off the mod service.
Another option would be to make your own discovery aggregator that allows you to allow/block repositories, other aggregators, or packages themselves.
What are some use cases for this that we're not thinking of, to help us make a better curation method!