Open SuaYoo opened 3 days ago
We'll likely want to change Collection.isPublic
bool to an enum with an accompanying migration for existing data now that collections can have three visbility states: private, shareable but unlisted, and publicly discoverable.
We should also be able to filter the list endpoint on this field.
@tw4l let me know what the new field names and collection enum will be, and I'll start frontend work based on mocked data.
@SuaYoo Details (as well as frontend changes just to keep current behavior with backend changes) are here: https://github.com/webrecorder/browsertrix/pull/2164
publicCollectionListing: true
)