Commit 9c218b95 authored by Mark Harding's avatar Mark Harding
Browse files

(feat): add in how-we-work page

parent b7a0461e
Loading
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
---
id: how-we-work
title: How we work
---

Minds is a distributed team located on both sides of the Atlantic. We communicate via [Zulip](https://zulip.com), [Gitlab](https://gitlab.com) and Minds Gatherings (video chat).

## Squads

| Squad  | Members                     | Scrum Calls Meeting Times                  |
|--------|-----------------------------|--------------------------------------------|
| Blue   | Guy, Olivia, Rami           | Monday + Thursday 5PM UK / 12PM NY         |
| Green  | Brian, Juan, Martin, Xander | Tuesday + Thursdays 4.30PM UK / 11.30AM NY |
| Yellow | Ben, Emi, Marcelo           | Tuesday + Thursdays 1.30PM UK / 8.30AM NY  |

### Video Scrums

[Click here](https://www.minds.com/groups/profile/569521254306951168/feed) to join the calls.

Each squad has a video call twice per week. The squad answers the following questions:

1) What did you yesterday
2) What are you going to do today
3) Are there any issues

### Asynchronous Scrums 

On days where the squad does not have a video call scheduled, the scrum will be performed offline and still follow the same 3 question patterns as noted above.

## Coffee Chats

Optional daily 30 minute meetings where team members can hop in and out, discuss issues or share knowledge. Time TBC.

## QA

Please visit the [REAMDE.md](https://gitlab.com/minds/qa) on [https://gitlab.com/minds/qa](https://gitlab.com/minds/qa) for more information about our QA process.

## Project management

*This section is still being constructed*.

## Work in progress

This document is a work in progress. Let's discuss how to improve our processes!
 No newline at end of file
+8 −1
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@
        "title": "Welcome to the Minds stack",
        "sidebar_label": "Introduction"
      },
      "getting-started/troubleshooting": {
        "title": "Troubleshooting"
      },
      "guides/architecture": {
        "title": "Architecture"
      },
@@ -39,6 +42,9 @@
      "guides/mobile": {
        "title": "Mobile"
      },
      "handbook/how-we-work": {
        "title": "How we work"
      },
      "walk-throughs/backend-modules": {
        "title": "Backend modules"
      },
@@ -70,7 +76,8 @@
      "Getting started": "Getting started",
      "Guides": "Guides",
      "Contributing": "Contributing",
      "Walk-throughs": "Walk-throughs"
      "Walk-throughs": "Walk-throughs",
      "Handbook": "Handbook"
    }
  },
  "pages-strings": {
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@
      "walk-throughs/feature-flags",
      "walk-throughs/infinite-scroll",
      "walk-throughs/notifications"
    ],
    "Handbook": [
      "handbook/how-we-work"
    ]
  }
}