CN112363722A - Designer of list page - Google Patents

Designer of list page Download PDF

Info

Publication number
CN112363722A
CN112363722A CN202011167888.XA CN202011167888A CN112363722A CN 112363722 A CN112363722 A CN 112363722A CN 202011167888 A CN202011167888 A CN 202011167888A CN 112363722 A CN112363722 A CN 112363722A
Authority
CN
China
Prior art keywords
configuration
list
data source
metadata
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011167888.XA
Other languages
Chinese (zh)
Inventor
罗成
杨雨
王运圳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Mingyuan Cloud Technology Co Ltd
Original Assignee
Shenzhen Mingyuan Cloud Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Mingyuan Cloud Technology Co Ltd filed Critical Shenzhen Mingyuan Cloud Technology Co Ltd
Priority to CN202011167888.XA priority Critical patent/CN112363722A/en
Publication of CN112363722A publication Critical patent/CN112363722A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The application belongs to the technical field of computers, and provides a designer of a list page, which comprises the following steps: the data source configuration module is used for configuring a data source and generating metadata of the data source; the list design module is connected with the data source configuration module and is used for providing an operable design interface for a user, responding to the configuration operation of the user and generating metadata of the configuration operation; and the metadata driving module is connected with the data source configuration module and the list design module and used for storing the metadata of the data source and the metadata of the configuration operation and rendering and outputting the list interface by using the metadata of the data source and the metadata of the configuration operation. The designer provides a rich data source configuration mode, the design function of the designer covers most of demand scenes, and the development efficiency of the list page is improved.

Description

Designer of list page
Technical Field
The application belongs to the technical field of computers, and particularly relates to a designer of a list page.
Background
With the development of enterprise diversification, the business range of enterprises is wider and wider, and the complexity and flexibility of the enterprises are increased. In order to improve the management efficiency, the enterprise customizes the personalized list according to the self service.
The design of the list page is usually completed by a professional developer entrusted by an enterprise, the development of the list page needs to be performed through a series of processes such as requirement analysis, UI design, code implementation, test verification, operation maintenance and the like, if the business requirement changes, the business personnel need to communicate with the developer again, and the developer needs to repeat the procedures of requirement analysis, coding and testing, so that the delivery cycle of the list design is long and the flexibility is low.
At present, some list designers provide visual online design functions, and can complete simple layout design and event configuration, so that business personnel can directly design lists without entrusting developers, but the list designers are generally simpler in functions and incomplete in coverage, and cannot meet personalized requirements of enterprises.
Disclosure of Invention
The application provides a designer of a list page, provides rich data source configuration modes, and can improve the development efficiency of the list page.
The application provides a designer of a list page, which comprises:
the data source configuration module is used for configuring a data source and generating metadata of the data source;
the list design module is connected with the data source configuration module and is used for providing an operable design interface for a user, responding to the configuration operation of the user and generating metadata of the configuration operation;
the metadata driving module is connected with the data source configuration module and the list design module and used for storing the metadata of the data source and the metadata of the configuration operation and rendering and outputting the list interface by using the metadata of the data source and the metadata of the configuration operation;
the list design module in the designer provided by the application can complete the operable design interface, the layout of components, the attribute configuration of the page control and the like provided for a user in the operable design interface, and the design interface feeds back the operation performed by the user in real time, so that the user can conveniently adjust the list design module; the data source configuration module provides rich data source definition and configuration modes for users; the metadata driving module stores metadata of the data source and metadata generated by the configuration operation, and renders an output list page by parsing the stored metadata. Through the modules, the designer provided by the application meets the list scene coverage of more than eighty percent, all design operations are completed through configuration, the code design of developers is not required to be delivered, the development time of the list page is greatly shortened, and the development efficiency is improved. The style layout and interaction of the list page designed by the designer are unified, and the attractiveness and usability are improved.
Optionally, the data source configuration module includes:
the association configuration submodule is used for receiving an association instruction input by a user and configuring the data source according to the association instruction;
the filtering configuration submodule is used for filtering the data source through a filtering condition and a logical connection relation;
and the authority configuration submodule is used for receiving an authority instruction input by a user and configuring the data source according to the authority instruction.
By utilizing the functions provided by the sub-modules of the data source configuration module, a user can complete the configuration of the data source in a visual configuration mode, including the displayed association table, the filtering and the authority setting of the data source, without background coding, and the method is simple and easy to operate.
Optionally, the list design module comprises:
the page configuration sub-module is used for responding to the configuration operation of the user on the control displayed on the design interface;
the page behavior configuration submodule is used for transmitting page parameters and supporting the opening and closing of pages and the interaction behavior among the pages;
and the layout management submodule is used for responding to the layout operation of the user on the design interface so as to realize the layout design of each part of the list page.
Optionally, the configuration operation performed by the control on the design interface includes at least one of the following configurations: component configuration, field configuration, search configuration, toolbar configuration, list property configuration, rule configuration, or view configuration.
Specifically, the toolbar configuration includes at least one of the following configurations: list row button configuration, global button configuration, bulk button configuration.
Further, toolbar configuration further comprises behavior configuration of the button, the behavior configuration comprising at least one of: opening a page, accessing a third-party system and executing the subscription function, wherein the third-party system comprises a workflow and a screen report.
Specifically, the list attribute configuration includes at least one of the following configurations: list paging, freeze column, highlight, adaptive, or load on demand.
Specifically, the search type corresponding to the search configuration is at least one of the following types: item search, resident search, general search, or advanced search.
By utilizing the list design module, the requirements of multi-scene and multi-functional lists can be met in a layout and configuration mode. The list design module is high in integration level and simple and convenient to operate, and development efficiency of users is improved.
In one possible implementation, the list design module further includes:
and the online coding submodule is used for receiving and executing codes input by a user and realizing the subscription function of the user-defined event.
The designer further provides a function of self-defining coding, and self-defining events which are not provided by some designers can be realized through the online coding submodule, so that the designer of the application can comprehensively cover a list requirement scene. The compiling and the running of the code input by the user are carried out in the sandbox, so that the context environment is isolated, and the safety of the code is ensured.
Optionally, the metadata is stored in an extensible markup language XML file.
In the design process, all metadata corresponding to design and configuration operation are stored in an XML format, and a designer can render and output a designed list interface by analyzing an XML file. Due to the cross-system characteristics of the XML, the design process and the use process of the list can be carried out in different systems, inconsistent display effects caused by different systems on the list interface subjected to rendering output can be avoided, and the application universality and the stability of the designer provided by the application are improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
FIG. 1 is a schematic diagram of an embodiment of a designer provided herein;
FIG. 2 is a schematic diagram of a specific structure of a data source configuration module of a designer provided in the present application;
FIG. 3 is a schematic diagram of a detailed structure of a designer list design module provided herein;
FIG. 4 is a diagram of the overall functional architecture of the designer provided herein;
FIG. 5 is a schematic diagram of a designer data source configuration interface provided herein;
FIG. 6 is a schematic diagram of a designer list design interface provided herein;
FIG. 7 is a schematic diagram of a designer's rule configuration interface provided herein;
FIG. 8 is a schematic diagram of an online coding interface of a designer provided herein.
Detailed Description
FIG. 1 is a schematic diagram of one embodiment of a list page designer 100 provided herein, which includes a data source configuration module 110, a list design module 120, and a metadata driver module 130. The data source configuration module 110 is configured to configure a data source and generate metadata of the data source; a list design module 120 connected to the data source configuration module 110, for providing an operable design interface to the user, responding to the configuration operation of the user, and generating metadata of the configuration operation; and the metadata driving module 130 is connected with the data source configuration module 110 and the list design module 120, and is configured to store metadata of the data source and metadata of the configuration operation, and render an output list interface by using the stored metadata.
Through the data source configuration module, a user can define and configure the data source, including: visually defining a graphical data source, a view, a broad table and the like; the configuration operation which can be carried out includes the relation between the data sources, the filtering condition and the like, after the definition and the configuration are completed, corresponding metadata are generated, list interfaces are opened at other terminals, and the definition and the configuration of the data sources can be reproduced by reading and analyzing the metadata.
The list design module provides an operable design interface, and according to the requirement scene, a user performs layout design and configuration operation of the list in the operable design interface. The design interface feeds back the operation performed by the user in real time, the user can adjust the operation conveniently, the operation is simpler and more convenient due to the visual display form, and the user can operate the operation by hands more easily.
The metadata driving module stores metadata generated in the processes of data source configuration and list design, and stores a designed list page in a metadata form, so that the reproducibility of the list page is ensured; and when the list page is displayed, reading and analyzing the stored metadata, and finally outputting a list interface through rendering.
Through the above modules, the designer provided by the embodiment provides rich data source configuration functions and easy-to-operate design functions, almost all requirements of users are covered, and the designed list pages are stored in the form of metadata, so that the reproducibility of the pages and the consistency of display effects are ensured.
Fig. 2 is a specific structural diagram of the data source configuration module 110, and the data source configuration module 110 includes an association configuration sub-module 111, a filtering configuration sub-module 112, and a permission configuration sub-module 113.
The association configuration sub-module 111 receives an association instruction input by a user, and configures a data table in a data source to which the list needs to be associated according to the association instruction, so that the list can use fields in the association table.
The filtering configuration sub-module 112 filters the data source according to a filtering condition and a logical connection relationship, where the filtering condition is a simple judgment condition input by a user, the filtering condition may be set in multiple numbers, the logical connection relationship is a connection relationship configured between multiple filtering conditions, and the connection relationship may be a logical and, a logical or, and the like.
The authority configuration sub-module 113 receives an authority instruction input by a user, and the authority instruction can set a data source display authority and an operable authority of the user on the data source.
The sub-modules provide rich data source configuration functions, and a user configures the data source in a visual mode without coding, so that the operation flow is simplified.
Further, the configuration of the data source supports the intervention of developers, and the data source is provided by writing a DataApi mode. The method for writing the code by self-definition provides a customized flexible entrance on the basis of the standard data source, and can more flexibly acquire the data of the data source under the condition that the standard data source does not satisfy the acquired data.
Fig. 3 is a specific block diagram of the list design module 120, and the list design module 120 includes: a page configuration sub-module 121, a page behavior configuration sub-module 122, and a layout management sub-module 123.
The page configuration sub-module 121 is configured to respond to a configuration operation performed by a user on a control displayed on the design interface. Illustratively, the configuration operation of the page configuration submodule includes at least one of: component configuration, field configuration, search configuration, toolbar configuration, list property configuration, rule configuration, or view configuration.
The component attribute comprises editing the content of the component, and the edited data can be stored in a data table in a corresponding data source.
Optionally, the toolbar configuration includes: list row button configurations, global button configurations, and bulk button configurations. The buttons support rich button behaviors, for example, the list row buttons support functions of editing, deleting and viewing data details of corresponding list row data; the button actions further include: and opening and closing the page, accessing a third-party system, wherein the accessible third-party system comprises a workflow, a screen report and the like.
The configuration of the toolbar can improve the interactive friendliness degree of a list interface designed by a designer, and the rich behavior of the configuration of the buttons can enable the functions covered by a list page to be more comprehensive.
The list attribute configuration comprises at least one of the following configurations: view display, list paging, freeze column, highlight, adaptive, or load on demand.
The configuration of the list attribute sets the specific display mode, editable range and the like of the list, and meets the requirements of a user for designing different lists according to different services.
The search configuration is configured for the search type, and four optional configuration modes are provided, which are respectively: item searches in the organizational dimension, resident searches in a time-selective manner, general searches in the field data dimension, and advanced searches of optional filter types, filter terms, and the like.
According to the simplicity or complexity of the service, the user can configure different types of search modes to meet personalized requirements.
Specifically, the rule configuration includes condition management and rule management, and the rule configuration can be flexibly applied to the above various attribute configuration operations, including: component configuration, list attribute configuration, toolbar configuration.
Wherein the condition management includes at least one of the following types of conditions: list field, service parameters, URL parameters, system variables. For example, the condition type is a list field, the optional condition operator includes but is not limited to greater than, less than, equal to, and not equal to, the left side of the condition operator is a field to be determined, a preset condition field value is input on the right side of the condition operator, the type of the field value can be set to a fixed value or a variable value, if the condition is satisfied, the input of the left side field is successful, and if the condition is not satisfied, the input data is not satisfied. Logical connections between multiple different OR the same types of conditions may be configured to achieve more complex conditional decisions, including but NOT limited to any combination of AND, OR, AND NOT.
Optionally, rule management includes, but is not limited to, display, hiding, or padding of set fields, dynamic display, hiding, or disabling of buttons, read-only or editing.
Through condition management and rule management, a user further limits the content and the display mode of the input list according to business requirements in the design process.
And the page behavior configuration sub-module 122 is used for transmitting page parameters and supporting the opening and closing of pages and more complex interaction behaviors among the pages. The opening mode of the page can be one of jumping, sliding out, popping up and creating a new label page.
The page behavior configuration submodule provides a management mode of page behaviors, provides multiple interaction choices for users, enriches interaction modes among pages, and supports complex page interaction behaviors, so that the interactivity of the designer in the use process is more friendly.
And the layout management submodule 123 is used for responding to the layout operation performed by the user on the design interface, including the operation of the user for placing the component on the design interface through dragging, and it is understood that the component is one of the component libraries for packaging and introducing the designer.
Optionally, list design module 120 also includes an online encoding submodule 124 for receiving and executing user-entered code that may implement custom functionality not provided by some designers.
Illustratively, the online coding submodule provides a coding box for a user to input codes, and the user can realize some customized functions without presetting through customized coding, including but not limited to: the event comprises a row selection middle and rear event, a row deselection rear event, a data loading front event and a data loading rear event.
The code entered by the user is stored in the form of metadata, which is compiled and run in a sandbox. And the context environment can be isolated during running, so that the safety of the code is ensured. Through the self-defined code, the designer can execute the self-defined subscription function, the vacancy of events which cannot be realized by the fixed configuration function is filled, the requirement of user personalized customization is met, and the covered requirement scene is wider.
Optionally, layout design, configuration operations performed by the user during the design process, and definitions and configurations performed on the data sources are described in metadata. The metadata is stored in an extensible markup language, XML, file that is used to transmit and store data.
XML has the characteristic of cross-platform and cross-system, and a user can design a list page in any system, including but not limited to the following systems: windows system, Mac OS, and Linux. And after the list design is finished, reading and analyzing the stored XML file when the list page is opened, and rendering and outputting the list page. And opening a list page in a terminal of any system, wherein the display content is consistent with the original design interface.
Fig. 4 is an overall functional architecture diagram of the designer of the present embodiment. The designer mainly provides three aspects of functionality, namely data source configuration, layout design and configuration operations.
Wherein, the data source configuration includes three functions: an association configuration, a filtering configuration, and a permission configuration. Through the association configuration, the filtering configuration and the authority configuration, the user can further limit the data source connected with the list according to the requirement scene.
The layout design comprises the following steps: component layout, search layout, toolbar layout, and view layout.
Specifically, the component layout is used for placing packaged components provided by a user dragging designer in an operable design interface; the search layout is designed for the display layout of the list search bar; the toolbar layout is a button in a layout list page; the view layout is multi-view display according to different data sources, and different views display different data types.
Specifically, the configuring operation includes: component configuration, field configuration, list configuration, toolbar configuration, search configuration, view configuration, and rule configuration. The view configuration configures the corresponding display data source for the multi-view list. Other configuration operations are described above and will not be described further herein.
In the following, the present application will better illustrate the technical solution of the present application through a specific embodiment. When a user needs to design a list page, the design process is mainly divided into two parts: a data source configuration section and a page design section.
Illustratively, first, the user adds a new data source, which may be a data table stored in the form of metadata by the metadata driver module. After the data source is newly added, the designer provides some commonly used list templates, such as a single-page template of a query list, an edit list, a chart, a query tree list and the like, and a combined template of a list, a form and the like, and a user selects a proper template according to the scene requirement of the list page to be designed. The user may also select a custom layout design list interface. After the user selects the template or the self-defined page, the metadata corresponding to the list interface is generated and stored.
FIG. 5 is an interface for a user to configure a data source. After the initial interface is created, the user configures the data source, which includes the following three configuration modes: the method comprises the following steps of configuration of an association table, configuration of a filter condition and configuration of authority.
Wherein the association table configuration is to configure a data table in the data source to which the list is connected so that the list can use fields in the association table. The list can be configured with a plurality of data tables, and the connection relationship among the data tables comprises: and the user configures the association table by adding a button on a data source configuration interface.
The filter condition configuration filters data through filter conditions and logical relations among the filter conditions. The filtering condition is a simple judgment condition input by a user, for example, whether a certain primary key field is equal to a set value is judged as the filtering condition, if so, the row data corresponding to the field is not displayed, and the row data of other primary key fields which are not equal to the set value are normally displayed.
The number of the filtering conditions may be plural, AND the plural filtering conditions may be connected by logical AND, OR. For example, if the logical relationship configuration is (filter condition 1AND filter condition 2) OR filter condition 3, the logic of filtering is data that meets both filter condition 1AND filter condition 2, OR data that meets filter condition 3.
The authority configuration module sets the display authority and operability authority of the data source through authority instruction configuration, and for example, data can be displayed according to organizations such as branches and projects.
Optionally, the user may also set a read bank and dirty read mode. The dirty read mode can improve the performance of some non-transaction strong correlation SQL execution, and the read library mode improves the query performance of SQL.
As a specific example, the design interface of the list designer is shown in FIG. 6, with a component, field selection panel on the left, where components provided include, but are not limited to: text, numbers, date and time, drop-down boxes and the like, and the components are placed on the middle operable design panel in a dragging-through mode, and the components provided by the designer are introduced through unified packaging.
The middle part of the figure 6 is an operable design panel which mainly comprises three design interfaces, namely a search box, a view display box and a dialog box. And performing layout design and configuration operation on the search interface in the search box, dragging and placing the component into the search interface by a user according to a required scene, and configuring the type of search. The designer provides four alternative configurations, respectively: item searches by organizational classification, resident searches by time-date, general searches by field data dimension, and advanced searches by field filter type, filter criteria, and the like.
The data sources are displayed in the view display frame, and different types of data can be displayed according to different data sources by adding new views, so that the data types of the list are enriched. According to the requirement scene, the user can self-define the arrangement layout of the setting list, including: adjustment of list width, number of display lines, and order of list fields.
Optionally, the view display frame may further configure an aggregation column and a sorting field, and a user sets a sorting basis field in the list and a field that needs to be aggregated according to a demand scenario.
With this configuration, the display content of the list page is richer.
Optionally, the layout of the buttons and the configuration of the behaviors of the buttons can also be performed in the view box display.
The right side of fig. 6 is a property configuration panel, and the control on the operable design panel includes a component and a list for configuration.
The component attribute supports opening column editing, each type of component supports rich component attribute switches, and corresponding configuration switches are opened according to a demand scene. The list attribute configuration comprises the setting of whether the list is displayed in a paging mode or not, the setting of the display line number of each page of the list, the setting of a view display mode, the setting of a frozen column, the setting of highlight, the setting of self-adaption and the setting of loading according to requirements. The display mode of the view comprises tiled display and folding, highlight setting is conducted to set highlight display on a search result, self-adaption setting is conducted to longitudinal layout, and the display mode comprises self-adaption and tiled layout modes.
Illustratively, for a particular scenario, the user may configure rules among component properties, list properties, button behaviors. FIG. 7 is an interface for rule configuration. The rule configuration includes condition management and rule management.
Illustratively, the user may implement a custom subscription function using the online coding submodule. FIG. 8 is a schematic diagram of an online coding interface. The online coding submodule provides a coding frame which is positioned on the design panel, and a user inputs codes in the coding frame. The running of the code is positioned in the sandbox, so that the context environment is isolated, and the safety of the code is ensured. Events that may be implemented by online coding include, but are not limited to: the event comprises a row selection middle and rear event, a row deselection rear event, a data loading front event and a data loading rear event.
After the design is finished, a designed list design interface can be browsed through a preview function, and the designer analyzes the metadata of the data source and the metadata generated in the design process and renders and outputs the list interface.
The above-described embodiments do not limit the scope of the present invention. Any modification, equivalent replacement, and improvement made within the spirit and principle of the above-described embodiments should be included in the protection scope of the technical solution.

Claims (10)

1. A designer for a list page, comprising:
the data source configuration module is used for configuring a data source and generating metadata of the data source;
the list design module is connected with the data source configuration module and is used for providing an operable design interface for a user, responding to the configuration operation of the user and generating metadata of the configuration operation;
and the metadata driving module is connected with the data source configuration module and the list design module and used for storing the metadata of the data source and the metadata of the configuration operation and rendering and outputting the list interface by using the metadata of the data source and the metadata of the configuration operation.
2. The designer according to claim 1, wherein the data source configuration module comprises:
the association configuration submodule is used for receiving an association instruction input by a user and configuring the data source according to the association instruction;
the filtering configuration submodule is used for filtering the data source through a filtering condition and a logical connection relation;
and the authority configuration submodule is used for receiving an authority instruction input by a user and configuring the data source according to the authority instruction.
3. The designer according to claim 1 or 2, wherein the list design module comprises:
the page configuration sub-module is used for responding to the configuration operation of the user on the control displayed on the design interface;
the page behavior configuration submodule is used for transmitting page parameters and supporting the opening and closing of pages and the interaction behavior among the pages;
and the layout management submodule is used for responding to the layout operation of the user on the design interface so as to realize the layout design of each part of the list page.
4. The designer according to claim 3, wherein the list design module further comprises:
and the online coding submodule is used for receiving and executing codes input by a user and realizing the subscription function of the user-defined event.
5. The designer according to claim 4, wherein the configuration operation on the control displayed on the design interface comprises at least one of the following configurations: component configuration, field configuration, search configuration, toolbar configuration, list property configuration, rule configuration, or view configuration.
6. The designer according to claim 5, wherein the toolbar configuration comprises at least one of the following configurations: list row button configuration, global button configuration, bulk button configuration.
7. The designer according to claim 6, wherein the toolbar configuration further comprises a behavioral configuration of the button, the behavioral configuration comprising at least one of: opening a page, accessing a third-party system and executing the subscription function.
8. The designer according to claim 5, wherein the list attribute configuration comprises at least one of the following configurations: list paging, freeze column, highlight, adaptive, or load on demand.
9. The designer according to claim 5, wherein the search configuration corresponds to a search type of at least one of the following types: item search, resident search, general search, or advanced search.
10. The designer according to claim 1 or 2, wherein the metadata is stored in an extensible markup language, XML, file.
CN202011167888.XA 2020-10-27 2020-10-27 Designer of list page Pending CN112363722A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011167888.XA CN112363722A (en) 2020-10-27 2020-10-27 Designer of list page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011167888.XA CN112363722A (en) 2020-10-27 2020-10-27 Designer of list page

Publications (1)

Publication Number Publication Date
CN112363722A true CN112363722A (en) 2021-02-12

Family

ID=74511013

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011167888.XA Pending CN112363722A (en) 2020-10-27 2020-10-27 Designer of list page

Country Status (1)

Country Link
CN (1) CN112363722A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114912058A (en) * 2022-06-27 2022-08-16 中银金融科技有限公司 Page rendering method and related equipment for bank customer full-time investigation system
CN115934068A (en) * 2022-11-11 2023-04-07 中电金信软件有限公司 Data statistics page generation method, data statistics page display method, server and mobile terminal

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004029755A2 (en) * 2002-09-27 2004-04-08 Enviance, Inc. Automated report building system
CN106325833A (en) * 2015-06-18 2017-01-11 中国石油化工股份有限公司 Code generation method for enterprise information management
CN106874247A (en) * 2017-01-03 2017-06-20 北京神州绿盟信息安全科技股份有限公司 A kind of report form generation method and device
CN110688117A (en) * 2019-09-30 2020-01-14 厦门荆艺软件有限公司 Interface designer and platform based on JavaWeb and page configuration method thereof
CN111259303A (en) * 2020-01-20 2020-06-09 西安百想科技有限公司 System and method for automatically generating front-end page of WEB information system
CN111611270A (en) * 2020-05-26 2020-09-01 深圳博沃智慧科技有限公司 Form design and operation processing method and system
CN111752999A (en) * 2020-06-30 2020-10-09 潘传迪 Configured report generation system and method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004029755A2 (en) * 2002-09-27 2004-04-08 Enviance, Inc. Automated report building system
CN106325833A (en) * 2015-06-18 2017-01-11 中国石油化工股份有限公司 Code generation method for enterprise information management
CN106874247A (en) * 2017-01-03 2017-06-20 北京神州绿盟信息安全科技股份有限公司 A kind of report form generation method and device
CN110688117A (en) * 2019-09-30 2020-01-14 厦门荆艺软件有限公司 Interface designer and platform based on JavaWeb and page configuration method thereof
CN111259303A (en) * 2020-01-20 2020-06-09 西安百想科技有限公司 System and method for automatically generating front-end page of WEB information system
CN111611270A (en) * 2020-05-26 2020-09-01 深圳博沃智慧科技有限公司 Form design and operation processing method and system
CN111752999A (en) * 2020-06-30 2020-10-09 潘传迪 Configured report generation system and method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114912058A (en) * 2022-06-27 2022-08-16 中银金融科技有限公司 Page rendering method and related equipment for bank customer full-time investigation system
CN115934068A (en) * 2022-11-11 2023-04-07 中电金信软件有限公司 Data statistics page generation method, data statistics page display method, server and mobile terminal

Similar Documents

Publication Publication Date Title
US11321057B2 (en) Single-page web application builder system and method based on a finite-state machine
Mori et al. Tool support for designing nomadic applications
US6321369B1 (en) Interface for compiling project variations in electronic design environments
CN106599039B (en) Statistical representation method supporting free combination nesting of relational database data
CN112506493A (en) Table configuration method, device, equipment and medium based on vue
CN106293664A (en) Code generating method and device
CN110851134A (en) Low-code page design device and page design method
CN111625226B (en) Prototype-based man-machine interaction design implementation method and system
CN106873972A (en) Electric Power Network Planning emulation platform computing module cut-in method and system based on plug-in unit
CN115712413B (en) Low code development method, device, equipment and storage medium
CN112363722A (en) Designer of list page
CN111984176A (en) Software online development platform and development method
CN112527373A (en) Visual platform expanding method based on operation integrated management center service
CN113900636A (en) Self-service channel business process development system and development method thereof
US5712993A (en) System for creating graphical user interfaces using changeable models for constituent parts
CN113268227A (en) Zero-code visualization software development platform and development method
US20090031229A1 (en) Method and Apparatus for Customizing a Model Entity Presentation Based on a Presentation Policy
CN113268496A (en) Client list screening method and device
KR20180135654A (en) Intuitive method of making a program
CN116257241A (en) Method, device, equipment and medium for setting interactive interface
US20050216887A1 (en) Document development platform
CN116679920A (en) Visual application development system based on low codes
CN111126008A (en) XSD-based code generation method and device, computer equipment and storage medium
US10635458B2 (en) Systems and methods for generating a self-updating maintenance page
CN115390840A (en) Visual page generation method, device and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210212