For this course, we will create a new application and build on this in each chapter.
From the PhixFlow Application menu click Add New.
The Application Creation Wizard opens, enter:
Name: something useful to help you identify your application, e.g. My Application.
Icon (optional):
This is the icon that will be displayed on the Applications page.
Description: Enter a description to help you and others understand what this application is for.
Please Select a Template: For the purposes of this course we will use Serene Grey.
This is a Template Package containing all of the template items we require to create our screens such as complete screens, buttons, and input fields.
Your setup should look similar to the image below:
Click Create Application.
The application is created and loaded.
This is indicated in the address bar of your browser, you will see an addition to your URL similar to, ?application=My%20Application. This URL allows you to directly access your application without the need to select it.
Your application's home page opens:
Application Home Screen
PhixFlow is divided into key areas, each of which is designed to handle a different aspect of application creation:
ERD: Entity Relationship Diagrams (ERDs) allow us to define the data that backs your application and the relationships between data objects, see Understanding ERDs.
Workflow: Workflowsmodel business processes from end to end,showingthe actual componentsof your application that performs eachactivity.Theyvisually depict a detailed sequence of business activities and information flows needed to completeyourbusinessprocess.
Screens: Screens allow application users to interact with data. Users drag and drop templates and components to design a screen or customise their own using CSS; seeDesigning Screens.
Actionflows: An actionflow is a diagram in which you create the functionality of your application in the form of actions. This item is not shown on the home screen but is accessible through buttons and click events associated with screen content.
Accessing Your Application
Selecting
Click on the 9 dots in the top left of the screen.
The Applications page opens.
Double-click on the application you wish to load.
Alternatively, click to open the app in a new tab or window.
Direct Access
To access an application directly from a web address.