-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Currently, the Adding Regions and Institutions page is structured differently than the other pages of the tutorial. The way the page presents the concepts of regions and institutions somewhat treats regions and institutions as two separate blocks, when in reality, institutions are a part of the Region block. For example, we provide partial templates for the region block and the institution blocks within the region block, and then show a combined region and institution block template. Do we want to keep the partial templates to help explain the concepts of regions and institutions, or get rid of them and use the full template to explain the concepts?
Additionally, the page has activities that:
- Write the Region Block
- Save the input file as
tutorial_oncethrough.xml - Add an extra institution into the Region Block
- Save the input file as
tutorial_oncethrough.xmlagain
Is there value in having a separate activity to add an extra institution, or could that be done when the Region block is first written?