Feature configuration
Several features are configurable on app level. A short description of these features.
Hangfire support
wyStack comes with Hangfire support to enable applications to execute tasks in the background. You can enable Hangfire support, configurable options are:
- Dashboard only: enable the Hangfire dasboard as part of the ServiceLayer. Use this option if you want to execute Hangfire jobs in the Job Server and not in the ServiceLayer.
- Dashboard and server: run the Hangfire dashboard and server as part of the ServiceLayer.
- Disabled: don't use Hangfire at all.
Default: Disabled
More information: https://www.hangfire.io/
Import feature
The import feature allows you to import data in your application's database using a ZIP-file.
Default: true
Note: at the moment many-to-many relationship imports are not supported.
Export feature
The export feature allows you to export data from your application's database using a ZIP-file.
Default: true
Note: at the moment many-to-many relationships are not contained in the export.
Management feature
Default: true
Sync feature
Add the sync API endpoint to the ServiceLayer, usually this feature is used in combination with the Flutter app template.
Default: false
SignalR feature
Add SignalR support to your API. This feature is currently not supported.
Pivot feature
Enable the Pivot feature on grids in the User Interface.
Default: false
Note that not all wyStack plans support this feature.
IFC feature
Add support for the IFC model viewer, based on IFCjs.
More information about IFCjs: https://ifcjs.github.io/info/
Default: false
Note that not all wyStack plans support this feature.
Monaco feature
Add support for the Monaco Editor. The Monaco Editor is the code editor that powers VS Code.
More information about Monaco: https://microsoft.github.io/monaco-editor/
Default: false
Note that not all wyStack plans support this feature.
Markdown feature
Enable Markdown support, with support for Mermaid diagrams and visualizations.
Default: false
Note that not all wyStack plans support this feature.
Icon set
Specify which icon set you want to use in your application. At the moment the following icon sets are supported:
- FontAwesome Free
- FontAwesome Pro
Default: FontAwesome Free