Changes between Version 2 and Version 3 of DeveloperGuidelines/EdenMobile/Structure
- Timestamp:
- 03/30/17 08:35:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Structure
v2 v3 37 37 38 38 This layer has a role similar to "PyDAL" in the Sahana Eden web application (except that it also covers other external resources). 39 40 == Models == 41 42 All database schemas ("models") in EdenMobile are stored in the database itself (unlike in Sahana Eden web application, where they are executable code). 43 44 Table schemas and settings are either configured in www/config/schema.js (from where they are installed into the database during the first run of the app), or downloaded and imported from a Sahana Eden server.