CN113590099A - Method and device for generating iteration process document in scrub - Google Patents

Method and device for generating iteration process document in scrub Download PDF

Info

Publication number
CN113590099A
CN113590099A CN202110882981.7A CN202110882981A CN113590099A CN 113590099 A CN113590099 A CN 113590099A CN 202110882981 A CN202110882981 A CN 202110882981A CN 113590099 A CN113590099 A CN 113590099A
Authority
CN
China
Prior art keywords
iteration
page
document
iterative process
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110882981.7A
Other languages
Chinese (zh)
Inventor
白燕
张明子
王征佳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202110882981.7A priority Critical patent/CN113590099A/en
Publication of CN113590099A publication Critical patent/CN113590099A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/316Aspect-oriented programming techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention provides a method and a device for generating a document in an iteration process in a scrub, which can be used in the field of distributed technology, and the method comprises the following steps: when the page starts iteration, collecting iteration data by adopting webhook, and calculating an iteration index value based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value; in the iteration process, based on the timing service set by the JIRA, calculating an iteration index value according to ongoing iteration data, and updating an iteration process document of the iteration in Confluent according to a preset period; and when the iteration is completed, calculating an iteration index value based on the last iteration data, and updating the iterative process document of the iteration in Confluent. The invention can automatically generate the iterative process document, and has high efficiency and good real-time property.

Description

Method and device for generating iteration process document in scrub
Technical Field
The invention relates to the field of distributed technology, in particular to a method and a device for generating a document in an iteration process in a scrub.
Background
The scrub is an agile development framework widely applied, the scrub has 5 instruments, the marks of the instruments are respectively recorded by team members at present, then the scrub Master carries out summary calculation, and the calculation mode comprises manual calculation and excel table calculation. The manual calculation is time-consuming and labor-consuming, and sometimes has the problems of inaccurate calculation, difficulty in tracking iteration historical records and the like. Compared with manual calculation, calculation accuracy is improved by using excel table tracking, iteration original data still need to be updated every day, hysteresis exists, and real progress of iteration cannot be synchronously displayed. Moreover, as team personnel increase, maintenance costs for the iterative data increase, introducing much duplication of work, resulting in waste. Currently, there is no method for automatically generating an iterative process document for Scrum.
Disclosure of Invention
The embodiment of the invention provides a generating method of an iterative process document in a script, which is used for automatically generating the iterative process document, and has high efficiency and good real-time performance, and the method comprises the following steps:
when the page starts iteration, collecting iteration data by adopting webhook, and calculating an iteration index value based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value;
in the iteration process, based on the timing service set by the JIRA, calculating an iteration index value according to ongoing iteration data, and updating an iteration process document of the iteration in Confluent according to a preset period;
and when the iteration is completed, calculating an iteration index value based on the last iteration data, and updating the iterative process document of the iteration in Confluent.
The embodiment of the invention provides a device for generating a document in an iterative process in a scrub, which is used for automatically generating the document in the iterative process, and has high efficiency and good real-time performance, and the device comprises:
the iteration starting processing module is used for collecting iteration data by adopting webhook when the page starts iteration and calculating an iteration index value based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value;
the iteration implementation processing module is used for calculating an iteration index value according to ongoing iteration data based on a timing service set by the JIRA in an iteration process, and updating an iteration process document of the iteration in Confluent according to a preset period;
and the iteration completion processing module is used for calculating an iteration index value based on the last iteration data and updating the iterative process document of the iteration in Confluent when the iteration is completed.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program which is stored on the memory and can be run on the processor, wherein when the processor executes the computer program, the iterative process document generation method in the scrub is realized.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing the method for generating the document in the iterative process in the scrub is stored in the computer-readable storage medium.
In the embodiment of the invention, when a page starts iteration, iteration data is collected by webhook, and an iteration index value is calculated based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value; in the iteration process, based on the timing service set by the JIRA, calculating an iteration index value according to ongoing iteration data, and updating an iteration process document of the iteration in Confluent according to a preset period; and when the iteration is completed, calculating an iteration index value based on the last iteration data, and updating the iterative process document of the iteration in Confluent. In the process, the progress of iteration can be displayed in real time, process documents do not need to be written manually, and online and transparent information is realized; the method can effectively reduce the labor input, improve the working efficiency and realize the accurate and real-time tracking of the iteration progress.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings 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 of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a flowchart of an iterative process document generation method in Scrum according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of the main operation of each role in the scrub at each stage in the embodiment of the present invention;
FIG. 3 is a diagram illustrating a correspondence between a JIRA project and a Confluent space in an iteration according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating five sub-pages included in the iterative directory according to an embodiment of the present invention. (ii) a
FIG. 5 is a schematic diagram of an iterative process document generating apparatus in a scrub according to an embodiment of the present invention;
FIG. 6 is a diagram of a computer device in an embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are used in an open-ended fashion, i.e., to mean including, but not limited to. Reference to the description of the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is for illustrative purposes to illustrate the implementation of the present application, and the sequence of steps is not limited and can be adjusted as needed.
Terms related to the embodiments of the present invention are explained first.
JIRA: JIRA is a project and transaction tracking tool produced by atlas company, and is widely applied to the working fields of defect tracking, customer service, demand collection, process approval, task tracking, project tracking, agile management and the like.
Confluent: confluent is professional enterprise knowledge management and cooperation software, is also produced by atlas company, and can be well communicated with JIRA.
And (3) Scrum: scrum is a lightweight framework for developing and maintaining complex products, an incremental, iterative software development process, typically for agile software development. Scrum is based on experience and lean thinking, exposes potential problems faced by teams through short-cycle rapid trials, and continuously improves products, teams, and work environments through constant inspection and adjustment, thereby delivering the highest value products efficiently and creatively. Scrum includes a process skeleton of a series of practices and predefined roles.
PO: the product principal, the representative of the product stakeholder, is responsible for maximizing the return on investment for the product. Is the only input person required by the Scrum team. But together with the pedigree determines product characteristics and development.
Scrum Master: the process guardian is responsible for ensuring that the value view, the rule and the process of the scrub are understood and followed in the team, so that the agile development idea can be understood and supported by the interest relevant party.
Fig. 1 is a flowchart of a document generation method in an iterative process in scrub in an embodiment of the present invention, as shown in fig. 1, the method includes:
step 101, collecting iteration data by using webhook when a page starts iteration, and calculating an iteration index value based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value;
102, in an iterative process, based on a timing service set by a JIRA, calculating an iterative index value according to ongoing iterative data, and updating an iterative process document of the iteration in Confluent according to a preset period;
and 103, when the iteration is completed, calculating an iteration index value based on the last iteration data, and updating the iterative process document of the iteration in Confluent.
In the embodiment, the progress of iteration can be displayed in real time, a process document is not required to be written manually, and online and transparent information is realized; the method can effectively reduce the labor input, improve the working efficiency and realize the accurate and real-time tracking of the iteration progress.
The scrub major phases include PB Grooming, iterative planning meetings, daily station meetings, iterative review meetings. In the iterative process, the participants include PO, script Master, development, test, and the like, and fig. 2 is a main working diagram of each role in script in each stage in the embodiment of the present invention.
In order to collect and count data generated in an iteration process, aiming at a script-type JIRA project, automatically creating a directory page of an iteration process document in Confluent at the beginning of iteration, and marking iteration basic information; in the iteration process, the iteration data is subjected to summary calculation in a timed task mode according to a preset period, such as every day; when the iteration is complete, the last update of the iteration data is performed.
In one embodiment, the webhook is a listening Sprint start event created in the JIRA.
In one embodiment, collecting iterative basis information using webhook includes:
and calling a system REST interface by adopting webhook, and collecting iteration basic information.
In one embodiment, the iterative process document comprises an iteration plan page, an iteration development page, an iteration test page, an iteration review page and an iteration review page, wherein the iteration plan page, the iteration test page and the iteration review page comprise iteration data and iteration index values.
In one embodiment, the iteration index of the iteration plan page comprises one or any combination of iteration story number, iteration rate, developer number, tester number and total hours of tasks.
In one embodiment, the iteration index of the iteration test page includes one or any combination of the total number of cases, the number of passed cases, the pass rate of cases, the number of problems, the number of unsolved problems, the total number of test execution cases, the total number of executed cases, the execution progress of cases, and the details of test cases.
In one embodiment, the iteration indexes of the iteration review page comprise one or any combination of story number, story passing rate, average story implementation period in iteration, total number of test cases passing, and test case passing rate.
In one embodiment, updating the iterative process document for the iteration in Confluence includes: and updating an iteration plan page, an iteration test page and an iteration review page of the iteration in Confluent.
Fig. 3 is a diagram illustrating a correspondence between the JIRA project and the Confluence space in an iteration according to an embodiment of the present invention. In a specific embodiment, when starting iteration, i.e. creating iteration, iteration data is collected using webhook, and iteration index values are calculated based on the iteration data, as shown in table 1.
TABLE 1
Figure BDA0003192768030000051
A catalog page of the iterative process document for the iteration is created in conflence based on the iteration data and the iteration index value, see table 2. FIG. 4 is a diagram illustrating five sub-pages included in the iterative directory according to an embodiment of the present invention.
TABLE 2
Figure BDA0003192768030000052
Figure BDA0003192768030000061
In an iteration process, namely in iteration implementation, based on a timing service set by the JIRA, according to ongoing iteration data and a preset period, updating an iteration process document of the iteration in the Confluent, wherein the iteration process document comprises an iteration plan page, an iteration test page and an iteration review page, and when the iteration is completed, updating the iteration process document of the iteration in the Confluent based on the last iteration data. After the iteration is completed, the iterative process document is not updated.
Tables 3-7 are examples of an iteration plan page, an iteration development page, an iteration test page, an iteration review page, and an iteration review page, respectively.
TABLE 3
Figure BDA0003192768030000062
TABLE 4
Figure BDA0003192768030000063
TABLE 5
Figure BDA0003192768030000064
Figure BDA0003192768030000071
TABLE 6
Figure BDA0003192768030000072
Figure BDA0003192768030000081
TABLE 7
Figure BDA0003192768030000082
In the above embodiment, the auxiliary step is configuring the JIRA to link with the Confluence application. The good step is that after the iteration is finished, the editing authority of the document page in the iteration process is limited, and the document page is periodically filed.
In summary, in the method provided in the embodiment of the present invention, when a page starts iteration, iteration data is collected by webhook, and an iteration index value is calculated based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value; in the iteration process, based on the timing service set by the JIRA, calculating an iteration index value according to ongoing iteration data, and updating an iteration process document of the iteration in Confluent according to a preset period; and when the iteration is completed, calculating an iteration index value based on the last iteration data, and updating the iterative process document of the iteration in Confluent. In the process, the progress of iteration can be displayed in real time, process documents do not need to be written manually, and online and transparent information is realized; the method can effectively reduce the labor input, improve the working efficiency and realize the accurate and real-time tracking of the iteration progress.
The embodiment of the invention also provides a device for generating the document in the iterative process in the Scrum, and the principle of the device is similar to that of a method for generating the document in the iterative process in the Scrum, and the device is not repeated.
Fig. 5 is a schematic diagram of an iterative process document generating device in scrub in the embodiment of the present invention, as shown in fig. 5, including:
an iteration start processing module 501, configured to collect iteration data by using webhook when a page starts iteration, and calculate an iteration index value based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value;
an iteration implementation processing module 502, configured to calculate an iteration index value according to ongoing iteration data based on a timing service set by the jitra during an iteration process, and update an iteration process document of the iteration in the Confluence according to a preset period;
and an iteration completion processing module 503, configured to, when the iteration is completed, calculate an iteration index value based on the last iteration data, and update the iterative process document of the iteration in the Confluent.
In one embodiment, the webhook is a listening Sprint start event created in the JIRA.
In an embodiment, the iteration start processing module is specifically configured to: and calling a system REST interface by adopting webhook, and collecting iteration basic information.
In one embodiment, the iterative process document comprises an iteration plan page, an iteration development page, an iteration test page, an iteration review page and an iteration review page, wherein the iteration plan page, the iteration test page and the iteration review page comprise iteration data and iteration index values.
In one embodiment, the iteration index of the iteration plan page comprises one or any combination of iteration story number, iteration rate, developer number, tester number and total hours of tasks.
In one embodiment, the iteration index of the iteration test page includes one or any combination of the total number of cases, the number of passed cases, the pass rate of cases, the number of problems, the number of unsolved problems, the total number of test execution cases, the total number of executed cases, the execution progress of cases, and the details of test cases.
In one embodiment, the iteration indexes of the iteration review page comprise one or any combination of story number, story passing rate, average story implementation period in iteration, total number of test cases passing, and test case passing rate.
In one embodiment, updating the iterative process document for the iteration in Confluence includes: and updating an iteration plan page, an iteration test page and an iteration review page of the iteration in Confluent.
In an embodiment, the iterative implementation processing module is specifically configured to: in the iteration process, based on the timing service set by the JIRA, calculating an iteration index value according to ongoing iteration data, and updating an iteration plan page, an iteration test page and an iteration review page of the iteration in Confluent according to a preset period;
the iteration completion processing module is specifically configured to: and when the iteration is completed, calculating an iteration index value based on the last iteration data, and updating an iteration plan page, an iteration test page and an iteration review page of the iteration in Confluent.
In summary, in the apparatus provided in the embodiment of the present invention, when a page starts iteration, iteration data is collected by webhook, and an iteration index value is calculated based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value; in the iteration process, based on the timing service set by the JIRA, calculating an iteration index value according to ongoing iteration data, and updating an iteration process document of the iteration in Confluent according to a preset period; and when the iteration is completed, calculating an iteration index value based on the last iteration data, and updating the iterative process document of the iteration in Confluent. In the process, the progress of iteration can be displayed in real time, process documents do not need to be written manually, and online and transparent information is realized; the method can effectively reduce the labor input, improve the working efficiency and realize the accurate and real-time tracking of the iteration progress.
An embodiment of the present invention further provides a computer device, and fig. 6 is a schematic diagram of a computer device in an embodiment of the present invention, where the computer device is capable of implementing all steps in the iterative process document generation method in scrub in the foregoing embodiment, and the computer device specifically includes the following contents:
a processor (processor)601, a memory (memory)602, a communication Interface (Communications Interface)603, and a communication bus 604;
the processor 601, the memory 602 and the communication interface 603 complete mutual communication through the communication bus 604; the communication interface 603 is used for implementing information transmission among related devices such as server-side devices, detection devices, user-side devices and the like;
the processor 601 is configured to call the computer program in the memory 602, and when the processor executes the computer program, the processor implements all the steps in the iterative process document generating method in Scrum in the above embodiments.
An embodiment of the present invention further provides a computer-readable storage medium, which can implement all the steps in the generating method of the iterative process document in the Scrum in the above embodiment, where the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the computer program implements all the steps in the generating method of the iterative process document in the Scrum in the above embodiment.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (11)

1. A method for generating a document in an iterative process in a Scrum is characterized by comprising the following steps:
when the page starts iteration, collecting iteration data by adopting webhook, and calculating an iteration index value based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value;
in the iteration process, based on the timing service set by the JIRA, calculating an iteration index value according to ongoing iteration data, and updating an iteration process document of the iteration in Confluent according to a preset period;
and when the iteration is completed, calculating an iteration index value based on the last iteration data, and updating the iterative process document of the iteration in Confluent.
2. The method of generating a Scrum in iterative process document as recited in claim 1, wherein said webhook is a listening Sprint start event created in JIRA.
3. The method of generating a document in a Scrum by an iterative process according to claim 1, wherein collecting basic information of iteration by webhook comprises:
and calling a system REST interface by adopting webhook, and collecting iteration basic information.
4. The method of generating an iterative process document in a Scrum according to claim 1, wherein the iterative process document comprises an iteration plan page, an iteration development page, an iteration test page, an iteration review page, and an iteration review page, wherein the iteration plan page, the iteration test page, and the iteration review page comprise iteration data and iteration index values.
5. The method of generating an iterative process document in a Scrum according to claim 4, wherein the iteration indexes of the iteration plan page include one or any combination of iteration story number, iteration rate, developer number, tester number and total hours of task number.
6. The method for generating iterative process document in Scrum as claimed in claim 4, wherein the iterative index of the iterative test page comprises one or any combination of total number of cases, number of passed cases, case passing rate, number of problems, number of unsolved problems, total number of test executing cases, total number of executed cases, progress of case executing, and details of test cases.
7. The iterative process document generation method of claim 4, wherein the iteration indexes of the iteration review page include one or any combination of a story number, a story passage rate, a story average implementation period within an iteration, a total number of test cases, and a test case passage rate.
8. The method of generating a document for iterative process in Scrum according to claim 4, wherein updating the document for iterative process in Confluence comprises: and updating an iteration plan page, an iteration test page and an iteration review page of the iteration in Confluent.
9. An iterative process document generating apparatus in a Scrum, comprising:
the iteration starting processing module is used for collecting iteration data by adopting webhook when the page starts iteration and calculating an iteration index value based on the iteration data; creating a directory page of the iterative process document of the iteration in Confluent according to the iteration data and the iteration index value;
the iteration implementation processing module is used for calculating an iteration index value according to ongoing iteration data based on a timing service set by the JIRA in an iteration process, and updating an iteration process document of the iteration in Confluent according to a preset period;
and the iteration completion processing module is used for calculating an iteration index value based on the last iteration data and updating the iterative process document of the iteration in Confluent when the iteration is completed.
10. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 8 when executing the computer program.
11. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 8.
CN202110882981.7A 2021-08-02 2021-08-02 Method and device for generating iteration process document in scrub Pending CN113590099A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110882981.7A CN113590099A (en) 2021-08-02 2021-08-02 Method and device for generating iteration process document in scrub

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110882981.7A CN113590099A (en) 2021-08-02 2021-08-02 Method and device for generating iteration process document in scrub

Publications (1)

Publication Number Publication Date
CN113590099A true CN113590099A (en) 2021-11-02

Family

ID=78254171

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110882981.7A Pending CN113590099A (en) 2021-08-02 2021-08-02 Method and device for generating iteration process document in scrub

Country Status (1)

Country Link
CN (1) CN113590099A (en)

Similar Documents

Publication Publication Date Title
CN111008197A (en) Data center design method for power marketing service system
Gurung et al. Software development life cycle models-A comparative study
CN106557860A (en) A kind of flow path processing method and device
García-Valldecabres et al. BIM scientific literature review for existing buildings and a theoretical method: proposal for heritage data management using HBIM
CN109035060A (en) A kind of structured processes management system and management method
CN106649239A (en) Method and device for generating report in cloud monitoring system based on visualization
Supriyono et al. Improvement of Project Management Using Accelerated SAP Method in the Odoo ERP
Alzraiee Cost estimate system using structured query language in BIM
CN104615540A (en) Code standard management system
Hassan et al. Purification of requirement engineering model for rapid application development
CN115860997B (en) Talent training management method, system and medium based on professional skills
Aldowayan et al. A review on current status of facility management practices in building industry and prospective BIM intervention to manage the facilities effectively during its service life
Dittrich et al. Network analysis of software repositories: identifying subject matter experts
CN113590099A (en) Method and device for generating iteration process document in scrub
CN117055859A (en) Low-code development system based on data flow analysis
CN111461666A (en) Demand tracking matrix display method and system
Talla et al. Data oriented and Process oriented Strategies for Legacy Information Systems Reengineering
Saito Identifying and understanding stakeholders using process mining: case study on discovering business processes that involve organizational entities
Shikhli et al. Data Acquisition Model for Analyzing Schedule Delays Using KDD: Knowledge Discovery and Datamining
Medoh et al. BUSINESS PROCESS REENGINEERING FOR PROCESS OPTIMIZATION: A CASE STUDY
Lopena et al. Integrated Capacity Planning Tool Implementation in an OSAT Company using the Six Sigma DMAIC Framework
Sammons et al. The use of simulation in the optimization of a cellular manufacturing system
Obeysekare et al. Developing a lean data management system for an emerging social enterprise
Adam et al. Application Project Management Charter Using a Method of Batch Processing Based on Mobile Apps (Study Case: PT. Netpolitan Cipta Cakrabuana)
KR102137471B1 (en) Map auto-editing system and method based on Feature Database

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