A typical development process for deploying an online database application using this extension ncludes -
design and documentation of the database model, validation/transformation rules, screen flows, email notifications to determine the suitability of using a generalised plugin and articulate the amount of customisation that will be required to achieve client satisfaction.
creation of data model as a separate extension in the typo3 kickstarter
creation of pages, plugins and template records to get the basics of the user interface working
at a minimum specify plugin.tx_admininterface_pi1.table= in the template record
fine tuning of TS configuration. See configuration and reference sections.
[optionally] creation of php functions to override default behaviors and massage field values
[optionally] creation of HTML template fields to fine tune the output presentation
Quick Start
Insert a content element of type plugin, plugin type admin_interface.
Create a template on the same page with the setup plugin.tx_admininterface_pi1.table=fe_users
View the page