@pawelzelawski brought up a good point in another thread: how should we keep up to date with status of projects in case we need to make a handoff?
I don’t think real-time meetings are particularly feasible and in any case we’d need to write stuff down anyway. So here are the two approaches I think we can take. Perhaps there are others:
- Maintain a file in the pgm_team repo that has key project information and regular status updates.
- Do basically the same thing but in a Discourse topic instead.
Option 1 makes it easier to track current and past projects (without losing them in a sea of other Discourse posts) but requires everyone to use git. Option 2 makes it really easy for others to ask questions, but that might also be a distraction.
In either case, we’ll want to have the expectation that people working on assignments will regularly communicate what they’ve been doing with the team and will update the official way of sharing updates at least once a month, or more frequently if appropriate.
An example of what a file might look like is:
cat current/llama_herders.md
# Llama Herder team
## Basic info
* Assigned PgM: Pro Grammanger
* Team Lead: Mark Llama, Gerbil Farmer
* Team meetings: every third Tuesday except during a full moon at 0300 UTC in a telepathic connection
* Issue tracker: https://pagure.io/fedora-llama
* etc etc
## Updates
### 2021-05-27
* Finally got bcotton to update the Spins documentation.
* Writing Change proposal for F35
### 2021-04-27
* Started working with the team. They are herding Llamas.
* First goal is creating a Llama Herder Spin, which is blocked on documentation
The Discourse topic would essentially be the same as above, except with comments instead of updated appended to the file.