boostorg / website-v2-docs

Boost Site Documentation
https://docs.cppalliance.org
Boost Software License 1.0
6 stars 24 forks source link

Page with a list of key persons and roles is missing #184

Open Lastique opened 8 months ago

Lastique commented 8 months ago

There is a page on the current website:

https://www.boost.org/community/moderators.html

Although some names on that page are not the current ML moderators, I think the same kind of page (with the actual list of moderators) should be present on the new website. The page should also describe the duties of a moderator.

Additionally, the page should list not only ML moderators, but also other persons holding key roles in Boost infrastructure, as well as those roles. For example, Release Managers, Review Wizards, owners of boostorg on GitHub, etc.

alandefreitas commented 8 months ago

@joaquintides Can't the website have this information programmatically instead of us relying on these manually updated docs?

joaquintides commented 8 months ago

Do you mean, like retrieving this info from some existing source of thruth? I don't think this source exists, but you may ask in Slack to be completely sure.

alandefreitas commented 8 months ago

Mmm... I thought each profile on the website was associated with some permissions or tags. At least the moderators must be marked explicitly or they can't moderate anything.

rbbeeston commented 2 weeks ago

With the work that @brianjp93 has done, is this something that can be auto generated Brian?

brianjp93 commented 2 weeks ago

@rbbeeston I don't think that any of my work would enable this. Either a new model would need to be created or if all the moderators have user accounts in boost, maybe an is_moderator flag within the User model. Same for the rest of the key person types.

rbbeeston commented 2 weeks ago

ok, perhaps this would make more sense to look at once mailman3 is implemented.