generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
docuImprovements or additions to documentationImprovements or additions to documentation
Description
essentials: core, controlledTerms
extensions: all other modules
TRUE DEP: bold links
SOFT DEP: thin links
ESSENTIAL -> EXTENSION scenarios:
- schemaA -> schemaB (one or multiple object, required)
- schemaA in essentials
- schemaB in extension
-> THIS IS WHAT WE NEED TO AVOID (TRUE DEPENDENCY between essential to extension)
- schemaA -> [schemaB | schemaC] (one or multiple object, required)
- schemaA in essentials
- schemaB in extension
- schemaC in essentials
-> OKAYISH (SOFT DEPENDENCY between essential to extension)
- schemaA -> schemaB (one or multiple object, optional)
- schemaA in essentials
- schemaB in extension
-> THIS IS WHAT WE WANT TO AVOID, less critical than 1 (SOFT DEPENDENCY between essential to extension)
- schemaA -> [schemaB | schemaC] (one or multiple object, optional)
- schemaA in essentials
- schemaB in extension
- schemaC in essentials
-> OKAYISH (SOFT DEPENDENCY between essential to extension)
Extensions to essentials can of course have TRUE DEPENDENCIES
Metadata
Metadata
Assignees
Labels
docuImprovements or additions to documentationImprovements or additions to documentation