Label-based task processing method, device, system and medium

By using a tag-based task processing method, a candidate system list is obtained through a system mapping table, and the target system is selected. This solves the problem of address recording errors caused by platform switching in financial software development and improves task processing efficiency.

CN115599366BActive Publication Date: 2026-01-30PING AN BANK CO LTD
View PDF 2 Cites 0 Cited by

Patent Information

Application Number
CN202211257980.4
Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2022-10-13
Publication Date
2026-01-30
Estimated Expiration
2042-10-13

AI Technical Summary

Technical Problem

During the development of financial software, developers need to switch between different platforms, which can lead to address recording errors and affect task processing efficiency.

Method used

By using a tag-based task processing method, a list of candidate systems is obtained using a system mapping table. Users can select the target system and jump to it, reducing address input and improving efficiency.

Benefits of technology

It enables users to conveniently and efficiently select the target system from the candidate system list, reducing address input and improving task processing efficiency.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN115599366B_ABST
    Figure CN115599366B_ABST
Patent Text Reader

Abstract

This invention discloses a tag-based task processing method, apparatus, system, and medium. The method includes: responding to a user-inputted task tag, obtaining and displaying a list of candidate systems associated with the task tag from a preset system mapping table; responding to a user-inputted selection operation, confirming a target system in the candidate system list; obtaining the address of the target system, and jumping to the target system based on the address for task processing. By displaying candidate systems associated with user-inputted task tags, users can conveniently and efficiently select a target system from the candidate system list and jump to it for corresponding task processing. This allows users to quickly jump to the corresponding system by focusing on tags related to the task content throughout the project development lifecycle, without having to input the addresses of different systems one by one, effectively improving task processing efficiency.
Need to check novelty before this filing date? Find Prior Art

Description

TECHNICAL FIELD

[0001] The present application relates to the technical field of computer, and in particular to a task processing method, device and system based on labels and a medium. BACKGROUND

[0002] Currently, in the process of developing financial software, many process tasks need to be experienced, such as requirement analysis, clarification, requirement arrangement, outline design, detailed design, coding, testing, software deployment, delivery, online verification, etc.

[0003] In each task link, the developer may need to operate different platforms and different software, which requires the developer to record different platform addresses and search for the corresponding platform address when processing a task, which is not only prone to errors but also affects the efficiency of the task processing process. SUMMARY

[0004] In view of the above deficiencies of the prior art, the present application aims to provide a task processing method, device, system and medium based on labels applicable to the field of financial technology or other related fields, which aims to improve the convenience of jumping to the target system during task processing and improve the efficiency of task processing.

[0005] The technical solutions of the present application are as follows:

[0006] A task processing method based on labels comprises:

[0007] In response to a task label input by a user, a list of candidate systems associated with the task label is obtained and displayed in a preset system mapping table;

[0008] In response to a selection operation input by the user, a target system is confirmed in the list of candidate systems;

[0009] The address of the target system is obtained, and the target system is jumped to for task processing according to the address.

[0010] In one embodiment, before the list of associated systems is obtained and displayed in the preset system mapping table in response to the task label input by the user, the method further comprises:

[0011] A task list contained in the whole life cycle of a project is collected, and an associated system of each task in the task list is collected;

[0012] A system mapping table is generated and stored according to the mapping relationship between each task and the associated system.

[0013] In one embodiment, the list of candidate systems associated with the task label is obtained and displayed in the preset system mapping table in response to the task label input by the user, comprising:

[0014] receiving a task label input by a user;

[0015] performing label matching in the system mapping table according to the task label, to obtain a related system matched with the task label;

[0016] displaying a corresponding candidate system list according to the related system matched with the task label.

[0017] In one embodiment, before the address of the target system is obtained and the target system is jumped to for task processing according to the address, the method further comprises:

[0018] obtaining a user account and a terminal address of a current terminal.

[0019] In one embodiment, the address of the target system is obtained and the target system is jumped to for task processing according to the address, comprising:

[0020] obtaining the address of the target system;

[0021] generating a jump request according to the address, the user account and the terminal address of the current terminal;

[0022] when receiving response data returned by the jump request, displaying a page of the target system according to the response data for task processing.

[0023] In one embodiment, the method further comprises:

[0024] obtaining real-time index data in a corresponding attention system according to a preset attention index;

[0025] displaying the real-time index data on a display interface of a current terminal.

[0026] In one embodiment, the method further comprises:

[0027] in response to a shortcut operation input by a user, displaying a pre-set shortcut operation control.

[0028] A task processing device based on a label, comprising:

[0029] a list display module, configured to, in response to a task label input by a user, obtain and display a candidate system list associated with the task label in a preset system mapping table;

[0030] a system confirmation module, configured to, in response to a selection operation input by a user, confirm a target system in the candidate system list;

[0031] A system jump module is configured to obtain an address of the target system and jump to the target system for task processing according to the address.

[0032] A tag-based task processing system, comprising at least one processor; and,

[0033] A memory in communication connection with the at least one processor; wherein,

[0034] The memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor to enable the at least one processor to perform the above-mentioned tag-based task processing method.

[0035] A non-volatile computer readable storage medium stores computer executable instructions, and the computer executable instructions are executed by one or more processors to enable the one or more processors to perform the above-mentioned tag-based task processing method.

[0036] Beneficial effects: The present application discloses a tag-based task processing method, device, system and medium, compared with the prior art, the present application embodiment is associated with the candidate system by the task label input by the user, so that the user can conveniently and efficiently select the target system in the candidate system list and jump to the corresponding system for task processing, so that in the project development life cycle, the user only needs to pay attention to the task content related label to quickly jump to the corresponding system, without inputting the addresses of different systems one by one, effectively improving the task processing efficiency. BRIEF DESCRIPTION OF DRAWINGS

[0037] The present application will be further described below in conjunction with the drawings and embodiments, wherein:

[0038] Figure 1 A flowchart of a tag-based task processing method provided by the present application embodiment is provided;

[0039] Figure 2 Another flowchart of a tag-based task processing method provided by the present application embodiment is provided;

[0040] Figure 3 A flowchart of step S100 in the tag-based task processing method provided by the present application embodiment is provided;

[0041] Figure 4 A flowchart of step S300 in the tag-based task processing method provided by the present application embodiment is provided;

[0042] Figure 5 Another flowchart of a tag-based task processing method provided by the present application embodiment is provided;

[0043] Figure 6 The function module schematic diagram of the task processing device based on the label provided by the embodiment of the present application is shown in the figure.

[0044] Figure 7 The hardware structure schematic diagram of the task processing system based on the label provided by the embodiment of the present application is shown in the figure. DETAILED DESCRIPTION

[0045] In order to make the purpose, technical scheme and effect of the present application more clear and explicit, the present application is further described in detail below. It should be understood that the specific embodiments described herein are only used to explain the present application and are not used to limit the present application. The embodiments of the present application are introduced below in combination with the drawings.

[0046] Please refer to Figure 1 , Figure 1 The flow chart of the task processing method based on the label provided by the embodiment of the present application is shown in the figure. The task processing method based on the label provided by the embodiment is suitable for the case of convenient and efficient jump of the task execution system of the development process, and is specifically applied to the system composed of a terminal device, a network and a server, wherein the network is a medium for directly providing a communication link between the terminal device and the server, and can include various connection types, such as wired, wireless communication link or optical fiber cable, etc.; the operating system on the terminal device can include a handheld device operating system (iPhone operating system, iOS system), an Android system or other operating systems, and the terminal device is connected to the server through the network to realize interaction, so as to perform operations such as receiving or sending data, etc. Specifically, it can be various electronic devices with display screen and supporting web browsing, including but not limited to smart phones, tablet computers, portable computers and desktop servers, etc. As shown in the figure, the method specifically includes the following steps: Figure 1

[0047] S100, in response to the task label input by the user, acquiring and displaying the candidate system list associated with the task label in the preset system mapping table.

[0048] In the embodiment, the task label is used to realize quick system search, and the user only needs to input the task label to search for the candidate system list associated with the input label in the preset system mapping table for selection. The specific task label can be uniformly set or stored by the user, and the task label is used as a keyword to describe the system function or task content, so that the user only needs to focus on the task to be completed at present to perform efficient system search and display.

[0049] In one embodiment, please refer to Figure 2 , which is another flow chart of the task processing method based on the label provided by the embodiment of the present application, as shown in the figure,​Figure 2 As shown in FIG. 1, before step S100, the method further comprises:

[0050] S400, collecting a task list contained in a project whole life cycle and a correlation system of each task in the task list;

[0051] S500, generating a system mapping table according to a mapping relationship between each task and the correlation system and storing.

[0052] In the embodiment, when starting a project, a task list contained in a project whole life cycle is collected, and a correlation system corresponding to each task is also collected, that is, a system or platform on which task processing needs to be completed, a one-to-one system mapping table is generated and stored according to a mapping relationship between each task and the correlation system, so that a user can search the correlation system quickly through a task tag describing task content or system function, without recording addresses of each system one by one, and task processing efficiency is improved.

[0053] In one embodiment, please refer to Figure 3 which is a flowchart of step S100 in a task processing method based on a tag provided by an embodiment of the present application, as shown in FIG. 2, step S100 comprises: Figure 3

[0054] S101, receiving a task tag input by a user;

[0055] S102, performing tag matching in the system mapping table according to the task tag, to obtain a correlation system matched with the task tag;

[0056] S103, displaying a corresponding candidate system list according to the correlation system matched with the task tag.

[0057] In the embodiment, when displaying the candidate system list, the received task tag input by the user is matched with a task name and a correlation system contained in the system mapping table, the correlation system matched with the task tag is filtered in all systems, for example, the tag input by the current user is “deployment”, the system related to the “deployment” function and the system corresponding to the task containing the “deployment” content are matched in the system mapping table, and the matched systems are all displayed as candidates, for example, the form of a drop-down bar is used to display brief information of the matched correlation system, including a system name, a corresponding task name and the like.

[0058] S200, confirming a target system in the candidate system list in response to a selection operation input by the user.

[0059] ​In the embodiment, the candidate system list obtained by matching can include multiple related systems, and the user can select a target system in the candidate system list by single-click, double-click, long-press and other selection operations to quickly confirm the target system.

[0060] S300, obtain the address of the target system, and jump to the target system for task processing according to the address.

[0061] In the embodiment, after the user selects the target address, the address of the target system is obtained, and the address of each system can be stored in a system mapping table, so that the corresponding address can be accurately retrieved in the system mapping table based on the selection operation of the user, the target system is jumped to according to the address retrieved by the background, the user can conveniently jump to the target for task processing, and the processing efficiency is improved.

[0062] In one embodiment, before step S300, the method further includes:

[0063] obtain the user account and the terminal address of the current terminal.

[0064] In the embodiment, before jumping to the target system, the user account of the computer used by the user for login and the mac address of the computer are obtained as the identity verification information on the target system in the subsequent process, and the identity verification process is saved.

[0065] In one embodiment, please refer to Figure 4 The flowchart of step S300 in the task processing method based on the label provided by the embodiment of the application is shown as in Figure 4 S300, obtain the address of the target system, and jump to the target system for task processing according to the address.

[0066] S301, obtain the address of the target system;

[0067] S302, generate a jump request according to the address, the user account and the terminal address of the current terminal;

[0068] S303, when the response data returned by the jump request is received, display the page of the target system according to the response data to perform task processing.

[0069] In the embodiment, when the target system is switched, the address of the target system is obtained based on the system mapping table, and then a switching request is initiated to the server based on the address, and the switching request carries the user account of the computer and the mac address of the computer. When the server receives the switching request, the identity verification is performed based on the user account and the mac address of the computer. As long as the user can normally log in the computer and the mac address is a pre-authenticated address, it is considered that the current switching request meets the identity verification requirement. At this time, the corresponding response data is returned to the computer, the page of the target system is displayed on the display interface of the computer according to the received response data, and the page does not need to be logged in. The user can directly process the task, realizing convenient and efficient target system switching and login.

[0070] In one embodiment, please refer to Figure 5 which is another flowchart of the task processing method based on the label provided by the embodiment of the application, as shown in Figure 5 the method further comprises:

[0071] S500, obtaining real-time index data in the corresponding attention system according to the preset attention index;

[0072] S600, displaying the real-time index data on the display interface of the current terminal.

[0073] In the embodiment, different tasks can be set with corresponding attention indexes. For example, the core index in the core task which needs to be focused and continuously paid attention to by the user. The attention index can be a default setting or a user-defined setting. In the task processing, the real-time index data is obtained in the corresponding attention system according to the set attention index. For example, the index A in the task A is set as the attention index, and the task A needs to be executed in the system A. Therefore, the specific data of the index A is obtained in the system A in real time. The obtained real-time index data is visually displayed on the display interface of the terminal, so that the user can always know the real-time data of the attention index without switching to the attention system.

[0074] Further, the real-time index data can be displayed in the form of a control icon. The user can click the corresponding control icon. When the server receives the click operation of the control icon corresponding to the real-time index data, the address of the attention system is obtained to switch the system, realizing one-key switching of the attention system, without the need for further operations such as association of the task label candidate and selection, further saving the processing flow of the key attention task.

[0075] In one embodiment, the method further comprises:

[0076] In response to the shortcut operation input by the user, the pre-set shortcut operation control is displayed.

[0077] In this embodiment, in order to facilitate the user's task processing operation, a shortcut operation can be pre-set, when the user input shortcut operation is received, the corresponding shortcut operation control is displayed, and the specific shortcut operation control can include desktop, login, screenshot, copy, calculation and the like, so that the user can conveniently and efficiently call the commonly used operation control during task processing.

[0078] Further, the historical task operation data of the user can also be collected, and the correlation system with high relevance to the user is analyzed, for example, the link frequently searched or clicked by the user, or the correlation system corresponding to the task not completed by the user, when it is detected that there is a task in the correlation system that needs to be operated by the user, the server actively pushes the task prompt to the terminal, and the terminal reminds the user to process in time through the form of desktop pop-up window on the display interface, changes the way of searching the system to the user to the system searching the user, is more convenient for the user to process and reduces the omission, improves the task processing efficiency and accuracy.

[0079] Another embodiment of the present application provides a task processing device based on a label, as shown in the figure, Figure 6 The device 1 comprises:

[0080] The list display module 11 is configured to acquire and display a candidate system list associated with the task label in a preset system mapping table in response to the user input task label.

[0081] The system confirmation module 12 is configured to confirm a target system in the candidate system list in response to the user input selection operation.

[0082] The system jump module 13 is configured to acquire the address of the target system and jump to the target system for task processing according to the address.

[0083] The module referred to in the present application refers to a series of computer program instructions capable of completing a specific function, and is more suitable for describing the execution process of the task processing based on the label than the program. The specific implementation of each module is described in the above method embodiment, which will not be repeated here.

[0084] In one embodiment, the device 1 further comprises:

[0085] The collection module is configured to collect a task list contained in the project full life cycle and a correlation system of each task in the task list.

[0086] The mapping storage module is configured to generate and store a system mapping table according to the mapping relationship between each task and the correlation system.

[0087] In one embodiment, the list display module 11 comprises:

[0088] The receiving unit is configured to receive the user input task label.

[0089] a matching unit configured to perform label matching in the system mapping table according to the task label, to obtain a related system matched with the task label;

[0090] a display unit configured to display a corresponding candidate system list according to the related system matched with the task label.

[0091] In one embodiment, the device 1 further comprises:

[0092] an acquisition module configured to acquire a user account and a terminal address of a current terminal.

[0093] In one embodiment, the system jump module 13 comprises:

[0094] an address acquisition unit configured to acquire an address of the target system;

[0095] a request generation unit configured to generate a jump request according to the address, the user account and the terminal address of the current terminal;

[0096] a jump display unit configured to display a page of the target system according to response data returned by the jump request when the response data is received, to perform task processing.

[0097] In one embodiment, the device 1 further comprises:

[0098] a data acquisition module configured to acquire real-time index data in a corresponding attention system according to a preset attention index;

[0099] a data display module configured to display the real-time index data on a display interface of a current terminal.

[0100] In one embodiment, the device 1 further comprises:

[0101] a shortcut operation module configured to display a pre-set shortcut operation control in response to a shortcut operation input by a user.

[0102] Another embodiment of the present application provides a task processing system based on labels, as shown in the accompanying drawings, the system 10 comprises: Figure 7 one or more processors 110 and a memory 120,

[0103] In one embodiment, the processor 110 and the memory 120 are connected through a bus or other means, Figure 7 In one embodiment, the processor 110 and the memory 120 are connected through a bus. Figure 7

[0104] ​The processor 110 is configured to implement various control logic of the system 10, and can be a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), a field programmable gate array (FPGA), a single-chip computer, an ARM (Acorn RISC Machine), or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof. In addition, the processor 110 can also be any conventional processor, microprocessor, or state machine. The processor 110 can also be implemented as a combination of computing devices, such as a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, and / or any other such configuration.

[0105] The memory 120 is a non-volatile computer-readable storage medium configured to store non-volatile software programs, non-volatile computer-executable instructions, and modules, such as program instructions corresponding to the task processing method based on labels in the embodiments of the present application. The processor 110 executes various functional applications and data processing of the system 10 by running the non-volatile software programs, instructions, and units stored in the memory 120, i.e., implements the task processing method based on labels in the above-mentioned method embodiments.

[0106] The memory 120 can include a program storage area and a data storage area, wherein the program storage area can store an operating system and application programs required by at least one function; and the data storage area can store data created according to the use of the system 10, etc. In addition, the memory 120 can include a high-speed random access memory, and can also include a non-volatile memory, such as at least one magnetic disk storage device, a flash memory device, or other non-volatile solid-state memory device. In some embodiments, the memory 120 can optionally include a memory remotely disposed relative to the processor 110, and these remote memories can be connected to the system 10 through a network. Examples of the above-mentioned network include but are not limited to the Internet, an intranet, a local area network, a mobile communication network, and a combination thereof.

[0107] One or more units are stored in the memory 120 and implemented when executed by the one or more processors 110 to perform the following steps:

[0108] In response to a task label input by a user, a candidate system list associated with the task label is obtained and displayed in a preset system mapping table;

[0109] In response to a selection operation input by the user, a target system is confirmed in the candidate system list;

[0110] An address of the target system is obtained, and the target system is jumped to for task processing according to the address.

[0111] In one embodiment, the method further comprises, before the response to the user inputted task label, acquiring and displaying the associated system list in the preset system mapping table, including:

[0112] Acquiring the task list contained in the whole life cycle of the project and the associated system of each task in the task list;

[0113] Generating and storing the system mapping table according to the mapping relationship between each task and the associated system.

[0114] In one embodiment, the method further comprises, before the response to the user inputted task label, acquiring and displaying the associated system list in the preset system mapping table, including:

[0115] Receiving the user inputted task label;

[0116] Performing label matching in the system mapping table according to the task label to obtain the associated system matched with the task label;

[0117] Displaying the corresponding candidate system list according to the associated system matched with the task label.

[0118] In one embodiment, the method further comprises, before the acquiring the address of the target system and jumping to the target system for task processing according to the address, including:

[0119] Acquiring the user account and terminal address of the current terminal.

[0120] In one embodiment, the method further comprises, before the acquiring the address of the target system and jumping to the target system for task processing according to the address, including:

[0121] Acquiring the address of the target system;

[0122] Generating a jump request according to the address, the user account and the terminal address of the current terminal;

[0123] When receiving the response data returned by the jump request, displaying the page of the target system according to the response data for task processing.

[0124] In one embodiment, the method further comprises:

[0125] Acquiring real-time index data in the corresponding attention system according to the preset attention index;

[0126] Displaying the real-time index data on the display interface of the current terminal.

[0127] In one embodiment, the method further comprises:

[0128] In response to a shortcut operation input by a user, a preset shortcut operation control is displayed.

[0129] The embodiment of the present application provides a nonvolatile computer readable storage medium, and the computer readable storage medium stores computer executable instructions, the computer executable instructions are executed by one or more processors, for example, the method steps S100 to S300 in the above description Figure 1 are executed.

[0130] By way of example, nonvolatile storage can include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory. Volatile memory can include random access memory (RAM), as external cache memory. By way of illustration, RAM can be available at many forms such as synchronous RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), enhanced SDRAM (ESDRAM), Synchlink DRAM (SLDRAM), and direct Rambus RAM (DRRAM), etc. The disclosed memory components or memory of the operational environment described herein are intended to encompass one or more of these and / or any other suitable types of memory.

[0131] To sum up, in the task processing method, device, system and medium based on a label disclosed by the present application, the method obtains and displays a candidate system list associated with the task label in a preset system mapping table in response to a task label input by a user; confirms a target system in the candidate system list in response to a selection operation input by the user; obtains an address of the target system and jumps to the target system for task processing according to the address. Through the associated display of the candidate system for the task label input by the user, the user can conveniently and efficiently select the target system in the candidate system list and jump to the target system to perform corresponding task processing, so that in the project development life cycle, the user only needs to focus on the label related to the task content to quickly jump to the corresponding system, without inputting the addresses of different systems one by one, and the task processing efficiency is effectively improved.

[0132] Of course, those skilled in the art can understand that all or part of the processes in the above-mentioned embodiment methods can be completed by a computer program to instruct related hardware (such as a processor, a controller, etc.) to complete, and the computer program can be stored in a nonvolatile computer readable storage medium, and the computer program can include the processes of the above-mentioned method embodiments when executed. The storage medium can be a memory, a disk, a floppy disk, a flash memory, an optical storage, etc.

[0133] It is to be understood that the application is not limited to the examples described above, which can be modified or adapted in several ways by those skilled in the art without departing from the scope of the present application, as defined by the appended claims.

Claims

1. A tag-based task processing method, characterized by, The method comprises the following steps: collecting a task list included in a project whole life cycle and a correlation system of each task in the task list; generating a system mapping table according to a mapping relationship between each task and the correlation system and storing the system mapping table; in response to a task label input by a user, obtaining and displaying a candidate system list associated with the task label in a preset system mapping table; in response to a selection operation input by the user, confirming a target system in the candidate system list; obtaining a user account and a terminal address of a current terminal; obtaining an address of the target system, and jumping to the target system according to the address to process a task; the step of obtaining the address of the target system and jumping to the target system according to the address to process the task comprises the following steps: obtaining the address of the target system; generating a jump request according to the address, the user account and the terminal address of the current terminal; when receiving response data returned by the jump request, displaying a page of the target system according to the response data to process the task. 2.The tag-based task processing method of claim 1, wherein, the step of obtaining and displaying the candidate system list associated with the task label in the preset system mapping table in response to the task label input by the user comprises the following steps: receiving the task label input by the user; performing label matching in the system mapping table according to the task label to obtain a correlation system matched with the task label; displaying a corresponding candidate system list according to the correlation system matched with the task label. 3.The tag-based task processing method of claim 1, wherein, The method further comprises the following steps: obtaining real-time index data in a corresponding attention system according to a preset attention index; displaying the real-time index data on a display interface of a current terminal. 4.The tag-based task processing method of claim 1, wherein, The method further comprises the following steps: in response to a shortcut operation input by a user, displaying a pre-set shortcut operation control.

5. A tag-based task processing apparatus characterized by comprising: The method comprises the following steps: a collection module, configured to collect a task list included in a project whole life cycle and a correlation system of each task in the task list; a mapping and storage module, configured to generate a system mapping table according to a mapping relationship between each task and the correlation system and store the system mapping table; a list display module, configured to obtain and display a candidate system list associated with a task label input by a user in a preset system mapping table; a system confirmation module, configured to confirm a target system in the candidate system list in response to a selection operation input by the user; a system jump module, configured to obtain an address of the target system and jump to the target system according to the address to process a task; an obtaining module, configured to obtain a user account and a terminal address of a current terminal; the system jump module comprises the following units: an address obtaining unit, configured to obtain the address of the target system; a request generating unit, configured to generate a jump request according to the address, the user account and the terminal address of the current terminal; a jump display unit, configured to display a page of the target system according to response data returned by the jump request when the response data is received to process the task.

6. A tag-based task processing system, characterized by, The system comprises at least one processor; and a memory connected in communication with the at least one processor; wherein The memory stores instructions executable by the at least one processor, the instructions being executed by the at least one processor to enable the at least one processor to perform the tag-based task processing method of any one of claims 1-4.

7. A non-transitory computer readable storage medium, comprising: The non-volatile computer-readable storage medium stores computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the tag-based task processing method of any one of claims 1-4.

Citation Information

Patent Citations

  • Visualization-based software development method and device, terminal device and storage medium

    CN109669688A

  • Label task processing method and device

    CN113901115A