Low Code Application
a low code application is a set of integrated elements that provide functionalities that can be used individually (stand alone) or integrated with workflow and esm (itsm) or legacy systems the elements of a low code application are project https //docs run2biz com/lowcode/projeto low code , database connection https //docs run2biz com/lowcode/conexao de banco de dados , business objects https //docs run2biz com/lowcode/objeto de negocio , business rules https //docs run2biz com/lowcode/regra de negocio , forms https //docs run2biz com/lowcode/formulario , integration flows https //docs run2biz com/lowcode/fluxo de integracao (optional), package https //docs run2biz com/lowcode/pacote (optional), query component https //docs run2biz com/lowcode/query component (optional), report https //docs run2biz com/lowcode/configuracao de relatorio (optional), and faas nodejs https //docs run2biz com/lowcode/faas nodejs (optional) stages in low code application implementation the low code implementation process involves several stages that should be followed for better utilization of the tool's resources app design for better development of low code applications, it is necessary to design the needs and requirements that the application will fulfill it is essential to include the entity data model (er / der) that the application will use if the application consumes or generates data for services, the designs of the services should also be included low code configuration after designing the application and gathering information regarding the data entities for your low code application create your entity data model (edm) ; you can also implement business rules for the inclusion, update, or deletion of records in the data entity you can use them in integration flows and the dependencies of business objects ; if you have forms that will use multiple languages, you can create the translation keys , which are labels used for all fields in your forms low code development the configuration stage will prepare us to develop the application to create the integration flows , containing the data structure of the entity (tables), where it will be possible to create attributes (fields) and assign pk's and fk's relationships with other entities, link business rules, and create crud forms and other resources; create business objects related to your business uses of a low code application after creating your business objects and forms, you can link the form to a service of workflow and esm (itsm), register an application and link the form to the main menu glossary entity relationship model (er/der) entity relationship model (er) and entity relationship diagram (der) are terms used in low code development to represent and visualize the structure and relationships between entities in a database system entity relationship model (er) it is a conceptual representation of the entities (objects) of the system, their attributes, and the relationships between them er is used to design the basic structure of the database, defining tables, columns, and the associations between them entity relationship diagram (der) it is a visual representation of the entity relationship model der uses graphical symbols, such as rectangles for entities, lines for associations, and diamonds for relationships, to illustrate the structure of the database in a clearer and more understandable way it helps visualize the entities, their attributes, and the relationships between them service designs these are diagrams or visual schemes that illustrate the structure and interactions of a service they can show the different endpoints (access points) of the service, the available operations, the input and output parameters, as well as possible responses these designs help communicate the functionality and interface of the service clearly and comprehensibly to developers and users who want to interact with it