The App Builder – WP Data Access 5.5
by Kim Leong | Apr 15, 2024 | Plugin, What’s new? | 2 comments
WP Data Access 5.5.0 introduces the new App Builder. It offers a new way of building apps from your database tables.
After updating to version 5.5.0, you will notice a new button on the top toolbar called “Apps“. Click this button to access the new app builder interface.
Step 1: App Info – This is where you enter basic information for your app
- App Name – The name of your app. It must be unique
- App Title – The title can be used to describe your app
- App Type – Choose between Data Table (Read Only) or Data Administration (Supports transactions)
Step 2: Data Source – Select your data source
- Database – Select which database your table is located
- Table Name – The main table source of your app. The table list is updated in real-time when choosing another database.
- Select Columns – After selecting a table, listed column names are updated in real-time. All columns are selected by default. De-select to exclude columns.
Step 3: Authorization
- Authorized access only – Only logged-in users with specified roles can view/access your app
- Anonymous Access – All users (both logged in and out) can access your app
Run & Build
After completing the app wizard, your new app will be added to the main app page. Hover over your app name and click on “Run & Build” to start customizing your app.
Customizations
The table builder is available from the toolbar and works just like the table builder in the new data explorer. When you view a row, you can also access the form builder from the toolbar. There are more options available in the builders accessed from the App Builder than the ones you see in the Data Explorer.
Many improvements have been added to the table and form builder since the release of 5.4.0. Feel free to explore and don’t hesitate to message us if you have questions!
Access
You can set up access to your app in the “Manage App > Access” toolbar.
For frontend access, you can turn on Feedback to show authorization and usage errors when users without authorization try to access your app. After toggling the option, copy the new shortcode and use it on your frontend page.
From: https://wpdataaccess.com/2024/04/15/the-app-builder-wp-data-access-5-5/
