Transformer: BlocksAPITransformer

This commit is contained in:
Nimisha Asthagiri
2015-10-28 18:56:27 -04:00
committed by J. Cliff Dyer
parent 00e9237153
commit ae4bc5d0c5
2 changed files with 3 additions and 1 deletions

View File

@@ -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