Code Repository for the Siva Siva Mobile App
The code lives inside the source
folder. A shared
folder hosts both libraries
and shared assets
. Modules live in their own folder inside the modules
folder.
This JSON file holds the configuration for the app itself. Individual modules may host their own configuration JSON as well.
The most important items in this file are:
The loader stack provides a backscript for the API to be shared between modules, this exists inside a button called API backscript. Libraries also share their code on the message path for other modules to use but the core routines are a part of this backscript.
add this to the preopenstack handler of any module: backupStack to create incremental backups of your work stack every 15 minutes. be sure .gitignore includes ".bac"