-
Notifications
You must be signed in to change notification settings - Fork 0
sourceControlOganization
tarimshahab edited this page Aug 21, 2015
·
1 revision
When you push an app your created into source control, the folder name should be the name of the app.
Inside your main app folder you should have:
-
js
folder with all your JavaScript code (except the code related to Team Members) -
users
folder containing:-
js
folder with all your JavaScript code relating to Team Members) - html code relating to the Team Members page (index, nav, form, etc.)
-
-
db_script
folder to store script(s) that generate the database for your app - any html code files for your app
-
css
folder if needed for defining the styles for your app -
reports
folder if your app requires extensive reports and you want to organize them separately, containing:-
js
folder with the JavaScript code for formatting reports (ex. config.js, ageGenderTable.js, summaryReport.js) - html code for your reports pages
-
-
Quickforms Basics
-
Tutorials
- Setup Tutorials
- App Development Tutorials
-
Assignments
-
Project
-
Applications
-
Quickforms Advanced
- Project With Database
- Advanced Setup
- HealthApp with Database
- Source Control
- Joining the Team
- Cordova Native Application
- Miscellaneous
- Project With Database
-
-
Form Controls
-
App Controls
-
Report Controls
-
Server Controls
-
Quickforms DAO
-
Email Notification
-
Migrating QuickForms3(Test Server) to QuickForms(Production-Server)