Add Dependencies
A Hypi App may have a functional dependency on one or more apps. Borrow the functionalities from other apps using the Dependencies
feature. When you add an app as a dependency, your Hypi app will inherit its behavior.
- To add
Dependencies
, click onSettings
under theVersions
. You will find theDependencies
section. Click on+Create
to add a dependency.
- Search for
App
name to add a dependency.
- Click on the App name listed below.
- You will get a list of releases. Select the appropriate release.
- The release gets listed under the
Dependencies
section.
- There is another way to add a dependency. Click on
+ Custom Dependency.
- Here, you need to enter
Release ID
to add a release as a dependency. You may copy the Release ID from the settings section of the release to be added.
- The release from the app gets added in the section. You may remove the dependencies by clicking the
Delete
icon.
- Added dependencies can also be seen under the
Visual Builder
. Tables from the added Releases get added as dependencies under Table listing. Hence, schema from the added releases gets inherited.