Introduction This function allows you to upload multiple documents under a project. You can upload documents related to different phases of the software development lifecycle. These documents help you streamline software development efforts or activities during an application development throughout VDLC (Vahana Development Lifecycle). To organize documents throughout the software development lifecycle, this function provides… Continue reading Uploading Document in Project
Author: Saurabh Kumar
Creating a New Project
After you access the Project Management module, you create a new project to manage the product (application) development throughout the development life cycle. When you create a new project, you define its timeline by selecting the project’s start and end dates. During the product development life cycle, you can also change the project timeline. To… Continue reading Creating a New Project
An Introduction to Project Management
In the Vahana cloud, the Project Management module allows you to create the project. After you create a project, you configure multiple project-level properties to organize a variety of documents in the project. Under the project, you can upload numerous documents. These documents include businuess requirement documents, detailed functional specification documents, test plans, test cases,… Continue reading An Introduction to Project Management
Creating a New Build (vFlow)
Creating a new build of the application designed in the vFlow module requires fewer steps as compared to creating a build of the application designed in vDesigner. You are always recommended to create the build of an application after you configure the build-related properties. Throughout the complete application development life cycle, the Downloads module enables… Continue reading Creating a New Build (vFlow)
Setting Build Properties for Application in vFlow
Before you create a build for the application designed in the vFlow module, you need to configure several properties at the following levels: To configure the build settings: Application Level Settings Application Level Settings Description Upload Icon () Click the plus icon to select the icon of the application from the local drive. Build Version This… Continue reading Setting Build Properties for Application in vFlow
Creating a New Build (vDesigner)
When you plan to create a build of the application, you are always recommended to configure application build-related properties. Before you create a build, you must configure Android, middleware, and security-related properties. This planned approach helps you create an application build based on application’s usage. Note:- To know more about build-related properties, click here. The… Continue reading Creating a New Build (vDesigner)
Icon
The Icon element under the Table component is a visual item that provides users with interactive or informational icons in a structured table format. It allows for dynamic engagement within the application by providing an intuitive way to convey actions, statuses, or navigational cues. With configurable options for appearance and behavior, the Icon element adds… Continue reading Icon
Setting Build Properties for Application in vDesigner
Before you create a build for the application designed in vDesigner, you need to configure several properties at the following levels: To configure the build settings: Android Settings Android Settings Description Upload Icon () Click the plus icon to select the icon of the application from the local drive. Upload a Splash Icon Click Browse… Continue reading Setting Build Properties for Application in vDesigner
Enumeration
An enumeration is a programming concept. In the Data Modeler module, an enumeration can be treated as an object or data type. The enumeration type is also abbreviated as enum. In the enum object, you need to define the following: In the enum object, the key represents the name of the enum member, while the… Continue reading Enumeration
Entity
Introduction In the Data Modeler module, an entity contains the data in a structured format. When a user performs the function on the application, the application fetches the data from the entity and then displays it to the user. An entity contains the data in one of the following structured formats: Note:- In the Data… Continue reading Entity