App

EveryDataStore software can be expanded with apps or plugins.
Apps of a DataStore are maintained in following data model.

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

DataStore, InstalledBy, Logo