When a smartdocs model is created in Developer portal, a Drupal views gets generated dynamically based of "Smartdocs Method Listing" View.
Reference:
Smartdocs Method Listing Display: Block In code Type: Content | This is the base view for listing methods in a given model. Whenever you create a new model, a per-model view is generated based on this one. |
Let's say the website has 100+ models & views, and if you want to make a change to the views, 100+ views need to overridden. Is this architecture maintainable & scalable?