CN107608747B - Form system construction method and device, electronic equipment and storage medium - Google Patents

Form system construction method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN107608747B
CN107608747B CN201710868529.9A CN201710868529A CN107608747B CN 107608747 B CN107608747 B CN 107608747B CN 201710868529 A CN201710868529 A CN 201710868529A CN 107608747 B CN107608747 B CN 107608747B
Authority
CN
China
Prior art keywords
page
user
form page
node
metadata
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.)
Active
Application number
CN201710868529.9A
Other languages
Chinese (zh)
Other versions
CN107608747A (en
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.)
Ctrip Travel Information Technology Shanghai Co Ltd
Original Assignee
Ctrip Travel Information Technology Shanghai 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 Ctrip Travel Information Technology Shanghai Co Ltd filed Critical Ctrip Travel Information Technology Shanghai Co Ltd
Priority to CN201710868529.9A priority Critical patent/CN107608747B/en
Publication of CN107608747A publication Critical patent/CN107608747A/en
Application granted granted Critical
Publication of CN107608747B publication Critical patent/CN107608747B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a method and a device for constructing a form system, electronic equipment and a storage medium, wherein the construction method comprises the following steps: the page layout and the data structure of the hard-coded solidified form page; defining at least form fields in a form page as metadata; dynamically configuring the definition of the metadata; and dynamically loading configured metadata in a page layout and data structure of a hard-coded and solidified form page according to the input of a user in the form page, wherein a form field of the same form page has a tree data structure, and when a node in the tree data structure has a plurality of child nodes, the node loads different child nodes through different inputs of the user in the form page and displays the child nodes in the form page. The method and the device provided by the invention realize the efficient construction of the form page.

Description

Form system construction method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of computer application, in particular to a method and a device for constructing a form system, electronic equipment and a storage medium.
Background
The existing form system is developed and constructed by the following two methods: the programming language coding mode or the metadata modeling mode mainly has the following problems:
1) for a programming language coding mode, a programming language needs to be mastered, and the programming language cannot be developed; generally, the implementation period is long, and each step of development, testing and online deployment needs a certain time.
2) For a metadata modeling mode, in order to support complex operations and processes, a general system often needs to be complex in definition and configuration of metadata, and certain learning and maintenance costs exist; generally, the basic model is required to be built, and a certain comprehensive knowledge and a certain configuration building cost are required to be provided from the basic model to the layout display of the page.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention provides a method and a device for constructing a form system, electronic equipment and a storage medium, so as to realize efficient construction of a form page.
According to one aspect of the invention, a method for constructing a form system is provided, which comprises the following steps: the page layout and the data structure of the hard-coded solidified form page; defining at least form fields in a form page as metadata; dynamically configuring the definition of the metadata; and dynamically loading configured metadata in a page layout and data structure of a hard-coded and solidified form page according to the input of a user in the form page, wherein a form field of the same form page has a tree data structure, and when a node in the tree data structure has a plurality of child nodes, the node loads different child nodes through different inputs of the user in the form page and displays the child nodes in the form page.
Optionally, the definition of the dynamic configuration metadata includes: and configuring various form fields, form field interaction types and form field interaction parameters.
Optionally, the definition of the dynamic configuration metadata further includes: setting keywords and associated data sources of form fields, and acquiring the form field interaction parameters from the associated data sources.
Optionally, the form field interaction type includes one or more of a drop-down box, an input box, a single selection option, and a multiple selection option.
Optionally, the definition of the dynamic configuration metadata further includes: configuring the name and classification of the form page; and acquiring default configuration of metadata from historical configuration according to the name and/or classification of the form page.
Optionally, dynamically loading configured metadata in the page layout and data structure of the hard-coded and solidified form page according to the input of the user in the form page includes: when a node of the tree structure is displayed in a form page, generating a small window to load a child node or a sub-tree of the node according to the operation of a user on the node; and when the user selects the small window, loading the child nodes or subtrees of the node into the form page.
Optionally, the form field represented by the node displays a plurality of options, and the operation of the user on the node includes: the cursor is suspended on an option; the user hovers over one or more options with a touch gesture exceeding a predetermined time; the user presses on one or more options with a touch gesture that exceeds a predetermined pressure.
Optionally, when the user sequentially or simultaneously floats or presses on the plurality of options with the touch gesture, a plurality of small windows are sequentially or simultaneously generated to load child nodes or subtrees of the nodes respectively corresponding to the options.
Optionally, when the user selects a plurality of widgets simultaneously, the child nodes or subtrees of the node are loaded into the form page in parallel.
According to another aspect of the present invention, there is also provided a form system building apparatus, including: the hard coding module is used for hard coding the page layout and the data structure of the solidified form page; the metadata definition module is used for defining at least form fields in the form page as metadata; the metadata configuration module is used for dynamically configuring the definition of the metadata; and the form page loading module is used for dynamically loading configured metadata in the page layout and data structure of the hard-coded and solidified form page according to the input of a user in the form page, wherein the form field of the same form page has a tree data structure, and when a node in the tree data structure has a plurality of child nodes, the node loads different child nodes through different inputs of the user in the form page and displays the child nodes in the form page.
According to still another aspect of the present invention, there is also provided an electronic apparatus, including: a processor; a storage medium having stored thereon a computer program which, when executed by the processor, performs the steps as described above.
According to yet another aspect of the present invention, there is also provided a storage medium having stored thereon a computer program which, when executed by a processor, performs the steps as described above.
Compared with the prior art, the invention has the advantages that:
1) aiming at a form system, the method for efficiently constructing the system from data modeling to page display can be completed by simply configuring metadata without programming;
2) because the configuration is based on the metadata, the change requirement can be processed without mastering a programming language, the workload of a research and development team can be released, the development and maintenance cost is reduced, and meanwhile, because of the metadata configuration mode aiming at a specific module in a form system, the learning and mastering threshold is low, the metadata configuration mode can be directly maintained by service personnel, and the response time of service change processing is prolonged;
3) the form field form with the tree structure can realize linkage between the form page and user input and dynamic loading of the form page, increase the display speed of the form page and match with user experience, and when a user needs to perform multiple selections on the same form page, the user can load different form fields corresponding to the multiple selections on the form page at the same time.
Drawings
The above and other features and advantages of the present invention will become more apparent by describing in detail exemplary embodiments thereof with reference to the attached drawings.
FIG. 1 shows a flow chart of a method of building a form system according to an embodiment of the invention.
FIG. 2 is a diagram illustrating a form page according to an embodiment of the present invention.
FIG. 3 shows a schematic diagram of another form page according to an embodiment of the invention.
FIG. 4 is a diagram illustrating yet another form page according to an embodiment of the present invention.
Fig. 5 shows a schematic diagram of a building apparatus of a form system according to an embodiment of the invention.
Fig. 6 schematically illustrates a computer-readable storage medium in an exemplary embodiment of the disclosure.
Fig. 7 schematically illustrates an electronic device in an exemplary embodiment of the disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus their repetitive description will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor devices and/or microcontroller devices.
In order to solve the defects of the prior art and realize efficient construction of a form page, the invention provides a construction method and device of a form system, electronic equipment and a storage medium. The form system is used for providing forms, generally speaking, the form system is used for filling applications by users and is responsible for collecting information data input by the users, the form system is composed of form pages, fields, explanatory characters and the like, the fields of different form pages generally have larger differences, but the page layout, the data models and the like are similar. The invention is constructed by using a metadata configuration mode, is operated by business personnel and maintenance personnel at the same time, has no programming and learning cost, avoids the period that a research and development team needs to redevelop, test and deploy codes when the requirement is changed, reduces the maintenance cost, improves the response time of business change processing, and can efficiently process frequent business change requirements.
Referring first to fig. 1, fig. 1 shows a flowchart of a method of building a form system according to an embodiment of the present invention. Fig. 1 shows a total of 4 steps:
s110: and hard coding the page layout and the data structure of the solidified form page.
Specifically, the page layout and data structures are portions of common features in different form pages, which are hard-coded and solidified (i.e., non-configured).
S120: at least the form fields in the form page are defined as metadata.
In particular, different features in different form pages, such as form fields, are defined as metadata. For example: table fields such as directory name, folder name, application reason (all form fields) and the like in the form page of the application sharing folder are defined as metadata.
S130: the definition of the metadata is dynamically configured.
Specifically, step S130 may include configuring each form field, the type of form field interaction, and the parameters of form field interaction. The form field interaction type comprises one or more items of a drop-down box, an input box, a single selection option and a multi-selection option. In some embodiments, keywords and associated data sources for form fields may be set, and the form field interaction parameters obtained from the associated data sources. For example, when the form field interaction type is a drop-down box, the candidate options in the drop-down box are the form field interaction parameters, and the candidate options in the drop-down box can be obtained from a data source (e.g., a database) according to the keywords of the form field. Similarly, single-choice options, multiple-choice options may also be handled in this manner. Further, although the input box does not provide a plurality of items, implicit candidate options can be obtained in this way, when the user inputs in the input box, the content input by the user (when the input is not complete) is matched with the implicit candidate options, and the implicit candidate options successfully matched are displayed in the input box.
In some embodiments, step S130 may preferably configure the name and classification of the form page. When the name and/or classification of the configured form page is the same as the historical configuration data, a default configuration of metadata may be obtained. The user can directly use the default configuration as the content of the form page, or the content required by the user is updated in the default configuration, so that the user operation is further reduced, and the form construction efficiency is accelerated.
Further, verification/authentication in the form fields (e.g., certain form fields must be filled, certain fields must be filled; e.g., certain form fields must be entered as letters and/or numbers, etc.) may also be set in step S130.
Step S140: and dynamically loading configured metadata in a page layout and data structure of a hard-coded and solidified form page according to the input of a user in the form page, wherein a form field of the same form page has a tree data structure, and when a node in the tree data structure has a plurality of child nodes, the node loads different child nodes through different inputs of the user in the form page and displays the child nodes in the form page.
Specifically, the form fields of the same form page have a tree data structure. When the form page is provided for a user, the form fields represented by the child nodes can be loaded in the form page step by step according to the parent-child relationship of the tree structure, so that the system load is reduced, and the system processing speed is accelerated. For example, the form page shown in fig. 2 may display the form fields "subject" one by one from the form field "i want to notify" until the form field "folder read-write authority person"; for another example, the form field "i want to notify" and "subject" may be displayed first, and then the form field "subsidiary" may be displayed until "folder read-write authority". It can be understood that after a form page is loaded, the form page can be cached, and a step-by-step loading mode is not needed when the form page is displayed next time.
Further, it can be understood that, in the same form page, after selecting an option in a certain form field, the subsequent form fields may be different, and therefore, step S140 may also load and display different child nodes (or subtrees) in the form page through different inputs of the user in the form page. For example, in the form page 210 shown in fig. 3, a plurality of options in the form field "account type" correspond to different form fields, and a child node or a sub-tree 230 of the form field "account type" is further loaded according to a selection of the user in the form field "account type".
Further, step S140 may also have different loading and interaction modes, which will be described below with reference to fig. 3. FIG. 3 shows a schematic diagram of another form page according to an embodiment of the invention.
Specifically, when a node (form field "account type") of the tree structure is displayed in the form page 210, a small window 220 is generated to load a child node or sub-tree of the node according to the operation of the user on the node. As shown in fig. 3, the form field of the node representation (form field "account type") shows a number of options. The user's operation on the node may be a cursor hovering over an option. The operation of the node by the user can also be that the user hovers over one or more options with a touch gesture exceeding a preset time. The user's operation of the node may also be for the user to press on one or more options with a touch gesture that exceeds a predetermined pressure. When one of the above-described operations of the user is identified, a widget 220 is generated to load a child node or sub-tree of the node. When the user selects the portlet 220, the child nodes or subtrees of the node are loaded into the form page 210 as indicated by reference numeral 230 (the content indicated by reference numeral 230 is not displayed until the user selects the portlet 220).
In a variation of the above embodiment, the user may operate multiple options sequentially or simultaneously, as shown in fig. 4, where fig. 4 is a schematic diagram illustrating another form page according to an embodiment of the present invention.
When the user successively hovers or presses (exceeds a time threshold or exceeds a pressure threshold) on the plurality of options with a touch gesture, the plurality of small windows 221 and 222 are successively generated to load child nodes or subtrees of the nodes respectively corresponding to the options. In other words, in this embodiment, even if the user operates a plurality of options in sequence, the widgets corresponding to the plurality of options are displayed in the form page together, optionally, an upper limit of the display number of the widgets is set, and when the display upper limit is reached, the widget corresponding to the option operated by the user for the first time is not displayed, and the widget corresponding to the option operated by the user for the latest time is displayed.
In yet another variation, when the user hovers or presses (exceeds a time threshold or exceeds a pressure threshold) on multiple options at the same time with a touch gesture, multiple portlets 221 and 222 are generated at the same time to load the child nodes or subtrees of the nodes respectively corresponding to the options. Optionally, an upper limit of the number of displays of the small window is set, and when the upper limit of the displays is reached, the user is prompted to reach the upper limit of the number of displays.
Further, when the user selects the multiple widgets 221 and 222 simultaneously by multi-touch, the child nodes or subtrees of the node are loaded into the form page in parallel, as shown by reference numerals 231 and 232, and the corresponding options of the child nodes or subtrees are correspondingly shown. Optionally, in this embodiment, the same form fields in the multiple child nodes or subtrees may be merged and displayed.
The following describes a construction apparatus of the form system provided by the present invention with reference to fig. 5. As shown in fig. 5, the construction apparatus 300 of the form system includes a hard-coding module 301, a metadata definition module 302, a metadata configuration module 303, and a form page loading module 304.
The hard-coding module 301 is used for hard-coding the page layout and data structure of the solid form page. The metadata definition module 302 is used to define at least form fields in a form page as metadata. The metadata configuration module 303 is used to dynamically configure the definition of metadata. The form page loading module 304 is configured to dynamically load configured metadata in a page layout and data structure of a hard-coded and solidified form page according to an input of a user in the form page, where a form field of the same form page has a tree data structure, and when a node in the tree structure has multiple child nodes, the node loads different child nodes through different inputs of the user in the form page and displays the child nodes in the form page.
Fig. 5 shows the respective modules only schematically, and it is understood that the modules may be virtual software modules or actual hardware modules, and the combination, the division and the addition of the rest of the modules are within the protection scope of the present invention.
In an exemplary embodiment of the present disclosure, there is also provided a computer-readable storage medium having stored thereon a computer program which, when executed by, for example, a processor, can implement the steps of the electronic prescription flow processing method described in any one of the above embodiments. In some possible embodiments, aspects of the present invention may also be implemented in the form of a program product comprising program code for causing a terminal device to perform the steps according to various exemplary embodiments of the present invention described in the above-mentioned electronic prescription flow processing method section of this specification, when the program product is run on the terminal device.
Referring to fig. 6, a program product 800 for implementing the above method according to an embodiment of the present invention is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present invention is not limited in this regard and, in the present document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable storage medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable storage medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the tenant computing device, partly on the tenant device, as a stand-alone software package, partly on the tenant computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of remote computing devices, the remote computing devices may be connected to the tenant computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
In an exemplary embodiment of the present disclosure, there is also provided an electronic device, which may include a processor, and a memory for storing executable instructions of the processor. Wherein the processor is configured to execute the steps of the electronic prescription flow processing method in any one of the above embodiments via execution of the executable instructions.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
An electronic device 600 according to this embodiment of the invention is described below with reference to fig. 7. The electronic device 600 shown in fig. 7 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 7, the electronic device 600 is embodied in the form of a general purpose computing device. The components of the electronic device 600 may include, but are not limited to: at least one processing unit 610, at least one storage unit 620, a bus 630 that connects the various system components (including the storage unit 620 and the processing unit 610), a display unit 640, and the like.
Wherein the storage unit stores program code executable by the processing unit 610 to cause the processing unit 610 to perform steps according to various exemplary embodiments of the present invention described in the above-mentioned electronic prescription flow processing method section of the present specification. For example, the processing unit 610 may perform the steps as shown in fig. 1.
The storage unit 620 may include readable media in the form of volatile memory units, such as a random access memory unit (RAM)6201 and/or a cache memory unit 6202, and may further include a read-only memory unit (ROM) 6203.
The memory unit 620 may also include a program/utility 6204 having a set (at least one) of program modules 6205, such program modules 6205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 630 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 600 may also communicate with one or more external devices 700 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a tenant to interact with the electronic device 600, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 600 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 650. Also, the electronic device 600 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via the network adapter 660. The network adapter 660 may communicate with other modules of the electronic device 600 via the bus 630. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 600, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which may be a personal computer, a server, or a network device, etc.) to execute the above-mentioned electronic prescription flow processing method according to the embodiments of the present disclosure.
Compared with the prior art, the invention has the advantages that:
1) aiming at a form system, the method for efficiently constructing the system from data modeling to page display can be completed by simply configuring metadata without programming;
2) because the configuration is based on the metadata, the change requirement can be processed without mastering a programming language, the workload of a research and development team can be released, the development and maintenance cost is reduced, and meanwhile, because of the metadata configuration mode aiming at a specific module in a form system, the learning and mastering threshold is low, the metadata configuration mode can be directly maintained by service personnel, and the response time of service change processing is prolonged;
3) the form field form with the tree structure can realize linkage between the form page and user input and dynamic loading of the form page, increase the display speed of the form page and match with user experience, and when a user needs to perform multiple selections on the same form page, the user can load different form fields corresponding to the multiple selections on the form page at the same time.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.

Claims (8)

1. A method for constructing a form system, comprising:
the page layout and the data structure of the hard-coded solidified form page;
defining at least form fields in a form page as metadata;
dynamically configuring the definition of the metadata; and
dynamically loading configured metadata in a page layout and data structure of a hard-coded and solidified form page according to input of a user in the form page, wherein a form field of the same form page has a tree data structure, when a node in the tree structure has a plurality of child nodes, the node loads different child nodes through different input of the user in the form page and displays the child nodes in the form page, and the dynamically loading configured metadata in the page layout and data structure of the hard-coded and solidified form page according to the input of the user in the form page comprises:
when a node of the tree structure is displayed in a form page, generating a small window to load child nodes or subtrees of the node according to the operation of a user on the node, wherein different child nodes or subtrees are loaded through different inputs of the user in the form page and displayed in the form page;
when the user selects the small window, the child nodes or subtrees of the node are loaded into the form page,
the form field represented by the node displays a plurality of options, and the operation of the user on the node comprises the following steps:
the cursor is suspended on an option;
the user hovers over one or more options with a touch gesture exceeding a predetermined time;
the user presses on one or more options with a touch gesture that exceeds a predetermined pressure,
when the user successively or simultaneously floats or presses on the options through the touch gestures, a plurality of small windows are successively or simultaneously generated to load the child nodes or the subtrees of the nodes corresponding to the options, and when the user simultaneously selects the small windows, the child nodes or the subtrees of the nodes corresponding to the small windows are loaded into the form page in parallel.
2. The build method of claim 1 wherein dynamically configuring the definition of the metadata comprises:
and configuring various form fields, form field interaction types and form field interaction parameters.
3. The build method of claim 2 wherein dynamically configuring the definition of the metadata further comprises:
setting keywords and associated data sources of form fields, and acquiring the form field interaction parameters from the associated data sources.
4. The build method of claim 2 wherein the form field interaction types include one or more of a drop-down box, an input box, a single-choice option, a multiple-choice option.
5. The build method of claim 1 wherein dynamically configuring the definition of metadata further comprises:
configuring the name and classification of the form page;
and acquiring default configuration of metadata from historical configuration according to the name and/or classification of the form page.
6. An apparatus for constructing a form system, comprising:
the hard coding module is used for hard coding the page layout and the data structure of the solidified form page;
the metadata definition module is used for defining at least form fields in the form page as metadata;
the metadata configuration module is used for dynamically configuring the definition of the metadata; and
the form page loading module is used for dynamically loading configured metadata in a page layout and data structure of a hard-coded and solidified form page according to input of a user in the form page, wherein a form field of the same form page has a tree data structure, when a node in the tree structure has a plurality of child nodes, the node loads different child nodes through different input of the user in the form page and displays the child nodes in the form page, and the dynamically loading configured metadata in the page layout and data structure of the hard-coded and solidified form page according to the input of the user in the form page comprises:
when a node of the tree structure is displayed in a form page, generating a small window to load child nodes or subtrees of the node according to the operation of a user on the node, wherein different child nodes or subtrees are loaded through different inputs of the user in the form page and displayed in the form page;
when the user selects the small window, the child nodes or subtrees of the node are loaded into the form page,
the form field represented by the node displays a plurality of options, and the operation of the user on the node comprises the following steps:
the cursor is suspended on an option;
the user hovers over one or more options with a touch gesture exceeding a predetermined time;
the user presses on one or more options with a touch gesture that exceeds a predetermined pressure,
when the user successively or simultaneously floats or presses on the options through the touch gestures, a plurality of small windows are successively or simultaneously generated to load the child nodes or the subtrees of the nodes corresponding to the options, and when the user simultaneously selects the small windows, the child nodes or the subtrees of the nodes corresponding to the small windows are loaded into the form page in parallel.
7. An electronic device, characterized in that the electronic device comprises:
a processor;
storage medium having stored thereon a computer program which, when executed by the processor, performs the method of any of claims 1 to 5.
8. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, performs the method of any one of claims 1 to 5.
CN201710868529.9A 2017-09-22 2017-09-22 Form system construction method and device, electronic equipment and storage medium Active CN107608747B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710868529.9A CN107608747B (en) 2017-09-22 2017-09-22 Form system construction method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710868529.9A CN107608747B (en) 2017-09-22 2017-09-22 Form system construction method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN107608747A CN107608747A (en) 2018-01-19
CN107608747B true CN107608747B (en) 2021-03-05

Family

ID=61057776

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710868529.9A Active CN107608747B (en) 2017-09-22 2017-09-22 Form system construction method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN107608747B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109358919B (en) * 2018-08-20 2024-04-02 中国平安人寿保险股份有限公司 Dynamic configuration method and device for universal page, computer equipment and storage medium
CN109542878B (en) * 2018-11-21 2021-03-09 广州方硅信息技术有限公司 List creation method and device
CN110046954B (en) * 2019-03-07 2021-10-22 创新先进技术有限公司 Card application processing method, device, equipment and system
CN109918607B (en) * 2019-03-20 2021-08-03 杭州网易再顾科技有限公司 Page construction method and device, medium and computing equipment
CN111124394A (en) * 2019-11-26 2020-05-08 泰康保险集团股份有限公司 Form configuration method and device based on metadata, equipment and medium
CN112035092A (en) * 2020-08-21 2020-12-04 北京字节跳动网络技术有限公司 Form processing method, device, equipment and readable medium
CN112416349A (en) * 2020-12-08 2021-02-26 携程计算机技术(上海)有限公司 Form page generation method, system, equipment and storage medium
CN113741968A (en) * 2021-08-27 2021-12-03 厦门华厦学院 Method for quickly generating table corresponding to directory tree and tree node of software system

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7287217B2 (en) * 2004-01-13 2007-10-23 International Business Machines Corporation Method and apparatus for processing markup language information
CN101661508B (en) * 2009-09-29 2012-08-22 金蝶软件(中国)有限公司 Method for generating memu for multi-technology platform and device thereof
CN101706720B (en) * 2009-11-23 2013-07-24 浪潮集团山东通用软件有限公司 Method for showing interface according to customized information during operation
US8717915B2 (en) * 2010-05-25 2014-05-06 Microsoft Corporation Process-integrated tree view control for interactive voice response design
CN103246733A (en) * 2013-05-13 2013-08-14 浪潮集团山东通用软件有限公司 Dynamic form system based on metadata and generation method thereof
US20150356065A1 (en) * 2014-06-09 2015-12-10 Microsoft Corporation Converting presentation metadata to a browser-renderable format during compilation
CN106371825B (en) * 2016-08-23 2019-08-13 武大吉奥信息技术有限公司 A kind of mobile terminal application interface list dynamic creation method and device

Also Published As

Publication number Publication date
CN107608747A (en) 2018-01-19

Similar Documents

Publication Publication Date Title
CN107608747B (en) Form system construction method and device, electronic equipment and storage medium
US9378200B1 (en) Automated content inference system for unstructured text data
US9672279B1 (en) Cluster labeling system for documents comprising unstructured text data
CN111190718A (en) Method, device and system for realizing task scheduling
CN114424257A (en) Automatic rendering and extraction of form data using machine learning
CN112711581B (en) Medical data checking method and device, electronic equipment and storage medium
CN102243582A (en) Method and device for generating user help information for customized user interfaces
CN109472007B (en) Automatic question creating method and device for medical questionnaire, electronic equipment and storage medium
US10740209B2 (en) Tracking missing data using provenance traces and data simulation
CN108958731B (en) Application program interface generation method, device, equipment and storage medium
US20140075411A1 (en) Meta-Languages For Creating Integrated Business Applications
CN110929523A (en) Coreference resolution and entity linking
CN109544392B (en) Method, system, device and medium for insurance order processing
KR20220002814A (en) Method, electronic device, and storage medium for processing visual data of deep model
CN112799760A (en) Form rendering method and device
CN112416349A (en) Form page generation method, system, equipment and storage medium
US20210141845A1 (en) Page content ranking and display
US11163959B2 (en) Cognitive predictive assistance for word meanings
CN107562461B (en) Feature calculation system, feature calculation method, storage medium, and electronic device
US9141342B2 (en) Programmatic conversion of support documentation into executable programs
CN111191089B (en) Data visualization method, system, equipment and medium based on medical care scene
CN114090002A (en) Front-end interface construction method and device, electronic equipment and storage medium
CN112346816A (en) Cloud platform updating method and device
CN105630149A (en) Techniques for providing a user interface incorporating sign language
CN112099770A (en) Template-based webpage generation method, system, equipment and storage medium

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
GR01 Patent grant
GR01 Patent grant