There has been disagreement over whether Open edX’s content authoring Web service is called “CMS” or “Studio”.
This ADR decides that:
“CMS” is the proper name of the Web service.
“Studio” is the content authoring product that CMS powers.
Going forward, keep this distinction in mind as you write apps, tools, and documentation relating to either CMS or Studio. There are still some places (for instance, Devstack) where the wrong term is used, but this ADR should make it easier to smooth them out over time since a consensus has been reached.
This may not strike everyone as an especially significant or interesting decision Still, I do think that straightening out our lexicon is one way to make our project more comprehensible for newcomers and more delightful for experienced contributors.
The docs on “Building and Running an edX Course” have a “What is Studio?” section that I think explains Studio pretty well. Alas, those docs are filled with a lot of edX.org-specific info instead of being oriented at Open edX.
@ghassan is there other course authoring documentation that you of that we could add this information to?
@ghassan I think your distinction is correct in most cases. I’d note one exception – the HTML/JS/CSS for Studio should be considered “Studio frontend code”, not “CMS frontend code”, since the code is part of the Studio interface.
The distinction is a little fuzzy right now because the Studio interface is coupled to the CMS backend. Once the Studio interfce is fully extracted into micro-frontends, it’ll be clearer, because CMS will be a backend-only webservice, and Studio will be a collection of MFEs using CMS.
@kmccormick - I’m curious to get your thoughts (and others) on whether there is value in retaining cms at all, or any distinctions between ’ studio front end code’ vs ‘cms front end code’. It would be nice to avoid general industry / technical jargon like cms IMO but this is a minor issue not a major one. (For example our content discovery integrations are also “cms” integrations)