-
Notifications
You must be signed in to change notification settings - Fork 12
Added 0010-async-cloud-team #13
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
Open
ZavenArra
wants to merge
1
commit into
Greenstand:main
Choose a base branch
from
ZavenArra:0010-async-infra-team
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,92 @@ | ||
| # Asynchronous collaboration for the cloud team | ||
|
|
||
| * Status: proposed | ||
| <!-- {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0005](0005-example.md)} --> <!-- optional --> | ||
| * Deciders: @TANguyen1893 @mckornfield @emmanue @ZavenArra @peterwwillis @ximena9201 | ||
| <!-- Find deciders here: https://github.com/orgs/Greenstand/people --> | ||
| * Date: 2022-06-07 | ||
|
|
||
| Technical Story: {description | ticket/issue URL} <!-- optional --> | ||
|
|
||
| ## Context and Problem Statement | ||
|
|
||
| Engineering teams at Greenstand have typically incubated using weekly meetings and semi-synchronous communication in Slack. As team personnel, process, and technologies mature, the scope of individual tasks becomes smaller. Additionlly, conveying information primarily through synchronous meetings limits participation from those that cannot regularly attend, or are looking to contribute during unstructured time in their busy schedules. | ||
|
|
||
| The cloud team has reached a point of maturity where adopting asynchronous processes can expand productivity, and needs to select the right suite of approaches to support team members in this effort. | ||
|
|
||
| ## Decision Drivers <!-- optional --> | ||
|
|
||
| * Inclusion of engineers with varying availability | ||
| * Engagement and retainment of new contributors | ||
| * Productivity | ||
|
|
||
| ## Considered Options | ||
|
|
||
| We will select a mix of options from the below list. | ||
|
|
||
| 1. ADRs for all proposed or accepted decisions | ||
| 2. Manage small scope tickets via a cloud team github project board | ||
| 3. Continue weekly meetings | ||
| 4. Discontinue weekly meetings, and adopt a longer monthly meeting | ||
| 5. Coworking times | ||
| 6. Additional options / ideas? | ||
|
|
||
| <!-- | ||
| ## Decision Outcome | ||
|
|
||
| Chosen option: "{option 1}", because {justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force {force} | … | comes out best (see below)}. | ||
|
|
||
| ### Positive Consequences <!-- optional --> | ||
|
|
||
| * {e.g., improvement of quality attribute satisfaction, follow-up decisions required, …} | ||
| * … | ||
|
|
||
| ### Negative Consequences <!-- optional --> | ||
|
|
||
| * {e.g., compromising quality attribute, follow-up decisions required, …} | ||
| * … | ||
| --> | ||
|
|
||
| ## Pros and Cons of the Options | ||
|
|
||
| ### 1. ADRs for all proposed or accepted decisions | ||
|
|
||
| Some decisions are made in meetings or through collective chat, others are proposals that need feedback. Regardless, all decisions must be written up as ADRs by the team members involved. Accepted ADRs can always be superceded by a follow up ADR. | ||
|
|
||
| * Good, because this gives a clear record of all cloud thinking | ||
| * Good, because this allows groups of team members to act semi-autonomously to make decisions | ||
| * Bad, because it adds time and writing requirements | ||
|
|
||
| ### 2. Manage small scope tickets via a cloud team github project board | ||
|
|
||
| Use the project board at https://github.com/orgs/Greenstand/projects/41 to track all work items with well defined, limited scope. These should be tasks that any contributor can pick up and complete with a few hours of work, assuming the necessary skills. | ||
|
|
||
| * Good, because this gives a landing pad for contributors looking for work to be done | ||
| * Good, because this gives an asynchronous birds-eye view of progress on critical tasks | ||
| * Bad, because more project management time is involved | ||
| * Bad, because some larger scoped tasks might be tracked elsewhere | ||
|
|
||
| ### 3. Continue weekly meetings | ||
|
|
||
| * Good, because this keeps the team coordinated and socially organized | ||
| * Good, because we are used to it | ||
| * Good, because new team members have a place to land | ||
| * Bad, because erratic attendence will continue, impacting productivity | ||
| * Bad, because an unstructured meeting is not always the most productive use of limited time | ||
|
|
||
| ### 4. Discontinue weekly meetings, and adopt a longer monthly meeting | ||
|
|
||
| Instead of an _unstructured_ weekly meeting, organize a _structured_ monthly meeting - i.e. a meeting an agenda and agreed-upon attendance. | ||
|
|
||
| * Good, because all team members can address large scope issues and updates together | ||
| * Good, because this provides sychronous meeting time to balance other asynchronous team process | ||
| * Bad, because there are more organizing requirements | ||
|
|
||
| ### 5. Coworking times | ||
|
|
||
| Instead of weekly meetings, establish a cadence of working or hackmeet times | ||
|
|
||
| * Good, because a lot could get done | ||
| * Bad, because of additional organization requirements | ||
| * Bad, because team members are not colocated | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think ADRs for all proposed or accepted decisions, Manage small scope tickets via a cloud team github project board, Continue weekly meetings and Coworking times(exceptionally for unblocking sessions), would be great.
We could write a meeting report after every meeting, which summarizes the topics that were discussed during the meeting and outline the diffferent tasks which need to be done; this could be linked to a github project board for a holistic view of the tasks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emmanue great comments. How should we identify who writes the meeting report? Keeping minutes like this or reporting back after each meeting has been a consistent problem for our teams, due to low time availability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZavenArra I'm up for the task. If there is a template on which to start from that would be great. If not I will write one from scratch and use that to write the the reports after every weekly meeting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emmanue we do not have a meeting minutes template specifically, but there are some easy ones to follow in Evernote that I really like. If using Evernote, when you start a new note, a few options are shown on the page for templates, with "Meeting Note" being one of them. I've attached a screenshot of that template for you to check out.
The Greenstand google drive also has nice templates created just for Greenstand. But they just have our logo, footer noting the year, and formatting specs. If you wanted, you could draft a meeting minute template starting with a Greenstand basic template, then I can upload it to that space so that it is held there forever for future use.
Just let me know if I can help! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tabi-k please could you send me the Greenstand template on slack.