CN112131102A - Software project management system, equipment and medium in micro-service mode - Google Patents

Software project management system, equipment and medium in micro-service mode Download PDF

Info

Publication number
CN112131102A
CN112131102A CN202010888059.4A CN202010888059A CN112131102A CN 112131102 A CN112131102 A CN 112131102A CN 202010888059 A CN202010888059 A CN 202010888059A CN 112131102 A CN112131102 A CN 112131102A
Authority
CN
China
Prior art keywords
project
software
software project
work
information
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
CN202010888059.4A
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.)
Shandong Inspur Genersoft Information Technology Co Ltd
Original Assignee
Shandong Inspur Genersoft Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Inspur Genersoft Information Technology Co Ltd filed Critical Shandong Inspur Genersoft Information Technology Co Ltd
Priority to CN202010888059.4A priority Critical patent/CN112131102A/en
Publication of CN112131102A publication Critical patent/CN112131102A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3644Software debugging by instrumenting at runtime
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses software project management system, equipment and medium under micro-service mode, the system includes: the acquisition module is used for acquiring software project information of a development software project; the project management module is used for dividing the software project into a plurality of working projects according to the software project information and acquiring the working state data of each working project in real time; the processing module is used for processing the source codes finished by each work project to obtain executable files corresponding to the software projects and processing flow data of the source code processing stage; and the supervision module is used for generating corresponding prompt information according to the working state data and/or the processing flow data of each working project and sending the prompt information to corresponding user terminal equipment.

Description

Software project management system, equipment and medium in micro-service mode
Technical Field
The present application relates to the field of computer technologies, and in particular, to a software project management system, a device, and a medium in a micro service mode.
Background
A software project is a process of building a software system or a software part in a system according to a user's request, and generally includes rule specification writing, encoding, testing, deployment, technical support, and the like. With the continuous development of science and technology and business, the existing software project is often divided into a plurality of programs to be delivered to specific staff for work, for example, a special encoding staff performs encoding, a special testing staff performs testing on the encoded programs, and a special operation and maintenance staff performs technical support. Each program can also be divided into corresponding functional modules according to its corresponding rules to deliver the corresponding staff members, for example: web page developers can be divided into foreground developers, PHP developers, Ruby developers, Angular developers.
By the method, documents generated in the process of the software project may need to be shared among workers, but because iterative publishing of the documents is very quick, information exchange is possibly not timely, and the failure rate of the software project is increased.
Therefore, how to efficiently and accurately manage the software project in the micro service mode becomes a technical problem which needs to be solved urgently.
Disclosure of Invention
The embodiment of the specification provides a software project management system, a device and a medium in a micro-service mode, which are used for solving the following technical problems in the prior art: the software project is managed in a traditional manual mode, so that information exchange is not timely performed during software project management, the failure rate of the software project is high, and a large amount of human resources are consumed.
The embodiment of the specification adopts the following technical scheme:
a software project management system in micro-service mode, the system comprising:
the acquisition module is used for acquiring software project information of a development software project;
the project management module is used for dividing the software project into a plurality of working projects according to the software project information and acquiring working state data of each working project in real time;
the processing module is used for processing the source codes finished by each work project to obtain executable files corresponding to the software projects and processing flow data of the source code processing stage;
and the supervision module is used for generating corresponding prompt information according to the working state data and/or the processing flow data of each working project and sending the prompt information to corresponding user terminal equipment.
In some possible implementations, the software project information includes at least one of: software requirements, cost, completion time.
In some possible implementations, the work state data of the work item includes at least one of: and finishing the workload items, the residual workload items and the iteration items.
In some possible implementations, the process flow data includes data for at least one of the following process stages: code checking phase, compiling phase, constructing phase and testing phase.
In some possible implementations, the system further includes:
and the configuration management module is used for acquiring software configuration information corresponding to each work item and determining the association relationship between the software configuration information and the work items.
In some possible implementations, the system further includes:
the deployment module is used for determining the software configuration information corresponding to each work project according to the incidence relation before the work projects of the software configuration information; and
and the software deployment module is used for deploying the executable files of the software project according to the software configuration information.
In some possible implementations, the processing module includes:
the code checking unit is used for carrying out code checking on the source codes finished by each work item and generating a corresponding code analysis report;
the compiling and constructing unit is used for compiling and constructing the source code without errors in code inspection so as to obtain a file to be detected corresponding to the software project;
the test unit is used for generating a corresponding test script based on the operation of a user; and
and the test script is used for testing the file to be tested corresponding to the software project and taking the file to be tested passing the test as the executable file of the software project.
In some possible implementations, the system further includes:
and the automatic release module is used for updating the software project in a gray release mode.
A software project management apparatus in a microservice mode, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
collecting software project information of a developed software project;
dividing the software project into a plurality of work projects according to the software project information, and acquiring the working state data of each work project in real time;
processing the source code completed by each work project to obtain an executable file corresponding to the software project and processing flow data of a source code processing stage;
and generating corresponding prompt information according to the working state data and/or the processing flow data of each working project, and sending the prompt information to corresponding user terminal equipment.
A non-transitory computer storage medium for software project management in micro-service mode, storing computer-executable instructions configured to:
collecting software project information of a developed software project;
dividing the software project into a plurality of work projects according to the software project information, and acquiring the working state data of each work project in real time;
processing the source code completed by each work project to obtain an executable file corresponding to the software project and processing flow data of a source code processing stage;
and generating corresponding prompt information according to the working state data and/or the processing flow data of each working project, and sending the prompt information to corresponding user terminal equipment.
The embodiment of the specification adopts at least one technical scheme which can achieve the following beneficial effects: the software project can be divided into a plurality of working projects according to the software project information, corresponding prompt information can be generated according to the working state data and the processing flow data of each software project, and the prompt information is sent to corresponding user terminal equipment, so that the software project can be monitored in real time, and management of the software project is achieved. By the scheme, the dynamic state of each work project can be greatly and effectively known, the results of each work project can be shared, information interaction can be timely carried out, the success rate of the software project is improved, and the software project is efficiently and accurately managed.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic structural diagram of a software project management system in a micro service mode according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a processing module provided in an embodiment of the present specification;
fig. 3 is a schematic structural diagram of a software project management system in a micro service mode according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a software project management apparatus in a micro service mode provided in this specification.
Detailed Description
In order to make the objects, technical solutions and advantages of the present disclosure more apparent, the technical solutions of the present disclosure will be clearly and completely described below with reference to the specific embodiments of the present disclosure and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person skilled in the art without making any inventive step based on the embodiments in the description belong to the protection scope of the present application.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
The scheme of the application provides a software project management system in a micro-service mode and a corresponding scheme. The system is a software project service system, can provide integration service for development of a software project, manages the software project based on acquired relevant data of the software project, can efficiently manage and monitor the software project, is beneficial to reducing the phenomenon that the communication among all parties is less to cause the problem of the software project in the software development process, improves the development speed of the software project, reduces the failure rate of the software project and reduces the risk of the project.
Fig. 1 is a schematic structural diagram of a software project management system in a micro service mode according to an embodiment of the present disclosure. As shown in fig. 1, the system 100 mainly includes: an acquisition module 110, a project management module 120, a processing module 130, and a supervision module 140. The collection module 110 is used for collecting software project information of a developed software project. The project management module 120 is configured to divide the software project into a plurality of work projects according to the software project information, and obtain work state data of each work project in real time. The processing module 130 is configured to process the source code completed by each work item, so as to obtain an executable file corresponding to the software item and processing flow data of a source code processing stage. The supervision module 140 is configured to generate corresponding prompt information according to the working state data and/or the processing flow data of each working item, and send the prompt information to corresponding user terminal equipment.
It should be noted that the division of the modules of the structural diagram of fig. 1 is an exemplary and not exclusive solution. From the perspective of software programs, these modules may be software modules, and currently, since the system also needs corresponding hardware to carry, these software modules are also supported by corresponding hardware modules, and these hardware modules may be located on a plurality of different devices. Furthermore, the system is versatile and can be adapted to different software projects, not just to a certain or several software projects.
The method comprises the steps of dividing a software project into a plurality of work projects based on an agile development template, wherein the divided work projects can be product backlog work items or tasks for dividing the product backlog work items, and the specific division of the software project can be adjusted according to actual conditions and is not limited to a certain specific form. The divided work items can be distributed to specific workers so as to carry out software project management more clearly.
In some embodiments of the present application, the system may provide a corresponding billboard to visually display the working status data of each work item, so as to quickly identify the risk and bottleneck of the delivery.
In some embodiments of the present application, the software project information may include at least one of: software requirements, cost, completion time.
The software requirements may be used to indicate the software functions that the software project needs to implement, such as the functions that the software needs to implement for digital computing.
The cost fee may refer to the cost required for the software project as a whole and may include, for example: equipment costs, labor costs, and the like.
The completion time may refer to a time required for the software project to complete the whole, or may refer to a time for completing the software project specified by the customer, which is not limited in the embodiment of the present application. The completion time limit may be predetermined or may be adaptively adjusted.
In some embodiments of the present application, the work state data of the work items may include at least one of: and finishing the workload items, the residual workload items and the iteration items.
The completion workload item is used for representing the workload of the work item which is completed, the residual workload item is used for representing the residual workload of the work item, and the iteration item is used for representing the iteration number of the work item.
In some embodiments of the present application, the process flow data may include data for at least one process stage: code checking phase, compiling phase, constructing phase and testing phase.
In some embodiments of the present application, the prompt information may be used to prompt the completion progress of each work item, and may also be used to prompt a problem occurring in the processing stage.
By the technical scheme, the software project can be divided into a plurality of working projects according to the software project information, corresponding prompt information can be generated according to the working state data and the processing flow data of each software project, the prompt information is sent to corresponding user terminal equipment, the software project can be monitored in real time, and management of the software project is achieved. By the scheme, the dynamic state of each work project can be greatly and effectively known, the results of each work project can be shared, information interaction can be timely carried out, the success rate of the software project is improved, and the software project is efficiently and accurately managed.
Fig. 2 is a schematic structural diagram of a processing module provided in an embodiment of the present specification, where the processing module may include: code checking unit 210, compiling and constructing unit 220, and testing unit 230. The code checking unit 210 is configured to perform code checking on the source code that is completed by each work item, and generate a corresponding code analysis report. The compiling and constructing unit 220 is configured to compile and construct the source code with correct code check to obtain the to-be-detected file corresponding to the software project. The test unit 230 is configured to generate a corresponding test script based on an operation of a user; and the test script is used for testing the file to be tested corresponding to the software project according to the test script, and the file to be tested which passes the test is used as an executable file of the software project.
Because the working capacity of software project developers is uneven, errors may exist in partial codes, and in the prior art, codes submitted each time are verified through manual detection, so that a large amount of human resources are consumed. The code checking unit 210 provided in the embodiment of the present application may perform code checking on the original code submitted by each work item through a code checking tool, and generate a code analysis report according to a code checking result. In some embodiments of the present application, the code analysis report includes at least one of: code specification errors, bugs, optimization suggestions. The module can improve code checking efficiency and save human resources on the basis of effectively improving code quality. Moreover, the system can update the code checking library used by the code checking so as to ensure the timeliness of the code checking.
With the increasing popularity of micro-service technology, developers have more technology choices, and each small service team is updated and iterated autonomously. The method also puts higher requirements on construction, different teams have different release periods, coupling may exist among the teams, and the technical stack difference is included. The system provides a unified compiling and constructing function based on a mode of micro service, uses a container technology to quickly initialize compiling environments of different technology stacks, and adopts a flow line to dynamically define a compiling flow, so that the compiling can be parallel, serial and dependent. Meanwhile, the overall allocation of resources is considered, dynamic capacity expansion can be performed in the compiling high wind period, and the resources are automatically released in the low peak period. In some embodiments of the present application, after the source code is compiled and constructed, a compiling and constructing result may be generated, and the compiling and constructing result is sent to relevant staff, so as to ensure real-time detection of the compiling and constructing by the relevant staff. Meanwhile, problems can be recorded after the compiling construction fails according to preset rules, and the workload of testers is reduced.
In the prior art, a large number of test scripts need to be written for vehicle testing of executable files, the writing cost of the test scripts is influenced by many factors, such as script creation cost, maintenance times, debugging times and the like, and with the updating and updating of programs, the problems of high creation cost and high maintenance cost inevitably occur. The test module provided by the embodiment of the application can automatically form the test script according to the operation of the user, so that the script creating efficiency is effectively improved, and meanwhile, the maintenance cost is reduced.
Fig. 3 is another schematic structural diagram of a software project management system in the micro service mode according to an embodiment of the present specification. As shown in fig. 3, fig. 3 adds a configuration management module 150, a deployment module 160, and an automatic publishing module 170 to the structure of fig. 1. The configuration management module 150 is configured to obtain software configuration information corresponding to each work item, and determine an association relationship between the software configuration information and the work item. The deployment module 160 is configured to determine software configuration information corresponding to each work item according to the association relationship before the work item of the software configuration information; and the software deployment module is used for deploying the executable files of the software project according to the software configuration information. The automatic publishing module 170 is used to update the software project by way of gray-scale publishing.
In the software project research and development process, after each work project is completed, a corresponding source code is generated, and the configuration information of the source code of each work project may be different, so that the configuration information module 150 is used for acquiring and storing the software configuration information corresponding to each work project and determining the association relationship between the software configuration information and the work projects, so that the software configuration information can be more organized and is convenient to track. In some embodiments of the present application, the software configuration information may be queried according to the above association to ensure the correctness of the software configuration.
In some embodiments of the present application, after obtaining the executable file of the software project, multi-environment deployment verification is required for the software project, and automated deployment may be implemented by container technology and an automated deployment tool (e.g., Jenkins). By using the container technology, the difference of a screen bottom system can be realized, an isomerization platform is supported, one-time construction and multiple deployments can be realized, and the deployment efficiency is improved. The automatic deployment tool can provide various automatic configurations, support the setting of deployment conditions and meet various deployment requirements. Furthermore, when some software projects are not suitable for container technology deployment, the automatic deployment tool may generate a software package from the executable file of the software project, and then perform deployment installation.
In some embodiments of the present application, the system further provides a deployment interface that presents the deployment process to the user, with the bottom layer being transparent to the user, increasing ease of use.
And the automatic release module updates the software project in a gray release mode. The gray scale release can firstly guide a part of users to the updated system in the online process, and then carry out full-service update after running for a period of time without problems. The low-level problem can be quickly repaired by splitting a Hotfix branch, and the severity problem needs to drain a user to a previous version and then roll back the whole to ensure that the service is not interrupted.
Based on the same idea, some embodiments of the present application further provide a device and a non-volatile computer storage medium corresponding to the system.
Fig. 4 is a schematic structural diagram of a software project management apparatus in the micro-service mode of the software project management system in the micro-service mode corresponding to fig. 1 according to an embodiment of the present application, where the apparatus includes: collecting software project information of a developed software project;
dividing the software project into a plurality of work projects according to the software project information, and acquiring the working state data of each work project in real time;
processing the source codes finished by each work project to obtain executable files corresponding to the software projects and processing flow data of a source code processing stage;
and generating corresponding prompt information according to the working state data and the processing flow data of each working project, and sending the prompt information to corresponding user terminal equipment.
Some embodiments of the present application provide a non-volatile computer storage medium corresponding to software project management in a microservice mode of fig. 1, having stored thereon computer-executable instructions configured to:
collecting software project information of a developed software project;
dividing the software project into a plurality of work projects according to the software project information, and acquiring the working state data of each work project in real time;
processing the source codes finished by each work project to obtain executable files corresponding to the software projects and processing flow data of a source code processing stage;
and generating corresponding prompt information according to the working state data and/or the processing flow data of each working item, and sending the prompt information to corresponding user terminal equipment.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, the device and storage medium embodiments, as they are substantially similar to the system embodiments, are described in relative simplicity, as relevant to the partial description of the xutong embodiment.
The system provided by the embodiment of the present application corresponds to the device and the storage medium one to one, and therefore, the device and the storage medium also have beneficial technical effects similar to those of the corresponding system.
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.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A software project management system in micro-service mode, the system comprising:
the acquisition module is used for acquiring software project information of a development software project;
the project management module is used for dividing the software project into a plurality of working projects according to the software project information and acquiring working state data of each working project in real time;
the processing module is used for processing the source codes finished by each work project to obtain executable files corresponding to the software projects and processing flow data of the source code processing stage;
and the supervision module is used for generating corresponding prompt information according to the working state data and/or the processing flow data of each working project and sending the prompt information to corresponding user terminal equipment.
2. The system of claim 1, wherein the software project information comprises at least one of: software requirements, cost, completion time.
3. The system of claim 1, wherein the work status data for the work item comprises at least one of: and finishing the workload items, the residual workload items and the iteration items.
4. The system of claim 1, wherein the process flow data includes data for at least one of the following stages of processing: code checking phase, compiling phase, constructing phase and testing phase.
5. The system of claim 1, further comprising:
and the configuration management module is used for acquiring software configuration information corresponding to each work item and determining the association relationship between the software configuration information and the work items.
6. The system of claim 4, further comprising:
the deployment module is used for determining the software configuration information corresponding to each work project according to the incidence relation before the work projects of the software configuration information; and
and the software deployment module is used for deploying the executable files of the software project according to the software configuration information.
7. The system of claim 1, wherein the processing module comprises:
the code checking unit is used for carrying out code checking on the source codes finished by each work item and generating a corresponding code analysis report;
the compiling and constructing unit is used for compiling and constructing the source code without errors in code inspection so as to obtain a file to be detected corresponding to the software project;
the test unit is used for generating a corresponding test script based on the operation of a user; and
and the test script is used for testing the file to be tested corresponding to the software project and taking the file to be tested passing the test as the executable file of the software project.
8. The system of claim 1, further comprising:
and the automatic release module is used for updating the software project in a gray release mode.
9. A software project management apparatus in a microservice mode, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
collecting software project information of a developed software project;
dividing the software project into a plurality of work projects according to the software project information, and acquiring the working state data of each work project in real time;
processing the source code completed by each work project to obtain an executable file corresponding to the software project and processing flow data of a source code processing stage;
and generating corresponding prompt information according to the working state data and/or the processing flow data of each working project, and sending the prompt information to corresponding user terminal equipment.
10. A non-transitory computer storage medium for software project management in micro-service mode, storing computer-executable instructions configured to:
collecting software project information of a developed software project;
dividing the software project into a plurality of work projects according to the software project information, and acquiring the working state data of each work project in real time;
processing the source code completed by each work project to obtain an executable file corresponding to the software project and processing flow data of a source code processing stage;
and generating corresponding prompt information according to the working state data and/or the processing flow data of each working project, and sending the prompt information to corresponding user terminal equipment.
CN202010888059.4A 2020-08-28 2020-08-28 Software project management system, equipment and medium in micro-service mode Pending CN112131102A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010888059.4A CN112131102A (en) 2020-08-28 2020-08-28 Software project management system, equipment and medium in micro-service mode

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010888059.4A CN112131102A (en) 2020-08-28 2020-08-28 Software project management system, equipment and medium in micro-service mode

Publications (1)

Publication Number Publication Date
CN112131102A true CN112131102A (en) 2020-12-25

Family

ID=73848666

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010888059.4A Pending CN112131102A (en) 2020-08-28 2020-08-28 Software project management system, equipment and medium in micro-service mode

Country Status (1)

Country Link
CN (1) CN112131102A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114501079A (en) * 2022-01-29 2022-05-13 京东方科技集团股份有限公司 Method for processing multimedia data and related device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080127089A1 (en) * 2006-09-07 2008-05-29 Zohar Peretz Method For Managing Software Lifecycle
CN105893050A (en) * 2016-04-05 2016-08-24 延锋伟世通电子科技(南京)有限公司 Method for carrying out overall lifecycle management on software project based on project lifecycle management (PLMS), subversion (SVN) and Jenkins
CN106327152A (en) * 2016-08-11 2017-01-11 宁波亦道信息科技有限公司 Integrated iteration software development process control system and method
CN108376075A (en) * 2018-02-09 2018-08-07 深圳创维-Rgb电子有限公司 A kind of management method, storage medium and the terminal device of software translating project

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080127089A1 (en) * 2006-09-07 2008-05-29 Zohar Peretz Method For Managing Software Lifecycle
CN105893050A (en) * 2016-04-05 2016-08-24 延锋伟世通电子科技(南京)有限公司 Method for carrying out overall lifecycle management on software project based on project lifecycle management (PLMS), subversion (SVN) and Jenkins
CN106327152A (en) * 2016-08-11 2017-01-11 宁波亦道信息科技有限公司 Integrated iteration software development process control system and method
CN108376075A (en) * 2018-02-09 2018-08-07 深圳创维-Rgb电子有限公司 A kind of management method, storage medium and the terminal device of software translating project

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
孙恒一;段琳;: "基于源代码持续集成的研发项目管理应用研究", 数字技术与应用, no. 12 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114501079A (en) * 2022-01-29 2022-05-13 京东方科技集团股份有限公司 Method for processing multimedia data and related device

Similar Documents

Publication Publication Date Title
US20170372247A1 (en) Methods, systems, and articles of manufacture for implementing software application development and releases
CN103412820B (en) The method of testing of the page in Web system and device
US20100198960A1 (en) Automated test execution in a shared virtualized resource pool
CN106951369B (en) Management method and device for joint debugging test
CN109542789B (en) Code coverage rate statistical method and device
CN103377281A (en) Method and system for remediating resource overload in over-committed computing environment
CN107038120B (en) Software testing method and device
CN108182058A (en) A kind of software development methodology and cloud development platform based on cloud platform
CN108776643B (en) Target code merging control method and system based on version control process
CN110413316A (en) Non-intrusion type test macro and method towards block chain intelligence contract
CN111061646A (en) Test management system, equipment and medium based on block chain intelligent contract
CN107506294A (en) Visualize automated testing method, device, storage medium and computer equipment
CN110471857A (en) The automatic test approach and device of artificial intelligence model performance capability
CN112328307A (en) Development, operation and maintenance integrated system
CN113741958A (en) Software development and delivery method and system based on cloud-native
CN111754079A (en) Agile management-based project research and development method, equipment and medium
CN112131102A (en) Software project management system, equipment and medium in micro-service mode
CN115543781A (en) Method and interactive system for automatically verifying automobile software model
CN104298589B (en) A kind of performance test methods and equipment
CN107403307A (en) A kind of networking acceptance process test and management system
CN111752824A (en) SDN software testing system, device and medium
CN112148614A (en) Regression testing method and device
CN115185825A (en) Interface test scheduling method and device
CN115114275A (en) Data acquisition method, device and medium
Satyarthi et al. Framework for Requirement Management using Requirement Traceability.

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