You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the libraries implementation, we use a Content representation of the block.xml to provide the OLX that renders a component-level XBlock. We definitely want to have this file, because it's the thing we're going to export when the XBlock gets DEPR and goes away twelve years from now. But there are going to be other situations where XBlocks want data from multiple source files. The HTMLBlock is kinda hacked to use CDATA for libraries right now, but it usually defines an HTML file in Modulestore. Looking forward more, it would be nice if we could modify ProblemBlock to keep Python source files separate from the XML, but still read them in for the purposes of the XBlock rendering in an optimized way that just did one select instead of each XBlock making n-queries for all the pieces it needs.
This does not block the Redwood preview release, but we should strongly consider it for Sumac.
The text was updated successfully, but these errors were encountered:
ormsbee
added
the
data model
Anything relating to the relational models or more abstract "model" concepts around Learning Core.
label
Feb 28, 2024
In the libraries implementation, we use a
Content
representation of theblock.xml
to provide the OLX that renders a component-level XBlock. We definitely want to have this file, because it's the thing we're going to export when the XBlock gets DEPR and goes away twelve years from now. But there are going to be other situations where XBlocks want data from multiple source files. TheHTMLBlock
is kinda hacked to use CDATA for libraries right now, but it usually defines an HTML file in Modulestore. Looking forward more, it would be nice if we could modify ProblemBlock to keep Python source files separate from the XML, but still read them in for the purposes of the XBlock rendering in an optimized way that just did one select instead of each XBlock making n-queries for all the pieces it needs.This does not block the Redwood preview release, but we should strongly consider it for Sumac.
The text was updated successfully, but these errors were encountered: