CN112633856A - Data processing method and device based on work items - Google Patents
Data processing method and device based on work items Download PDFInfo
- Publication number
- CN112633856A CN112633856A CN202011640293.1A CN202011640293A CN112633856A CN 112633856 A CN112633856 A CN 112633856A CN 202011640293 A CN202011640293 A CN 202011640293A CN 112633856 A CN112633856 A CN 112633856A
- Authority
- CN
- China
- Prior art keywords
- work item
- hyperlink
- target parameter
- corresponding relation
- work
- 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
Links
- 238000003672 processing method Methods 0.000 title abstract description 10
- 238000000034 method Methods 0.000 claims description 26
- 238000012545 processing Methods 0.000 claims description 6
- 230000008859 change Effects 0.000 abstract description 22
- 238000011161 development Methods 0.000 description 14
- 230000008569 process Effects 0.000 description 5
- 238000012217 deletion Methods 0.000 description 4
- 230000037430 deletion Effects 0.000 description 4
- 238000010586 diagram Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000006978 adaptation Effects 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
- G06Q10/103—Workflow collaboration or project management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2358—Change logging, detection, and notification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/955—Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Business, Economics & Management (AREA)
- Strategic Management (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Resources & Organizations (AREA)
- General Engineering & Computer Science (AREA)
- Entrepreneurship & Innovation (AREA)
- Economics (AREA)
- Marketing (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The application discloses a data processing method based on work items, wherein the work items refer to change work records established for meeting the requirements of software to be developed. After the terminal equipment acquires the first target parameter of the first work item, the hyperlink of the first work item is determined according to the first target parameter and the first corresponding relation. Wherein the first correspondence is a correspondence between the first target parameter and the hyperlink, the first target parameter is a parameter describing GIT branch information of the first work item, and the hyperlink is a URL indicating a location of a GIT branch of the first work item. After the terminal equipment obtains the hyperlink, the hyperlink can be displayed, and a user can directly jump to the position of the GIT branch of the first work item by clicking the hyperlink.
Description
Technical Field
The present application relates to the field of data processing, and in particular, to a data processing method and apparatus based on work items.
Background
Currently, the first global Development and Operation (Development and operations) standard, which is made by the institute of information and communications, china, the department of industry and communications, is a capability maturity model for evaluating the Development and Operation integration of projects. The application usually experiences a long life line from development to online, and a complete code development process is needed to solve the problems of code cooperation and change tracing of dozens or even hundreds of developers. To this end, developers have introduced a distributed version control system GIT to handle version management of projects. When the source GIT branch is introduced, the current work of a developer is separated from the source GIT branch by using a sub GIT branch strategy, so that a development main line is not influenced. And after the development of the sub-GIT branch is finished, the contents on the sub-GIT branch are merged to the source GIT.
However, for a long time, in the process of establishing a work item and creating a branch, a developer often needs to decompose a business requirement into a plurality of work items, manually create a plurality of sub-GIT branches, and merge the sub-GIT branches of the work item into a main line when the work item is completed. When the sub-GIT branches are created and merged, developers cannot quickly find the specific position of the sub-GIT branch of a certain work item, so that the efficiency is low during development, and the user experience is not good.
Therefore, a solution to solve the above problems is urgently needed.
Disclosure of Invention
The technical problem to be solved by the application is to provide a data processing method based on work items, so as to solve the problems that developers cannot quickly find the specific position of a GIT branch of a certain work item in the process of establishing the work items and creating the branches at present, so that the efficiency is low during development, and the user experience is not good.
In a first aspect, an embodiment of the present application provides a data processing method based on work items, where the method includes:
acquiring a first target parameter of a first work item;
obtaining a hyperlink corresponding to the first work item according to a first corresponding relation and the first target parameter, wherein the first corresponding relation is a corresponding relation between the first target parameter and the hyperlink;
and displaying the hyperlink.
Optionally, the method further includes:
and if the first corresponding relation is not included in the prestored corresponding relation, creating the first work item according to the first target parameter, and acquiring and storing the first corresponding relation.
Optionally, the method further includes:
acquiring first indication information, wherein the first indication information is used for indicating to delete the first work item;
and merging the first work item into a total work item and deleting the first work item under the condition that the first work item can be deleted.
Optionally, the first target parameter includes a project name to which the first work item belongs.
Optionally, the first target parameter further includes any one or more of the following:
a source GIT branch, a sub GIT branch, and a repository corresponding to a source code corresponding to the first workitem.
Optionally, the method further includes:
and updating the first corresponding relation to obtain a second corresponding relation, wherein the second corresponding relation is the corresponding relation between a second target parameter and the hyperlink.
Optionally, the method further includes:
acquiring a second target parameter of the first work item;
obtaining the hyperlink according to the second corresponding relation and the second target parameter;
and displaying the hyperlink.
In a second aspect, an embodiment of the present application provides a data processing apparatus based on work items, the apparatus including:
a first obtaining module to: acquiring a first target parameter of a first work item;
a first determination module to: obtaining a hyperlink corresponding to the first work item according to a first corresponding relation and the first target parameter, wherein the first corresponding relation is a corresponding relation between the first target parameter and the hyperlink;
a first display module to: and displaying the hyperlink.
Optionally, the apparatus further includes a creating module, configured to:
and if the first corresponding relation is not included in the prestored corresponding relation, creating the first work item according to the first target parameter, and acquiring and storing the first corresponding relation.
Optionally, the apparatus further comprises:
a second obtaining module to: acquiring first indication information, wherein the first indication information is used for indicating to delete the first work item;
a deletion module to: and merging the first work item into a total work item and deleting the first work item under the condition that the first work item can be deleted.
Optionally, the first target parameter includes a project name to which the first work item belongs.
Optionally, the first target parameter further includes any one or more of the following:
a source GIT branch, a sub GIT branch, and a repository corresponding to a source code corresponding to the first workitem.
Optionally, the apparatus further includes an update module, configured to:
and updating the first corresponding relation to obtain a second corresponding relation, wherein the second corresponding relation is the corresponding relation between a second target parameter and the hyperlink.
Optionally, the apparatus further comprises:
a third obtaining module configured to: acquiring a second target parameter of the first work item;
a second determination module to: obtaining the hyperlink according to the second corresponding relation and the second target parameter;
a second display module to: and displaying the hyperlink.
Compared with the prior art, the embodiment of the application has the following advantages:
the embodiment of the application provides a data processing method based on work items, wherein the work items refer to change work records established for meeting the requirements of software to be developed, and specifically comprise information such as change content, change time, change type, change association codes, change executors, change states and the like. After the terminal equipment acquires the first target parameter of the first work item, the hyperlink of the first work item is determined according to the first target parameter and the first corresponding relation. The first correspondence is a correspondence between the first target parameter and the hyperlink, the first target parameter is a parameter describing GIT branch information of the first work item, and the hyperlink is a Uniform Resource Locator (URL) for indicating a Location of the GIT branch of the first work item. After the terminal equipment obtains the hyperlink, the hyperlink can be displayed, and a user can directly jump to the position of the GIT branch of the first work item by clicking the hyperlink. Therefore, the terminal equipment can display the hyperlink of the position of the GIT branch of the first work item according to the first target parameter of the first work item, and a user can directly find the GIT branch of the first work item according to the hyperlink.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a schematic flow chart illustrating a data processing method based on work items according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a data processing apparatus based on work items in an embodiment of the present application.
Detailed Description
In order to make the technical solutions of the present application better understood, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The inventor of the present application finds, through research, that currently, in a process of establishing a work item and creating a branch, a developer often needs to decompose a business requirement into a plurality of work items, manually create a plurality of sub-GIT branches, and when the work item is completed, merge the sub-GIT branches of the work item into a main line. When the sub-GIT branches are created and merged, developers cannot quickly find the specific position of the sub-GIT branch of a certain work item, so that the efficiency is low during development, and the user experience is not good.
In order to solve the above problem, an embodiment of the present application provides a data processing method based on work items, where the work items refer to change work records established to meet the requirements of software to be developed, and specifically include information such as change content, change time, change type, change association code, change executor, and change status. After the terminal equipment acquires the first target parameter of the first work item, the hyperlink of the first work item is determined according to the first target parameter and the first corresponding relation. Wherein the first correspondence is a correspondence between the first target parameter and the hyperlink, the first target parameter is a parameter describing GIT branch information of the first work item, and the hyperlink is a URL indicating a location of a GIT branch of the first work item. After the terminal equipment obtains the hyperlink, the hyperlink can be displayed, and a user can directly jump to the position of the GIT branch of the first work item by clicking the hyperlink. Therefore, the terminal equipment can display the hyperlink of the position of the GIT branch of the first work item according to the first target parameter of the first work item, and a user can directly find the GIT branch of the first work item according to the hyperlink.
Various non-limiting embodiments of the present application are described in detail below with reference to the accompanying drawings.
Exemplary method
Referring to fig. 1, a schematic flow chart of a data processing method based on work items in an embodiment of the present application is shown. The method shown in fig. 1, in one implementation, may be performed by a terminal device.
In the present embodiment, the method shown in FIG. 1 can be implemented, for example, by the following steps S101-S103.
S101: and acquiring a first target parameter of the first work item.
In this embodiment, the terminal device first obtains a first target parameter of the first work item. In one example, the user may input the first target parameter on an interface displayed by the terminal device.
The first target parameter is a parameter describing GIT branch information of the first work item. In one example, the first target parameter includes a project name to which the first work item belongs, such as a development task. In another example, the first target parameters may include one or more items in a repository corresponding to a source code corresponding to the first work item, a source GIT branch, and a child GIT branch, in addition to the project name to which the first work item belongs. The source GIT branch, the sub GIT branch and the repository corresponding to the source code corresponding to the first work item can be determined according to information input by a user. The source GIT branch may be, for example, an s _ branch, the child GIT branch may be, for example, a new _ branch, and the repository to which the source code corresponding to the first work item corresponds may be, for example, a GIT library. It can be understood that, for a development task, the source GIT branch and the repository corresponding to the source code corresponding to the first work item are usually unchanged, and therefore, a default value of the source GIT branch and a default value of the repository corresponding to the source code corresponding to the first work item may be set, so that efficiency when a user inputs the first target parameter is improved, and user experience is improved.
S102: and obtaining a hyperlink corresponding to the first work item according to a first corresponding relation and the first target parameter, wherein the first corresponding relation is the corresponding relation between the first target parameter and the hyperlink.
It should be noted that, after the terminal device obtains the first target parameter of the first work item, a pre-stored correspondence may be searched for, and if a first correspondence is obtained by searching for, a hyperlink of the first work item is determined according to the first target parameter and the first correspondence. Wherein the first corresponding relation is a corresponding relation between the first target parameter and the hyperlink, and is stored in a database of the terminal device. The hyperlink is a URL to indicate a location of a GIT branch of the first work item. It can be understood that, if the pre-stored correspondence does not include the first correspondence, the terminal device may create the first work item according to the first target parameter, and further acquire and store the first correspondence.
S103: and displaying the hyperlink.
In this embodiment, after obtaining the hyperlink, the terminal device may display the hyperlink, and the user may directly jump to a position where the GIT branch of the first work item is located by clicking the hyperlink. Therefore, the terminal equipment can display the hyperlink of the position of the GIT branch of the first work item according to the first target parameter of the first work item, and a user can directly find the GIT branch of the first work item according to the hyperlink.
The work items specifically include information such as change content, change time, change type, change association code, change executor, and change status. Therefore, the terminal device may display the current content, the performer, the execution state, the scheduled start and end times, the development record, the type of the GIT branch operation, and the like, in addition to the hyperlink.
In one example, when the user completes the first work item, if the user wishes to delete the first work item, the user may input first indication information in an interface displayed by a terminal device, where the first indication information is used to indicate deletion of the first work item. After the user inputs the first indication information, the terminal device may obtain the first indication information. In one example, the first indication information may be, for example, that after the "completed" terminal device input by the user in the input area corresponding to the current state acquires the first indication information, the first work item is not deleted directly according to the first indication information, because the first work item does not necessarily support the deletion operation. Therefore, the terminal device may first determine whether the first work item can be deleted, and if the first work item can be deleted, the terminal device may merge the first work item into a total work item and delete the first work item. If the first work item cannot be deleted, the terminal device may merge the first work item into a total work item and retain the first work item.
In one example, whether the first work item can be deleted may be determined by a type of a GIT branch operation displayed by the terminal device. For example, when the GIT branch operation type is "YES", the first work item can be deleted; when the GIT branch operation type is NO, the first work item cannot be deleted.
It should be noted that the parameters of the work items, for example, the content included in the first target parameter, may be predefined by the terminal device. During the project development process, the terminal device can modify the content included in the parameters of the work items. For example, in an example, the terminal device modifies a parameter corresponding to a first work item from a first target parameter to a second target parameter, at this time, the terminal device may update the first corresponding relationship to obtain a second corresponding relationship, where the second corresponding relationship is a corresponding relationship between the second target parameter and the hyperlink. Correspondingly, if the user wants to quickly locate the position of the sub-GIT branch of the first workitem, the second target parameter can be input on an interface displayed by the terminal device, and after the terminal device obtains the second target parameter, the hyperlink can be obtained according to the second corresponding relation and the second target parameter, and then the hyperlink is displayed.
Exemplary device
Based on the method provided by the above embodiment, the embodiment of the present application further provides an apparatus, which is described below with reference to the accompanying drawings.
Referring to fig. 2, a schematic structural diagram of a data processing apparatus based on work items in an embodiment of the present application is shown. The apparatus may specifically include, for example:
the first obtaining module 201: the first target parameter is used for acquiring a first work item;
the first determination module 202: the first corresponding relation is the corresponding relation between the first target parameter and the hyperlink;
the first display module 203: for displaying the hyperlink.
By the aid of the device, the terminal equipment can display the hyperlink of the position of the GIT branch of the first work item according to the first target parameter of the first work item, and a user can directly find the GIT branch of the first work item according to the hyperlink.
In one implementation, the apparatus further includes a creation module configured to:
and if the first corresponding relation is not included in the prestored corresponding relation, creating the first work item according to the first target parameter, and acquiring and storing the first corresponding relation.
In one implementation, the apparatus further comprises:
a second obtaining module to: acquiring first indication information, wherein the first indication information is used for indicating to delete the first work item;
a deletion module to: and merging the first work item into a total work item and deleting the first work item under the condition that the first work item can be deleted.
In one implementation, the first target parameter includes a project name to which the first work item belongs.
In one implementation, the first target parameters further include any one or more of:
a source GIT branch, a sub GIT branch, and a repository corresponding to a source code corresponding to the first workitem.
In one implementation, the apparatus further includes an update module configured to:
and updating the first corresponding relation to obtain a second corresponding relation, wherein the second corresponding relation is the corresponding relation between a second target parameter and the hyperlink.
In one implementation, the apparatus further comprises:
a third obtaining module configured to: acquiring a second target parameter of the first work item;
a second determination module to: obtaining the hyperlink according to the second corresponding relation and the second target parameter;
a second display module to: and displaying the hyperlink.
Since the apparatus 200 is an apparatus corresponding to the method provided in the above method embodiment, and the specific implementation of each unit of the apparatus 200 is the same as that of the above method embodiment, for the specific implementation of each unit of the apparatus 200, reference may be made to the description part of the above method embodiment, and details are not repeated here.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice in the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
It will be understood that the present application is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the application is limited only by the attached claims
The above description is only exemplary of the present application and should not be taken as limiting the present application, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the protection scope of the present application.
Claims (10)
1. A method for data processing based on work items, the method comprising:
acquiring a first target parameter of a first work item;
obtaining a hyperlink corresponding to the first work item according to a first corresponding relation and the first target parameter, wherein the first corresponding relation is a corresponding relation between the first target parameter and the hyperlink;
and displaying the hyperlink.
2. The method of claim 1, further comprising:
and if the first corresponding relation is not included in the prestored corresponding relation, creating the first work item according to the first target parameter, and acquiring and storing the first corresponding relation.
3. The method of claim 1, further comprising:
acquiring first indication information, wherein the first indication information is used for indicating to delete the first work item;
and merging the first work item into a total work item and deleting the first work item under the condition that the first work item can be deleted.
4. The method of claim 1 or 2, wherein the first target parameter comprises a project name to which the first work item belongs.
5. The method of claim 4, wherein the first target parameters further comprise any one or more of:
a source GIT branch, a sub GIT branch, and a repository corresponding to a source code corresponding to the first workitem.
6. The method of claim 1, further comprising:
and updating the first corresponding relation to obtain a second corresponding relation, wherein the second corresponding relation is the corresponding relation between a second target parameter and the hyperlink.
7. The method of claim 6, further comprising:
acquiring a second target parameter of the first work item;
obtaining the hyperlink according to the second corresponding relation and the second target parameter;
and displaying the hyperlink.
8. A workitem-based data processing apparatus, the apparatus comprising:
a first obtaining module to: acquiring a first target parameter of a first work item;
a first determination module to: obtaining a hyperlink corresponding to the first work item according to a first corresponding relation and the first target parameter, wherein the first corresponding relation is a corresponding relation between the first target parameter and the hyperlink;
a first display module to: and displaying the hyperlink.
9. The apparatus of claim 8, wherein the first objective parameter comprises a project name to which the first work item belongs.
10. The apparatus of claim 9, wherein the first target parameters further comprise any one or more of:
a source GIT branch, a sub GIT branch, and a repository corresponding to a source code corresponding to the first workitem.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011640293.1A CN112633856A (en) | 2020-12-31 | 2020-12-31 | Data processing method and device based on work items |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011640293.1A CN112633856A (en) | 2020-12-31 | 2020-12-31 | Data processing method and device based on work items |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112633856A true CN112633856A (en) | 2021-04-09 |
Family
ID=75290534
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011640293.1A Pending CN112633856A (en) | 2020-12-31 | 2020-12-31 | Data processing method and device based on work items |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112633856A (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109271194A (en) * | 2018-08-22 | 2019-01-25 | 五八有限公司 | Branch's access method and device based on distributed version control system |
CN109522025A (en) * | 2018-10-30 | 2019-03-26 | 深圳市小赢信息技术有限责任公司 | A kind of code delivery system based on git |
CN109710519A (en) * | 2018-12-13 | 2019-05-03 | 平安普惠企业管理有限公司 | Project variance reports generation method, device, computer equipment and storage medium |
CN112114864A (en) * | 2020-08-17 | 2020-12-22 | 贝壳技术有限公司 | Cooapods code pulling optimization method and system |
-
2020
- 2020-12-31 CN CN202011640293.1A patent/CN112633856A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109271194A (en) * | 2018-08-22 | 2019-01-25 | 五八有限公司 | Branch's access method and device based on distributed version control system |
CN109522025A (en) * | 2018-10-30 | 2019-03-26 | 深圳市小赢信息技术有限责任公司 | A kind of code delivery system based on git |
CN109710519A (en) * | 2018-12-13 | 2019-05-03 | 平安普惠企业管理有限公司 | Project variance reports generation method, device, computer equipment and storage medium |
CN112114864A (en) * | 2020-08-17 | 2020-12-22 | 贝壳技术有限公司 | Cooapods code pulling optimization method and system |
Non-Patent Citations (2)
Title |
---|
曹纪清: "基于CMMI的软件外包过程与项目实例", 31 March 2015, 天津科学技术出版社, pages: 8 - 16 * |
温淑鸿: "嵌入式Linux系统原理——基于ARM Cortex-A8处理器", 30 June 2014, 北京航空航天大学出版社, pages: 13 - 26 * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8341590B1 (en) | System for relating workflow status to code component status in a software project | |
US9575752B2 (en) | Inferring a defect's cause in updated source code | |
US8473893B2 (en) | Integration of external software analysis processes with software configuration management applications | |
US9721216B2 (en) | Solution that automatically recommends design assets when making architectural design decisions for information services | |
WO2002029561A1 (en) | System and method for tracking and documenting changes to compu ter readable code | |
US9436444B2 (en) | Method and system to determine component deprecation | |
US8548967B1 (en) | System for visual query and manipulation of configuration management records | |
CN112905441A (en) | Test case generation method, test method, device and equipment | |
US20100274601A1 (en) | Supply chain perameter optimization and anomaly identification in product offerings | |
CN113590097B (en) | API interface generation method and device, electronic equipment and storage medium | |
US20100125548A1 (en) | Support information providing system, support information providing method, and support information providing program | |
CN113434119A (en) | Business processing method and device based on process control | |
JP2016133946A (en) | Source code reviewing method and system therefor | |
CN112633856A (en) | Data processing method and device based on work items | |
JPH10105540A (en) | Working procedure managing system | |
US9177277B2 (en) | Workflow modeling with worklets and transitions | |
US20190362283A1 (en) | Working equipment specification support apparatus, working equipment specification support method, and working equipment specification support system | |
KR102299746B1 (en) | System for automatically processing data of web baed heterogeneous database and method thereof | |
JP2000215038A (en) | Information management device and recording medium | |
JP2009169628A (en) | Construction device, construction method and program for monitoring control system | |
JP2016143106A (en) | Business influence portion extraction method based on business variation and business influence portion extraction device | |
JP2004310317A (en) | Business support device | |
CN112597057B (en) | Method and device for differentially processing blueprint data | |
JP7086873B2 (en) | Management equipment, methods and programs | |
JP4180099B2 (en) | Recording medium recording sequence analysis program, sequence analysis apparatus, and sequence analysis method |
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 |