Transformer: BlocksAPITransformer
This commit is contained in:
committed by
J. Cliff Dyer
parent
00e9237153
commit
ae4bc5d0c5
@@ -13,11 +13,13 @@ class BlocksAPITransformer(BlockStructureTransformer):
|
||||
Umbrella transformer that contains all the transformers needed by the
|
||||
Course Blocks API.
|
||||
|
||||
Contained Transformers (in this order):
|
||||
Contained Transformers (processed in this order):
|
||||
StudentViewTransformer
|
||||
BlockCountsTransformer
|
||||
BlockDepthTransformer
|
||||
BlockNavigationTransformer
|
||||
|
||||
Note: BlockDepthTransformer must be executed before BlockNavigationTransformer.
|
||||
"""
|
||||
|
||||
VERSION = 1
|
||||
|
||||
Reference in New Issue
Block a user