... | ... | @@ -46,7 +46,7 @@ Artificial Intelligence in Medical Imaging |
|
|
- [Configuring Sonador to Allow for Remote OHIF Development](https://www.oak-tree.tech/blog/sonador-ohif-config). While Sonador includes a version of OHIF integrated into the platform, it is also possible to configure it allow a remote OHIF instance.
|
|
|
* Backend Development
|
|
|
- Sonador builds on a set of components collectiviely referred to as `lib/guru`. `lib/guru` includes a Django framework for [building API endpoints](https://code.oak-tree.tech/django-apps/guru), [securing them](https://code.oak-tree.tech/django-apps/secure), and [creating API clients](https://code.oak-tree.tech/guru-labs/guru-client) to integrate the APIs into other programs.
|
|
|
+ General documentation can be found in the [Guru Base Repository](https://code.oak-tree.tech/django-apps/guru/-/wikis/home) including an [overview of the famework's components](https://code.oak-tree.tech/django-apps/guru/-/wikis/dev.data-models) and how [they can be customized using workflow hooks](https://code.oak-tree.tech/django-apps/guru/-/wikis/dev.view-workflow).
|
|
|
+ General documentation can be found in the [Guru Base Repository](https://code.oak-tree.tech/django-apps/guru/-/wikis/home) including an [overview of the famework's backend components](https://code.oak-tree.tech/django-apps/guru/-/wikis/dev.data-models), how [they can be customized using workflow hooks](https://code.oak-tree.tech/django-apps/guru/-/wikis/dev.view-workflow), and the structure of ["fat client" tools that can be used to build integrations (via the Guru Client library)](https://code.oak-tree.tech/django-apps/guru/-/wikis/dev.view-workflow).
|
|
|
+ Sonador specific implementation notes can be found on the [Sonador Design Patterns](dev.data-models) page.
|
|
|
|
|
|
**[How to Contribute](dev.contributing)**. Thank you for your interest in Sonador! Here are some suggestions on how to help and where to go to collaborate.
|
... | ... | |