One confusing thing when I started working on Open edX was understanding what was the difference between open edx and edx.org, what harvard and MIT had to do with the project, what 2U was, axim colaborative, etc. I shared this problem with @antoviaque, and we thought that making a diagram could make it easier to understand the landscape and where OpenCraft fits into it.
Here’s a first draft I made with Mermaid.
triangles are learning sites, round corners are companies, sharp corner is Open edX
Here’s the code for it:
---
config:
theme: mc
---
flowchart LR
A("2U") -- owns --> B{"edx.org
_the learning platform_"}
C["Open edX
_open source project_"] -- powers --> B & X{"_Other Learning Platforms_"}
D("OpenCraft") -- contributes --> C
E("Axim Colaborative") -- stewards --> C
E -- contributes --> C
E -- client --> D
X -- client --> D
Any suggestions or clarifications are more than welcome. My hope is that we can add something like this to the handbook so it’s clear for newcomers and teammates as well.
Edit: Second draft based on @maxim 's suggestions bellow