Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should archived repos be listed on groups pages? #4

Open
vivienlacourba opened this issue Mar 29, 2023 · 2 comments
Open

Should archived repos be listed on groups pages? #4

vivienlacourba opened this issue Mar 29, 2023 · 2 comments
Labels
question Further information is requested

Comments

@vivienlacourba
Copy link
Member

The exposed boolean in w3c.json has some default value for public and private repos but it is not clear how it applies to archived repos.

With @plehegar we thought that W3C Groups would not want to advertise their private repositories on their group page and did not thought of any use cases where they would.

My suggestion is that the exposed bit is orthogonal to the archived state, in which case it is simply an implementation decision for the groups page to decide whether to include, display separately or simply omit archived repos altogether.
And if we were to later display archived repos on groups pages then we would honor their exposed value.

@deniak, @plehegar, @dontcallmedom does that sounds good to you?

@vivienlacourba vivienlacourba added the question Further information is requested label Mar 29, 2023
@vivienlacourba vivienlacourba changed the title Should archived repos be exposed on groups pages? Should archived repos be listed on groups pages? Mar 29, 2023
@dontcallmedom
Copy link
Member

to make sure I parse this right, the idea is that archived repos wouldn't be displayed in group pages at the moment; and if one day they would be, it would be done based on their exposed attribute, with the same defaults as non-archived repos?

I would have a slight preference for the default for archived repos to be exposed: false, but since that's not a current problem, I'm not sure it matters all that much

@vivienlacourba
Copy link
Member Author

to make sure I parse this right, the idea is that archived repos wouldn't be displayed in group pages at the moment; and if one day they would be, it would be done based on their exposed attribute, with the same defaults as non-archived repos?

That's right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants