CN115220707B - Software development management method and system based on block chain - Google Patents

Software development management method and system based on block chain Download PDF

Info

Publication number
CN115220707B
CN115220707B CN202210704730.4A CN202210704730A CN115220707B CN 115220707 B CN115220707 B CN 115220707B CN 202210704730 A CN202210704730 A CN 202210704730A CN 115220707 B CN115220707 B CN 115220707B
Authority
CN
China
Prior art keywords
software
developed
task
software development
terminal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210704730.4A
Other languages
Chinese (zh)
Other versions
CN115220707A (en
Inventor
颜海龙
黄河
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Dr Ma Network Technology Co ltd
Original Assignee
Shenzhen Dr Ma Network 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 Shenzhen Dr Ma Network Technology Co ltd filed Critical Shenzhen Dr Ma Network Technology Co ltd
Priority to CN202210704730.4A priority Critical patent/CN115220707B/en
Publication of CN115220707A publication Critical patent/CN115220707A/en
Application granted granted Critical
Publication of CN115220707B publication Critical patent/CN115220707B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a software development management method and a system based on a block chain, wherein the method comprises the following steps: the method comprises the steps of obtaining a to-be-developed software task uploaded by a software development terminal, constructing a block chain platform between the software development terminal and a management terminal according to the to-be-developed software task, obtaining a software development kit corresponding to the to-be-developed software task from the management terminal through the block chain platform, generating a design model through the software development kit and combining design information of the to-be-developed software task, and uploading the design model to the software development terminal. The initial design model of the software task to be developed can be obtained by combining the software development kit with the design information of the software task to be developed to generate the design model, and then the initial design model of the software task to be developed is optimized and checked manually in the follow-up process, so that the basic construction work of the model can be realized without manually inputting a large amount of basic codes, and the software development efficiency is further improved.

Description

Software development management method and system based on block chain
Technical Field
The invention relates to the technical field of block chains, in particular to a software development management method and system based on a block chain.
Background
With the continuous development of scientific technology, the requirements of customers on the use experience and the development period of software products are higher and higher, and the existing software development technology cannot gradually keep up with the requirements of customers and market. The existing software development technology usually requires a software developer to manually input a large amount of codes for realizing data processing procedures such as data initialization, data verification, data submission, event processing and the like of corresponding software after a visual interface construction tool is adopted to construct a corresponding page, so as to correspondingly develop a software program required by a customer. However, this software development technology is generally limited by software development experience and code input efficiency of software developers, which results in a longer development period and test period in the whole software development process, low overall software development efficiency, and low quality of developed software.
Disclosure of Invention
In view of the above-mentioned problems, the present invention provides a block chain-based software development management method and system to solve the problems of long development period and test period in the whole software development process, low overall software development efficiency, and low quality of developed software, which are caused by the fact that the existing software development technology mentioned in the background art is usually limited by software development experience and code input efficiency of software developers.
A software development management method based on a block chain comprises the following steps:
acquiring a to-be-developed software task uploaded by a software development terminal;
constructing a block chain platform between the software development terminal and the management terminal according to the software task to be developed;
acquiring a software development kit corresponding to a software task to be developed from the management terminal through the block chain platform;
and generating a design model by combining the design information of the software task to be developed through the software development kit and uploading the design model to the software development terminal.
Preferably, the acquiring the task of the software to be developed uploaded by the software development terminal includes:
acquiring terminal information of the software development terminal, and evaluating the security level of the software development terminal according to the terminal information;
selecting a corresponding data uploading channel according to the security level, and acquiring a to-be-developed software task uploaded by a software development terminal through the data uploading channel;
evaluating the development capability and the test capability of the software task to be developed to obtain a target evaluation result;
and determining whether the software task to be developed is qualified or not according to the target evaluation result, if so, not needing to perform subsequent operation, and otherwise, sending a prompt that the software task to be developed is unqualified to the software development terminal.
Preferably, the building of the block chain platform between the software development terminal and the management terminal according to the to-be-developed software task includes:
acquiring a preset block chain component, and setting a data calling mechanism for the preset block chain component to acquire a target block chain component;
installing the target block chain component on a cloud server corresponding to a management terminal;
making an image file of the management terminal by using a preset image file making component;
and uploading the image file to a software development terminal to construct a blockchain platform between the software development terminal and a management terminal.
Preferably, the acquiring, by the blockchain platform, the software development kit corresponding to the software task to be developed from the management terminal includes:
acquiring a new development function corresponding to the software task to be developed;
calling a program source code corresponding to the new development function from a preset code library;
compiling the program source code to obtain a compiled file;
and determining an execution file corresponding to the compiled file, and acquiring a software development kit corresponding to the execution file.
Preferably, the generating a design model by combining the design information of the software task to be developed through the software development kit and uploading the design model to the software development terminal includes:
selecting an adaptive functional component from the software development kit according to the design information of the software task to be developed;
determining a mapping relation between parameter factors of the design information of the software task to be developed and the adaptive functional components;
determining configuration information of a software task to be developed according to the mapping relation;
and constructing a design model of a software task to be developed based on the configuration information and uploading the design model to the software development terminal.
Preferably, the evaluating the development ability and the test ability of the software task to be developed to obtain a target evaluation result includes:
acquiring logic configuration information of the software task to be developed;
constructing a development capability evaluation task and a test capability evaluation task of a software task to be developed according to the logic configuration information;
carrying out new development potential index evaluation on the software task to be developed through the development capability evaluation task to obtain a first evaluation result;
evaluating each capability value of the software task to be developed by using the testing capability evaluation task to obtain a second evaluation result;
and integrating the first evaluation result and the second evaluation result to obtain the target evaluation result.
Preferably, the method further comprises:
acquiring object information corresponding to the design model;
determining modeling parameters according to the object information and configuration parameters of development software of the software development terminal;
selecting a modeling script template corresponding to the design model according to the modeling parameters;
and constructing a software development environment of the design model according to the script information corresponding to the modeling script template.
Preferably, after the program source code corresponding to the new development function is called from a preset code library, the program source code is compiled, and before a compiled file is obtained, the method further includes:
acquiring static information and dynamic information of the program source code;
respectively generating a stable characteristic matrix and a self-changing characteristic matrix of a program source code according to the static information and the dynamic information;
determining function sequence data of a new development function corresponding to the software task to be developed;
testing the stable characteristic matrix and the self-changing characteristic matrix of the program source code according to the function sequence data, and determining the characteristic change condition of the program source code according to the test result;
extracting original measurement features of the program source code according to the feature change condition;
adjusting discrete signal code elements of the program source code according to the original measurement features of the program source code and the function sequence data of the new development function corresponding to the software task to be developed, and obtaining a function program code corresponding to the new development function corresponding to the software task to be developed;
and replacing the functional program code with the program source code.
Preferably, the constructing a design model of a software task to be developed based on the configuration information and uploading the design model to the software development terminal includes:
acquiring service configuration, logic configuration, operation configuration, resource configuration and toolbar configuration of a software task to be developed according to the configuration information;
selecting the corresponding function models of the service configuration, the logic configuration, the operation configuration, the resource configuration and the toolbar configuration of the software task to be developed;
associating and integrating a plurality of functional models to obtain the design model;
and uploading the design model to a software development platform of the software development terminal.
A blockchain-based software development management system, the system comprising:
the first acquisition module is used for acquiring a to-be-developed software task uploaded by a software development terminal;
the building module is used for building a block chain platform between the software development terminal and the management terminal according to the software task to be developed;
the second acquisition module is used for acquiring a software development kit corresponding to a software task to be developed from the management terminal through the block chain platform;
and the generating module is used for generating a design model by combining the design information of the software task to be developed through the software development kit and uploading the design model to the software development terminal.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a flowchart of a method for managing software development based on a blockchain according to the present invention;
FIG. 2 is another flowchart of the present invention for managing software development based on blockchain;
FIG. 3 is a flowchart illustrating a method for managing software development based on blockchains according to another embodiment of the present invention;
fig. 4 is a schematic structural diagram of a software development management system based on a block chain according to the present invention.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
With the continuous development of scientific technology, the requirements of customers on the use experience and the development period of software products are higher and higher, and the existing software development technology cannot gradually keep up with the requirements of customers and market. The existing software development technology usually requires a software developer to manually input a large amount of codes for realizing data processing procedures of data initialization, data verification, data submission, event processing and the like of corresponding software after a visual interface construction tool is adopted to construct a corresponding page, so as to correspondingly develop a software program required by a client. However, this software development technology is generally limited by software development experience and code input efficiency of software developers, which results in a longer development period and test period in the whole software development process, low overall software development efficiency, and low quality of developed software. In order to solve the above problem, the present embodiment discloses a software development management method based on a block chain.
A software development management method based on a blockchain, as shown in fig. 1, includes the following steps:
s101, acquiring a to-be-developed software task uploaded by a software development terminal;
step S102, a block chain platform between the software development terminal and a management terminal is constructed according to the software task to be developed;
step S103, acquiring a software development kit corresponding to a software task to be developed from the management terminal through the block chain platform;
step S104, generating a design model by combining the design information of the software task to be developed through the software development kit and uploading the design model to the software development terminal;
in this embodiment, the software development kit includes the basic code and the low-precision composite code required by the software task to be developed.
The working principle of the technical scheme is as follows: the method comprises the steps of obtaining a to-be-developed software task uploaded by a software development terminal, constructing a block chain platform between the software development terminal and a management terminal according to the to-be-developed software task, obtaining a software development kit corresponding to the to-be-developed software task from the management terminal through the block chain platform, generating a design model through the software development kit and combining design information of the to-be-developed software task, and uploading the design model to the software development terminal.
The beneficial effects of the above technical scheme are: the method has the advantages that stable and efficient data transmission work can be achieved by building a block chain platform between the software development terminal and the management terminal, so that the software development efficiency is improved to a certain extent, further, the initial design model of the software task to be developed can be obtained by combining the software development kit with the design information of the software task to be developed to generate the design model, then the subsequent optimization and verification are carried out manually, the basic construction work of the model can be achieved without manually inputting a large number of basic codes, the software development efficiency is further improved, and the problems that in the prior art, the software development technology is generally limited by software development experience and code input efficiency of software developers, so that the development period and the test period in the whole software development process are long, the whole software development efficiency is low, and the developed software is low in quality are solved.
In this embodiment, before uploading the design model to the software development terminal, the method further includes: testing the design model, and determining whether the design model is reasonable according to a test result, wherein the method comprises the following steps:
obtaining a plurality of design modules of the design model;
determining a design function of each design module, and generating a design instruction of each design module based on the design function;
acquiring a software design sample, setting the instruction content of the design instruction of each design module based on the software design sample, and sending the design instruction to each design module after the setting is finished;
receiving a design feedback result of each design module, and determining the current test sequence data of each design module according to the design feedback result;
comparing the current test sequence data of each design module with the standard test sequence data of the software design sample in each design module to obtain a comparison result;
screening abnormal test sequence data of each design module according to the comparison result;
extracting design source codes corresponding to the abnormal test sequence data of each design module and functional requirement description of the abnormal test sequence data in a software design sample;
describing the functional requirements of the abnormal test sequence data of each design module in a software design sample by using a design source code corresponding to the abnormal test sequence data of the design module to perform functional design, and acquiring a plurality of description sequence data of a design result;
confirming whether target description sequence data which are the same as the standard test sequence data exist in the plurality of description sequence data, if so, confirming that the design model is reasonable, and otherwise, constructing a function response model corresponding to the function requirement description of the abnormal test sequence data in the software design sample;
inputting the abnormal test sequence data and the standard test sequence data into the functional response model at the same time to obtain a response result;
if the response result is that the functional response model can respond to the abnormal test sequence data and the standard test sequence data, the design model is determined to be reasonable, and if the response result is that the functional response model does not respond to the abnormal test sequence data, the design model is determined to be unreasonable;
the design model is regenerated and tested until it is reasonable.
The beneficial effects of the above technical scheme are: whether the designed software accords with the design software expected by a user or not can be comprehensively evaluated by testing the design model and judging whether the design model is reasonable or not according to the design parameters and the design results of each design module of the design model, the practicability and the experience of the user are improved, further, whether the design sequence data of the design module is suitable or not can be evaluated by constructing a function response model corresponding to the function requirement description of the abnormal test sequence data in the software design sample according to the exclusive function of each function in the software design sample so as to accurately evaluate whether the design source code of the design module is suitable or not by replacing the standard design sequence data, the foundation and the reference condition are laid for the subsequent model optimization, and the practicability is further improved.
In an embodiment, as shown in fig. 2, the acquiring a task of software to be developed, which is uploaded by a software development terminal, includes:
step S201, acquiring terminal information of the software development terminal, and evaluating the security level of the software development terminal according to the terminal information;
step S202, selecting a corresponding data uploading channel according to the security level, and acquiring a to-be-developed software task uploaded by a software development terminal through the data uploading channel;
step S203, evaluating the development capability and the test capability of the software task to be developed to obtain a target evaluation result;
and step S204, determining whether the software task to be developed is qualified or not according to the target evaluation result, if so, not needing to perform subsequent operation, and otherwise, sending a prompt that the software task to be developed is unqualified to the software development terminal.
The beneficial effects of the above technical scheme are: the security level of each software development terminal is determined, and the tasks uploaded by each software development terminal can be transmitted in a secret manner in time, so that the data security is improved, and further, the problem that whether the software development task to be developed has logic and flow ineligibility can be evaluated in a theoretical angle before the software development is carried out by evaluating the development capability and the test capability of the software development task to be developed, so that a foundation is laid for the subsequent software development.
In one embodiment, the building a blockchain platform between the software development terminal and a management terminal according to the software task to be developed includes:
acquiring a preset block chain component, and setting a data calling mechanism for the preset block chain component to acquire a target block chain component;
installing the target block chain component on a cloud server corresponding to a management terminal;
making an image file of the management terminal by using a preset image file making component;
and uploading the image file to a software development terminal to construct a blockchain platform between the software development terminal and a management terminal.
The beneficial effects of the above technical scheme are: the required data and development files can be called by each software development terminal according to the requirements of the software development terminal by making the mirror image files of the management terminal and uploading the mirror image files to the software development terminal, so that the software development efficiency is further improved.
In an embodiment, the obtaining, by the blockchain platform, a software development kit corresponding to a software task to be developed from the management terminal includes:
acquiring a new development function corresponding to the software task to be developed;
calling a program source code corresponding to the new development function from a preset code library;
compiling the program source code to obtain a compiled file;
and determining an execution file corresponding to the compiled file, and acquiring a software development kit corresponding to the execution file.
The beneficial effects of the above technical scheme are: the adaptive software development tool can be selected according to innovation points of the software task to be developed, so that the software development efficiency can be further improved, the development tool screening work is not required to be carried out manually, and the labor cost is saved.
In one embodiment, as shown in fig. 3, the generating and uploading a design model by the software development kit in combination with the design information of the software task to be developed to the software development terminal includes:
s301, selecting an adaptive functional component from the software development kit according to the design information of the software task to be developed;
step S302, determining a mapping relation between parameter factors of the design information of the software task to be developed and the adaptive functional components;
step S303, determining configuration information of a software task to be developed according to the mapping relation;
and S304, constructing a design model of a software task to be developed based on the configuration information and uploading the design model to the software development terminal.
The beneficial effects of the above technical scheme are: by acquiring the configuration information of the software task to be developed, the basic code set and the low-precision synthesis code set corresponding to the software task to be developed can be quickly determined, so that the design model corresponding to the basic framework is quickly constructed, and the software development efficiency is further improved.
In one embodiment, the evaluating the development capability and the test capability of the software task to be developed to obtain a target evaluation result includes:
acquiring logic configuration information of the software task to be developed;
constructing a development capability evaluation task and a test capability evaluation task of a software task to be developed according to the logic configuration information;
carrying out new development potential index evaluation on the software task to be developed through the development capability evaluation task to obtain a first evaluation result;
evaluating each capability value of the software task to be developed by using the testing capability evaluation task to obtain a second evaluation result;
and integrating the first evaluation result and the second evaluation result to obtain the target evaluation result.
The beneficial effects of the above technical scheme are: the value degree and the practicability corresponding to the software to be developed can be accurately evaluated by evaluating the development potential index and the capability value of the software task to be developed, so that whether the software task to be developed is necessary to be researched and developed can be evaluated in advance, modification suggestions are generated aiming at places with insufficient capability values, workers can optimize and improve the software task to be developed, and the experience of the workers is improved.
In one embodiment, the method further comprises:
acquiring object information corresponding to the design model;
determining modeling parameters according to the object information and configuration parameters of development software of the software development terminal;
selecting a modeling script template corresponding to the design model according to the modeling parameters;
and constructing a software development environment of the design model according to the script information corresponding to the modeling script template.
The beneficial effects of the above technical scheme are: the software development environment of the design model is constructed, so that the stable development of the software can be further ensured, the interference of other factors is avoided, the stability and the practicability are improved, and the software development efficiency is further improved.
In one embodiment, after calling a program source code corresponding to the new development function in a preset code library, the method further includes, before compiling the program source code and obtaining a compiled file:
acquiring static information and dynamic information of the program source code;
respectively generating a stable characteristic matrix and a self-changing characteristic matrix of a program source code according to the static information and the dynamic information;
determining function sequence data of a new development function corresponding to the software task to be developed;
testing the stable characteristic matrix and the self-changing characteristic matrix of the program source code according to the function sequence data, and determining the characteristic change condition of the program source code according to the test result;
extracting original measurement features of the program source code according to the feature change condition;
adjusting discrete signal code elements of the program source code according to the original measurement features of the program source code and the function sequence data of the new development function corresponding to the software task to be developed, and obtaining a function program code corresponding to the new development function corresponding to the software task to be developed;
replacing the functional program code with program source code.
The beneficial effects of the above technical scheme are: by modifying and replacing the source code aiming at the new development functions corresponding to the software tasks to be developed, a reasonable soft nail development kit can be accurately selected according to the application of each new development function in the current design software, and the practicability and compatibility are further improved.
In one embodiment, the building and uploading a design model of a software task to be developed to the software development terminal based on the configuration information includes:
acquiring service configuration, logic configuration, operation configuration, resource configuration and toolbar configuration of a software task to be developed according to the configuration information;
selecting the corresponding functional models of the service configuration, the logic configuration, the operation configuration, the resource configuration and the toolbar configuration of the software task to be developed;
associating and integrating a plurality of functional models to obtain the design model;
and uploading the design model to a software development platform of the software development terminal.
The beneficial effects of the above technical scheme are: the functional models corresponding to multiple configurations of the software task to be developed are acquired and integrated into the design model, so that the automatic input and synthesis steps of basic codes can be skipped more quickly to select the existing functional model, and the software development efficiency can be further improved.
The embodiment also discloses a software development management system based on a block chain, as shown in fig. 4, the system includes:
the first acquisition module 401 is used for acquiring a to-be-developed software task uploaded by a software development terminal;
a building module 402, configured to build a block chain platform between the software development terminal and the management terminal according to the to-be-developed software task;
a second obtaining module 403, configured to obtain, from the management terminal through the blockchain platform, a software development kit corresponding to a software task to be developed;
and a generating module 404, configured to generate a design model by combining the design information of the software task to be developed through the software development kit, and upload the design model to the software development terminal.
The working principle and the advantageous effects of the above technical solution have been explained in the method claims, and are not described herein again.
It will be understood by those skilled in the art that the first and second terms of the present invention refer to different stages of application.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure 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 present disclosure is limited only by the appended claims.

Claims (6)

1. A software development management method based on a block chain is characterized by comprising the following steps:
acquiring a to-be-developed software task uploaded by a software development terminal;
constructing a block chain platform between the software development terminal and the management terminal according to the software task to be developed;
acquiring a software development kit corresponding to a software task to be developed from the management terminal through the block chain platform;
generating a design model by combining the design information of the software task to be developed through the software development kit and uploading the design model to the software development terminal;
the acquiring of the to-be-developed software task uploaded by the software development terminal comprises the following steps:
acquiring terminal information of the software development terminal, and evaluating the security level of the software development terminal according to the terminal information;
selecting a corresponding data uploading channel according to the security level, and acquiring a to-be-developed software task uploaded by a software development terminal through the data uploading channel;
evaluating the development capability and the test capability of the software task to be developed to obtain a target evaluation result;
determining whether the software task to be developed is qualified or not according to the target evaluation result, if so, not needing to perform subsequent operation, otherwise, sending a prompt that the software task to be developed is unqualified to the software development terminal;
the building of the block chain platform between the software development terminal and the management terminal according to the software task to be developed comprises the following steps:
acquiring a preset block chain component, and setting a data calling mechanism for the preset block chain component to acquire a target block chain component;
installing the target block chain component on a cloud server corresponding to a management terminal;
making an image file of the management terminal by using a preset image file making component;
uploading the image file to a software development terminal to construct a block chain platform between the software development terminal and a management terminal;
the acquiring a software development kit corresponding to a software task to be developed from the management terminal through the block chain platform includes:
acquiring a new development function corresponding to the software task to be developed;
calling a program source code corresponding to the new development function from a preset code library;
compiling the program source code to obtain a compiled file;
determining an execution file corresponding to the compiled file, and acquiring a software development kit corresponding to the execution file;
the generating of the design model by combining the design information of the software task to be developed through the software development kit and the uploading of the design model to the software development terminal comprises the following steps:
selecting an adaptive functional component from the software development kit according to the design information of the software task to be developed;
determining a mapping relation between parameter factors of the design information of the software task to be developed and the adaptive functional components;
determining configuration information of a software task to be developed according to the mapping relation;
and constructing a design model of a software task to be developed based on the configuration information and uploading the design model to the software development terminal.
2. The software development management method based on the blockchain according to claim 1, wherein the evaluating the development capability and the test capability of the software task to be developed to obtain a target evaluation result comprises:
acquiring logic configuration information of the software task to be developed;
constructing a development capability evaluation task and a test capability evaluation task of a software task to be developed according to the logic configuration information;
carrying out new development potential index evaluation on the software task to be developed through the development capability evaluation task to obtain a first evaluation result;
evaluating each capability value of the software task to be developed by using the testing capability evaluation task to obtain a second evaluation result;
and integrating the first evaluation result and the second evaluation result to obtain the target evaluation result.
3. The blockchain-based software development management method according to claim 1, further comprising:
acquiring object information corresponding to the design model;
determining modeling parameters according to the object information and configuration parameters of development software of the software development terminal;
selecting a modeling script template corresponding to the design model according to the modeling parameters;
and constructing a software development environment of the design model according to the script information corresponding to the modeling script template.
4. The method for managing software development based on blockchain according to claim 1, wherein after a program source code corresponding to the new development function is called from a preset code library, the program source code is compiled, and before a compiled file is obtained, the method further comprises:
acquiring static information and dynamic information of the program source code;
respectively generating a stable characteristic matrix and a self-changing characteristic matrix of a program source code according to the static information and the dynamic information;
determining function sequence data of a new development function corresponding to the software task to be developed;
testing the stable characteristic matrix and the self-changing characteristic matrix of the program source code according to the function sequence data, and determining the characteristic change condition of the program source code according to the test result;
extracting original measurement features of the program source code according to the feature change condition;
adjusting discrete signal code elements of the program source code according to the original measurement features of the program source code and the function sequence data of the new development function corresponding to the software task to be developed, and obtaining a function program code corresponding to the new development function corresponding to the software task to be developed;
replacing the functional program code with program source code.
5. The method for managing software development based on blockchain according to claim 1, wherein the building and uploading a design model of a software task to be developed to the software development terminal based on the configuration information includes:
acquiring service configuration, logic configuration, operation configuration, resource configuration and toolbar configuration of a software task to be developed according to the configuration information;
selecting the corresponding functional models of the service configuration, the logic configuration, the operation configuration, the resource configuration and the toolbar configuration of the software task to be developed;
associating and integrating a plurality of functional models to obtain the design model;
and uploading the design model to a software development platform of the software development terminal.
6. A software development management system based on blockchains, the system comprising:
the first acquisition module is used for acquiring a to-be-developed software task uploaded by a software development terminal;
the building module is used for building a block chain platform between the software development terminal and the management terminal according to the software task to be developed;
the second acquisition module is used for acquiring a software development kit corresponding to the software task to be developed from the management terminal through the block chain platform;
the generating module is used for generating a design model by combining the design information of the software task to be developed through the software development kit and uploading the design model to the software development terminal;
the first obtaining module includes:
acquiring terminal information of the software development terminal, and evaluating the security level of the software development terminal according to the terminal information;
selecting a corresponding data uploading channel according to the security level, and acquiring a to-be-developed software task uploaded by a software development terminal through the data uploading channel;
evaluating the development capability and the test capability of the software task to be developed to obtain a target evaluation result;
determining whether the software task to be developed is qualified or not according to the target evaluation result, if so, not performing subsequent operation, and otherwise, sending a prompt that the software task to be developed is unqualified to the software development terminal;
the building module comprises:
acquiring a preset block chain component, and setting a data calling mechanism for the preset block chain component to acquire a target block chain component;
installing the target block chain component on a cloud server corresponding to a management terminal;
making an image file of the management terminal by using a preset image file making component;
uploading the image file to a software development terminal to construct a block chain platform between the software development terminal and a management terminal;
the second obtaining module includes:
acquiring a new development function corresponding to the software task to be developed;
calling a program source code corresponding to the new development function from a preset code library;
compiling the program source code to obtain a compiled file;
determining an execution file corresponding to the compiled file, and acquiring a software development kit corresponding to the execution file;
the generation module comprises:
selecting an adaptive functional component from the software development kit according to the design information of the software task to be developed;
determining a mapping relation between parameter factors of the design information of the software task to be developed and the adaptive functional components;
determining configuration information of a software task to be developed according to the mapping relation;
and constructing a design model of a software task to be developed based on the configuration information and uploading the design model to the software development terminal.
CN202210704730.4A 2022-06-21 2022-06-21 Software development management method and system based on block chain Active CN115220707B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210704730.4A CN115220707B (en) 2022-06-21 2022-06-21 Software development management method and system based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210704730.4A CN115220707B (en) 2022-06-21 2022-06-21 Software development management method and system based on block chain

Publications (2)

Publication Number Publication Date
CN115220707A CN115220707A (en) 2022-10-21
CN115220707B true CN115220707B (en) 2023-02-28

Family

ID=83608721

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210704730.4A Active CN115220707B (en) 2022-06-21 2022-06-21 Software development management method and system based on block chain

Country Status (1)

Country Link
CN (1) CN115220707B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116069334B (en) * 2022-11-23 2023-09-26 北京东方通科技股份有限公司 Cloud-protogenesis-based online development and code hosting method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113344535A (en) * 2021-06-21 2021-09-03 上海计算机软件技术开发中心 Software development outsourcing control system based on block chain and implementation method
CN113362024A (en) * 2021-06-03 2021-09-07 广州康辰科技有限公司 Application program development multi-module collaboration system based on block chain
CN114358746A (en) * 2022-01-17 2022-04-15 湖南和信安华区块链科技有限公司 Software development integrated control system based on block chain

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240670A (en) * 2018-11-21 2019-01-18 北京锐安科技有限公司 Modular software development methodology, system, equipment and medium
CN110622488B (en) * 2019-03-27 2021-02-09 创新先进技术有限公司 System and method for managing user interaction with blockchains

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113362024A (en) * 2021-06-03 2021-09-07 广州康辰科技有限公司 Application program development multi-module collaboration system based on block chain
CN113344535A (en) * 2021-06-21 2021-09-03 上海计算机软件技术开发中心 Software development outsourcing control system based on block chain and implementation method
CN114358746A (en) * 2022-01-17 2022-04-15 湖南和信安华区块链科技有限公司 Software development integrated control system based on block chain

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《区块链开发完整指南。如何开发一款区块链项目?》;普通网友;《https://blog.csdn.net/QQ2115448134/article/details/125195896》;20220609;第1-9页 *

Also Published As

Publication number Publication date
CN115220707A (en) 2022-10-21

Similar Documents

Publication Publication Date Title
CN111651366B (en) SDK test method, device, equipment and storage medium
US9477581B2 (en) Integrated system and method for validating the functionality and performance of software applications
CN109726132A (en) A kind of method for testing software and software test automation management system
CN108509344B (en) Daily cutting batch test method, equipment and readable storage medium
CN103365770A (en) Mobile terminal software testing system and software testing method
CN112783793B (en) Automatic interface test system and method
CN111737073B (en) Automatic testing method, device, equipment and medium
CN111338943A (en) Test method, test device, electronic equipment and readable storage medium
CN115220707B (en) Software development management method and system based on block chain
Walter et al. Asking" What"?, Automating the" How"? The Vision of Declarative Performance Engineering
EP4195108A1 (en) Method and apparatus for generating and applying deep learning model based on deep learning framework
CN110471394B (en) Task testing method, device and system, storage medium and processor
CN114238071A (en) DCS software automatic verification system and method based on digital simulation technology
CN105760300B (en) A kind of automated testing method and test macro of STK/UTK business
US11409928B2 (en) Configurable digital twin
CN114201346A (en) HIL (hardware-in-the-loop) testing method and device of CAN (controller area network) communication interface and electronic equipment
CN117493188A (en) Interface testing method and device, electronic equipment and storage medium
CN116069334B (en) Cloud-protogenesis-based online development and code hosting method and system
CN111078527B (en) Auxiliary system and method for pressure testing of server
CN116225441B (en) Code hosting method and system for online coding system
CN113342641A (en) Automatic test method and system for HTTP service interface
CN112416805A (en) Test management cloud platform and method
CN112765018A (en) Instrument and meter debugging system and method
CN109669868A (en) The method and system of software test
CN110569199B (en) Automatic bill testing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant