. . .

My Modules


My modules contains all panels for tools provided by your selected modules; the content is therefore depending on your selection.
The only exception is the analytics and the cronjob tool which are always available.

images/download/attachments/61479148/analytics.png

Analytics

images/download/thumbnails/61479148/db3-my-modules-analytics.PNG

The analytics tool shows you the amount of users of your App-Backend and the disk space it uses.
This helps you to decide if you need to upgrade to a higher plan.

Cronjob

images/download/attachments/61479148/db3-my-modules-cronjobs.PNG

images/download/attachments/61479148/cronjob.png

With a paid plan, you have the opportunity to create cronjobs. This page only exists in non enterprise installations. All enterprise customer have to implement those cronjobs in a native module, see here.

A cronjob is a javascript code like you can use in server code, but which is executed automatically in defined time spans: Hourly, daily, weekly or monthly.

All you have to do is to place your javascript to execute as cronjob in one of the following methods:

JavaScript
function aom_hourly() {
// code here gets executed every hour
}
function aom_daily() {
// code here gets executed every day at 3:00
}
function aom_weekly() {
// code here gets executed every week at Monday, 3:00
}
function aom_monthly() {
// code here gets executed every week at first day of month, 3:00
}

CSV/XML

images/download/attachments/61479148/db3-my-modules-csv-xml.PNG

This tool allows you to import or export ZIP-files containing CSV/XML Data in an easy dialog.
So you don’t have to use the REST interface to download/upload your data.

images/download/attachments/61479148/CSV.png

Push

images/download/attachments/61479148/db3-my-modules-push.PNG

You can send push messages to your users using the dashboard.

images/download/attachments/61479148/push.png

Restore

images/download/thumbnails/61479148/db3-my-modules-restore.PNG

If you add the restore module to your App-Backend, you can choose a day from which you want to restore your data.