From 98cf09835ae5aa1fdb5d621c7c12c4b39415d142 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 25 Apr 2019 15:06:09 -0400 Subject: [PATCH] Point out Viewer architecture --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cc671e93..9821df25a 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ For more advanced local development scenarios, like using your own locally hoste ### Contributing +> Large portions of the Viewer's functionality are maintained in other repositories. To get a better understanding of the Viewer's architecture and "where things live", read [our docs on the Viewer's architecture](https://deploy-preview-398--ohif.netlify.com/advanced/architecture.html#diagram) + It is notoriously difficult to setup multiple dependent repositories for end-to-end testing and development. That's why we recommend writing and running unit tests when adding and modifying features. This allows us to program in isolation without a complex setup, and has the added benefit of producing well-tested business logic.