App

Central Management of Installed Apps and Plugins

The App model in EveryDataStore acts as a container for all installed apps and plugins within a single DataStore. It provides a centralized way to organize and control the software extensions that enhance the platform's capabilities.

Using the App Manager located under Administration > Apps, administrators can easily install or uninstall available apps in the DataStore. This flexible management ensures that only the required apps are active, optimizing system performance and usability.

Furthermore, administrators have full control over which apps end users are permitted to use, enabling tailored access rights and streamlined user experiences based on roles or projects.

This modular approach with the App model empowers organizations to customize their EveryDataStore environment efficiently and securely.

Name

App

Properties

Name

Type

Description

Slug

Varchar(110)

EveryDataStore-ID

Title

Varchar(100)

Name of the App

Active

Boolean

Indicates whether the App is active or not

Description

Text

Description of the App

Author

Varchar(100)

Name of the manufacturer

Website

Varchar(255)

Manufacturer's website

Version

Varchar(5)

Release

Type

Enum(Code, RecordSetForm)

Code: An App consists of PHP- or Angular code.

RecordSetForm: Predefined RecordSetForms

Relations (has one)

InstalledBy (Member), Logo (File)

Relations (belongs_many_many)

DataStores