Version Control - Managing AuraPlayer Applications and Versions Follow
Using the App Visualizer you can create mobile and web applications. It is important to edit and upgrade the version number for your application, since chances are you will make changes over time, and you'd like to identify a specific version.
When navigating through the application development wizard. the final publish stage allows you to choose a version number for your app. We recommend to change the version number before you will publish a new version of the application to your users. You can edit the version number in the App Visualizer.
The version that you just added will be displayed in the applications grid table. Thus, you can know exactly which version is currently deployed on your Service Manager.
Note: The application grid table can filter out columns. In order to include the version column add the version as part of the APP_TABLE_COLUMNS in the Admin->System properties.
# Apps possible columns: name,description,numOfServices,numOfPages,version,lastModified,createdBy
APP_TABLE_COLUMNS = name,description,numOfServices,numOfPages,version,lastModified,createdBy
The version will also be visible to the user through the hamburger menu.
When you backup your application, a zip file will be created, with all application resources such as services, JavaScript, html, css, and any other file that is used by your application.
We recommend to give the zip file a relevant name that includes the version number, such as LiveAbsences_1.10.63.zip . We also recommend to save the zip in a shared repository which is backed up or in any version control tool that you are using.
If you would like to compare two versions of your application, just extract the files from the zip files and compare them using any comparison tool.
Comments
0 comments
Please sign in to leave a comment.