rust-lang / www.rust-lang.org

The home of the Rust website
https://www.rust-lang.org
Apache License 2.0
362 stars 286 forks source link

Handle launching-pad subteams. #1914

Closed ehuss closed 5 months ago

ehuss commented 5 months ago

In https://github.com/rust-lang/team/pull/1206 I am planning to add the launching-pad team, and connecting its subteams underneath it so that we can track it more effectively. Unfortunately this will break the working-group listing at https://www.rust-lang.org/governance because the current code is looking for working groups with no parent team. This changes it so that if a team/working-group is part of the launching-pad, it will continue to be displayed.

I don't know if long-term it would make sense to give the launching-pad its own sub-page. In practice, it is a transparent "umbrella" team, and I'm not sure if it makes sense to separate it out as an actual entity.