CN112230888A - Method for quickly making software flow - Google Patents

Method for quickly making software flow Download PDF

Info

Publication number
CN112230888A
CN112230888A CN202011092756.5A CN202011092756A CN112230888A CN 112230888 A CN112230888 A CN 112230888A CN 202011092756 A CN202011092756 A CN 202011092756A CN 112230888 A CN112230888 A CN 112230888A
Authority
CN
China
Prior art keywords
software
development
information
functions
developers
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
CN202011092756.5A
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.)
Hunan Wanxiang Technology Co ltd
Original Assignee
Hunan Wanxiang 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 Hunan Wanxiang Technology Co ltd filed Critical Hunan Wanxiang Technology Co ltd
Priority to CN202011092756.5A priority Critical patent/CN112230888A/en
Publication of CN112230888A publication Critical patent/CN112230888A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques
    • 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
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Landscapes

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

Abstract

The invention discloses a method for quickly making a software flow, which comprises the following steps: s1, arranging software functions; s2, preparing development equipment and software; s3, classification software function; s4, distributing developers; s5, planning development time; s6, carrying out coding work; s7, integrating software; s8, performing software test; s9, recording abnormal information; s10, transferring software and carrying out final test; s11, recording software information and customer information; when the software abnormal information calling system is used, developers and development time are planned according to software requirement types, development requirement time is reduced, the software abnormal information is recorded in detail, and information of a requiring party and software versions is associated with the abnormal information, so that the software abnormal information can be called out quickly when needed, and the developers can maintain and update the software in the later period conveniently; the invention uploads all development data in the development process to the server for storage by setting the local network equipment.

Description

Method for quickly making software flow
Technical Field
The invention relates to the technical field of software development processes, in particular to a method for quickly making a software process.
Background
The software development process, i.e. the general process of software design idea and method, includes the steps of firstly analyzing the requirement of the software, designing the function and the algorithm and method of realization of the software, designing the overall structure of the software and designing the module, coding and debugging, joint debugging and testing the program, writing and submitting the program and so on to satisfy the requirement of the client and solve the problem of the client, if higher requirements exist, the software is required to be maintained, upgraded and scrapped, and from the technical point of view, the software development can be regarded as a series of iterative processes, the software developed through these iterations evolves incrementally, each iteration ending with the publication of one product that can run, the product may be a subset of the full version number, but is practical from project or user perspective, with each publication accompanied by some supporting artifacts: version numbers depict narratives, user documents and plans, etc., one iteration contains the following activities: planning, analyzing, designing, implementing and testing, the activities are respectively in different proportions according to different positions of the iteration in the development cycle, the management angle and the technical angle are coordinated, and the end of each stage is also kept synchronous with the end of each iteration, in other words, each stage can be divided into one or more iteration processes.
China discloses the invention: CN200710144109.2 discloses a method for generating application software with zero code and a generation platform, the method is provided with a plurality of modules to form the generation platform, and the generation platform is used for rapidly generating software, so that although software development can be rapidly completed, the automatically generated software needs to be manually debugged for many times and is inconvenient for later maintenance and updating, and therefore, the method for rapidly making the software flow is provided.
Disclosure of Invention
Technical problem to be solved
Aiming at the defects of the prior art, the invention provides a method for quickly making a software flow.
(II) technical scheme
In order to achieve the purpose, the invention provides the following technical scheme: a method for quickly making a software flow comprises the following steps:
s1, arranging software functions, receiving software development requirement information, and arranging the requirements of the software functions according to development requirements;
s2, preparing development equipment and software, preparing corresponding development equipment according to the software function requirements, and including: the system comprises local network equipment, a development host, a server, display equipment, a runtime library, a database and development software corresponding to development languages, wherein the server and the development host are communicated with a development network;
s3, classifying the software functions, classifying the sorted software function requirements according to the coding requirement types, and further classifying the software functions according to the development time of different coding requirements;
s4, distributing developers, and distributing related developers according to the software function classification;
s5, planning development time according to the software function classification and the corresponding developer number;
s6, performing coding work, distributing development equipment for corresponding developers, and performing development coding of software functions;
s7, integrating software, and integrating software components with different functions into a complete software;
s8, performing software testing, performing integrity testing on the software, and performing operation testing and safety testing on each function;
s9, recording abnormal information in the software testing process, and storing the abnormal information into a database;
s10, transferring the software and carrying out final test, transferring the software to a demand side and running the software on related equipment of the demand side, and carrying out final test on the software;
and S11, recording software information and customer information, recording software information and demander information, storing the software information and the demander information into the same database in which the abnormal information is stored, associating the abnormal information table with the software information table in the database, and associating the demander information table with the software information table.
Preferably, in S2, after preparing the development device, the development software corresponding to the development language is loaded into the development host, the development software is tested for operation, all the development hosts are connected to the server through the local network device, and the data of the development software in the development hosts are uploaded to the server for storage.
Preferably, in S4, when the developers are assigned according to the software function classification, the same type of software functions in a single module are developed by the same developer, each module is developed by 4-8 persons, and the number of software functions developed by each person is 6-12.
Preferably, in the step S5, the development time allocated to a single module of the software is planned to be 1 to 3 days longer than the actual development time.
Preferably, in S7, before software integration, it is necessary to perform operation test and version test on each individual software function, and convert the individual software functions of different versions into the same version.
Preferably, in S9, when recording the exception information, the exception time, the exception reason, the solution, the exception version information, and the exception type need to be synchronously recorded in the database.
Preferably, in S10, after the software is handed over to the demander, when the software is finally tested, the software needs to be subjected to multi-version operation test and safety test, and the operation test and the safety test are performed on different operation devices.
Preferably, in S11, when the software information and the information of the requesting party are recorded, the software information is stored according to the software version, and the software version used by the device operated by the requesting party is recorded.
(III) advantageous effects
Compared with the prior art, the invention provides a method for quickly making a software flow, which has the following beneficial effects:
when the software abnormal information calling system is used, developers and development time are planned according to software requirement types, development requirement time is reduced, the software abnormal information is recorded in detail, and information of a requiring party and a software version is associated with the abnormal information, so that the software abnormal information can be called out quickly when needed, and the developers can maintain and update the software at the later stage conveniently;
and secondly, the local network equipment is arranged to upload all development data in the development process to the server for storage, so that the development progress is prevented from being influenced by partial data loss in the development process, and the software development speed is further increased.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1, the present invention provides a technical solution: a method for quickly making a software flow comprises the following steps:
s1, arranging software functions, receiving software development requirement information, and arranging the requirements of the software functions according to development requirements;
s2, preparing development equipment and software, preparing corresponding development equipment according to the software function requirements, and including: the system comprises local network equipment, a development host, a server, display equipment, a runtime library, a database and development software corresponding to development languages, wherein the server and the development host are communicated with a development network;
s3, classifying the software functions, classifying the sorted software function requirements according to the coding requirement types, and further classifying the software functions according to the development time of different coding requirements;
s4, distributing developers, and distributing related developers according to the software function classification;
s5, planning development time according to the software function classification and the corresponding developer number;
s6, performing coding work, distributing development equipment for corresponding developers, and performing development coding of software functions;
s7, integrating software, and integrating software components with different functions into a complete software;
s8, performing software testing, performing integrity testing on the software, and performing operation testing and safety testing on each function;
s9, recording abnormal information in the software testing process, and storing the abnormal information into a database;
s10, transferring the software and carrying out final test, transferring the software to a demand side and running the software on related equipment of the demand side, and carrying out final test on the software;
and S11, recording software information and customer information, recording software information and demander information, storing the software information and the demander information into the same database in which the abnormal information is stored, associating the abnormal information table with the software information table in the database, and associating the demander information table with the software information table.
In this embodiment, specifically: in S2, after preparing the relevant development device, the development software corresponding to the development language is loaded into the development host, the development software is run and tested, all the development hosts are connected to the server through the local network device, and the data of the development software in the development hosts are uploaded to the server for storage.
In this embodiment, specifically: at S4, when the developers are assigned according to the software function classification, the same type of software functions in a single module are developed by the same developer, each module is developed by 4 persons, and the number of software functions developed by each person is 6.
In this embodiment, specifically: in S5, the development time allocated to a single software module is planned to be 1 day longer than the actual development time required.
In this embodiment, specifically: in S7, before software integration, it is necessary to perform operation test and version test on each individual software function, and convert the individual software functions of different versions into the same version.
In this embodiment, specifically: in S9, when recording the exception information, it is necessary to record the exception information, the exception time, the exception cause, the solution, the exception version information, and the exception type in the database in synchronization.
In this embodiment, specifically: after the software is handed over to the demander, when the software is finally tested, multi-version operation test and safety test are required to be performed on the software, and the operation test and the safety test are performed on different operation devices in S10.
In this embodiment, specifically: in S11, when the software information and the requester information are recorded, the software information is stored in terms of software version, and the software version used by the requester operating device is recorded.
Example two
Referring to fig. 1, the present invention further provides a technical solution, which is different from the first embodiment: a method for quickly making a software flow comprises the following steps:
s1, arranging software functions, receiving software development requirement information, and arranging the requirements of the software functions according to development requirements;
s2, preparing development equipment and software, preparing corresponding development equipment according to the software function requirements, and including: the system comprises local network equipment, a development host, a server, display equipment, a runtime library, a database and development software corresponding to development languages, wherein the server and the development host are communicated with a development network;
s3, classifying the software functions, classifying the sorted software function requirements according to the coding requirement types, and further classifying the software functions according to the development time of different coding requirements;
s4, distributing developers, and distributing related developers according to the software function classification;
s5, planning development time according to the software function classification and the corresponding developer number;
s6, performing coding work, distributing development equipment for corresponding developers, and performing development coding of software functions;
s7, integrating software, and integrating software components with different functions into a complete software;
s8, performing software testing, performing integrity testing on the software, and performing operation testing and safety testing on each function;
s9, recording abnormal information in the software testing process, and storing the abnormal information into a database;
s10, transferring the software and carrying out final test, transferring the software to a demand side and running the software on related equipment of the demand side, and carrying out final test on the software;
and S11, recording software information and customer information, recording software information and demander information, storing the software information and the demander information into the same database in which the abnormal information is stored, associating the abnormal information table with the software information table in the database, and associating the demander information table with the software information table.
In this embodiment, specifically: in S2, after preparing the relevant development device, the development software corresponding to the development language is loaded into the development host, the development software is run and tested, all the development hosts are connected to the server through the local network device, and the data of the development software in the development hosts are uploaded to the server for storage.
In this embodiment, specifically: at S4, when assigning developers according to the software function classification, the same type of software functions in a single module are developed by the same developer, each module is developed by 6 persons, and the number of software functions developed by each person is 10.
In this embodiment, specifically: in S5, the development time allocated to a single module of software is planned to be 2 days longer than the actual development time required.
In this embodiment, specifically: in S7, before software integration, it is necessary to perform operation test and version test on each individual software function, and convert the individual software functions of different versions into the same version.
In this embodiment, specifically: in S9, when recording the exception information, it is necessary to record the exception information, the exception time, the exception cause, the solution, the exception version information, and the exception type in the database in synchronization.
In this embodiment, specifically: after the software is handed over to the demander, when the software is finally tested, multi-version operation test and safety test are required to be performed on the software, and the operation test and the safety test are performed on different operation devices in S10.
In this embodiment, specifically: in S11, when the software information and the requester information are recorded, the software information is stored in terms of software version, and the software version used by the requester operating device is recorded.
EXAMPLE III
Referring to fig. 1, the present invention further provides a technical solution, which is different from the first embodiment: a method for quickly making a software flow comprises the following steps:
s1, arranging software functions, receiving software development requirement information, and arranging the requirements of the software functions according to development requirements;
s2, preparing development equipment and software, preparing corresponding development equipment according to the software function requirements, and including: the system comprises local network equipment, a development host, a server, display equipment, a runtime library, a database and development software corresponding to development languages, wherein the server and the development host are communicated with a development network;
s3, classifying the software functions, classifying the sorted software function requirements according to the coding requirement types, and further classifying the software functions according to the development time of different coding requirements;
s4, distributing developers, and distributing related developers according to the software function classification;
s5, planning development time according to the software function classification and the corresponding developer number;
s6, performing coding work, distributing development equipment for corresponding developers, and performing development coding of software functions;
s7, integrating software, and integrating software components with different functions into a complete software;
s8, performing software testing, performing integrity testing on the software, and performing operation testing and safety testing on each function;
s9, recording abnormal information in the software testing process, and storing the abnormal information into a database;
s10, transferring the software and carrying out final test, transferring the software to a demand side and running the software on related equipment of the demand side, and carrying out final test on the software;
and S11, recording software information and customer information, recording software information and demander information, storing the software information and the demander information into the same database in which the abnormal information is stored, associating the abnormal information table with the software information table in the database, and associating the demander information table with the software information table.
In this embodiment, specifically: in S2, after preparing the relevant development device, the development software corresponding to the development language is loaded into the development host, the development software is run and tested, all the development hosts are connected to the server through the local network device, and the data of the development software in the development hosts are uploaded to the server for storage.
In this embodiment, specifically: at S4, when the developers are assigned according to the software function classification, the same type of software functions in a single module are developed by the same developer, each module is developed by 8 persons, and the number of software functions developed by each person is 12.
In this embodiment, specifically: in S5, the development time allocated to a single software module is planned to be 3 days longer than the actual development time required.
In this embodiment, specifically: in S7, before software integration, it is necessary to perform operation test and version test on each individual software function, and convert the individual software functions of different versions into the same version.
In this embodiment, specifically: in S9, when recording the exception information, it is necessary to record the exception information, the exception time, the exception cause, the solution, the exception version information, and the exception type in the database in synchronization.
In this embodiment, specifically: after the software is handed over to the demander, when the software is finally tested, multi-version operation test and safety test are required to be performed on the software, and the operation test and the safety test are performed on different operation devices in S10.
In this embodiment, specifically: in S11, when the software information and the requester information are recorded, the software information is stored in terms of software version, and the software version used by the requester operating device is recorded.
To sum up, the working principle and the working process of the method for quickly making the software flow are that when the method is used, developers and development time are planned according to software requirement types, development requirement time is reduced, software abnormal information is recorded in detail, and requirement party and software version information are associated with the abnormal information, so that the software abnormal information can be called quickly when needed, and the developers can conveniently maintain and update software in the later period.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (8)

1. A method for quickly making a software flow is characterized by comprising the following steps: the method comprises the following steps:
s1, arranging software functions, receiving software development requirement information, and arranging the requirements of the software functions according to development requirements;
s2, preparing development equipment and software, preparing corresponding development equipment according to the software function requirements, and including: the system comprises local network equipment, a development host, a server, display equipment, a runtime library, a database and development software corresponding to development languages, wherein the server and the development host are communicated with a development network;
s3, classifying the software functions, classifying the sorted software function requirements according to the coding requirement types, and further classifying the software functions according to the development time of different coding requirements;
s4, distributing developers, and distributing related developers according to the software function classification;
s5, planning development time according to the software function classification and the corresponding developer number;
s6, performing coding work, distributing development equipment for corresponding developers, and performing development coding of software functions;
s7, integrating software, and integrating software components with different functions into a complete software;
s8, performing software testing, performing integrity testing on the software, and performing operation testing and safety testing on each function;
s9, recording abnormal information in the software testing process, and storing the abnormal information into a database;
s10, transferring the software and carrying out final test, transferring the software to a demand side and running the software on related equipment of the demand side, and carrying out final test on the software;
and S11, recording software information and customer information, recording software information and demander information, storing the software information and the demander information into the same database in which the abnormal information is stored, associating the abnormal information table with the software information table in the database, and associating the demander information table with the software information table.
2. The method for rapidly making a software flow according to claim 1, wherein: in S2, after preparing the relevant development device, the development software corresponding to the development language is loaded into the development host, the development software is tested, all the development hosts are connected to the server through the local network device, and the data of the development software in the development host is uploaded to the server for storage.
3. The method for rapidly making a software flow according to claim 1, wherein: in S4, when the developers are assigned according to the software function classification, the same type of software functions in a single module are developed by the same developer, each module is developed by 4-8 persons, and the number of software functions developed by each person is 6-12.
4. The method for rapidly making a software flow according to claim 1, wherein: in S5, the development time allocated to a single software module is planned to be 1 to 3 days longer than the actual development time.
5. The method for rapidly making a software flow according to claim 1, wherein: in S7, before software integration, it is necessary to perform operation test and version test on each individual software function, and convert the individual software functions of different versions into the same version.
6. The method for rapidly making a software flow according to claim 1, wherein: in S9, when recording the exception information, it is necessary to record the exception information, the exception time, the exception reason, the solution, the exception version information, and the exception type in the database in synchronization.
7. The method for rapidly making a software flow according to claim 1, wherein: in S10, after the software is handed over to the demander, when the software is finally tested, multi-version operation test and safety test are required to be performed on the software, and the operation test and the safety test are performed on different operation devices.
8. The method for rapidly making a software flow according to claim 1, wherein: in S11, when the software information and the demander information are recorded, the software information is stored according to the software version, and the software version used by the demander operating device is recorded.
CN202011092756.5A 2020-10-13 2020-10-13 Method for quickly making software flow Pending CN112230888A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011092756.5A CN112230888A (en) 2020-10-13 2020-10-13 Method for quickly making software flow

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011092756.5A CN112230888A (en) 2020-10-13 2020-10-13 Method for quickly making software flow

Publications (1)

Publication Number Publication Date
CN112230888A true CN112230888A (en) 2021-01-15

Family

ID=74113339

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011092756.5A Pending CN112230888A (en) 2020-10-13 2020-10-13 Method for quickly making software flow

Country Status (1)

Country Link
CN (1) CN112230888A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112836066A (en) * 2021-03-03 2021-05-25 湖南中医药大学 Construction method for traditional Chinese medicine knowledge graph

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108469950A (en) * 2018-03-23 2018-08-31 郑州金恒电子技术有限公司 A kind of development approach of computer software development technique
CN109146251A (en) * 2018-07-24 2019-01-04 武汉空心科技有限公司 Component- based development method and system
CN109375908A (en) * 2018-11-13 2019-02-22 温州华天软件科技有限公司 A kind of applied software development method
CN110196712A (en) * 2019-04-15 2019-09-03 成都飞逸计算机服务有限公司 Software development methodology and server based on Cloud Server
CN110543293A (en) * 2019-07-31 2019-12-06 合肥微澜特网络科技有限责任公司 Standardized use method based on computer software development
CN111026361A (en) * 2019-11-26 2020-04-17 国华鹏源股份有限公司 Software development method and development system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108469950A (en) * 2018-03-23 2018-08-31 郑州金恒电子技术有限公司 A kind of development approach of computer software development technique
CN109146251A (en) * 2018-07-24 2019-01-04 武汉空心科技有限公司 Component- based development method and system
CN109375908A (en) * 2018-11-13 2019-02-22 温州华天软件科技有限公司 A kind of applied software development method
CN110196712A (en) * 2019-04-15 2019-09-03 成都飞逸计算机服务有限公司 Software development methodology and server based on Cloud Server
CN110543293A (en) * 2019-07-31 2019-12-06 合肥微澜特网络科技有限责任公司 Standardized use method based on computer software development
CN111026361A (en) * 2019-11-26 2020-04-17 国华鹏源股份有限公司 Software development method and development system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112836066A (en) * 2021-03-03 2021-05-25 湖南中医药大学 Construction method for traditional Chinese medicine knowledge graph

Similar Documents

Publication Publication Date Title
CN102236672B (en) A kind of data lead-in method and device
CN110309071B (en) Test code generation method and module, and test method and system
CN107958057B (en) Code generation method and device for data migration in heterogeneous database
CN110046149B (en) Method, system and medium for automatic database migration
US8024305B2 (en) Updating a data warehouse schema based on changes in an observation model
Leon Software configuration management handbook
CN104252481B (en) The dynamic check method and apparatus of master-slave database consistency
US8151248B1 (en) Method and system for software defect management
US20170372247A1 (en) Methods, systems, and articles of manufacture for implementing software application development and releases
CN106909510A (en) A kind of method and server for obtaining test case
EP2610762A1 (en) Database version management system
CN111651431A (en) Database service oriented management flow standardization method
CN110413309A (en) A kind of item code branch management method and system based on gitlab
CN111240968A (en) Automatic test management method and system
Sarmah Data migration
CN110162365A (en) A kind of method and system being automatically brought into operation SAP business software
WO2024060725A1 (en) Aircraft tool change method and apparatus, device, and storage medium
CN108427709A (en) A kind of multi-source mass data processing system and method
CN111190814A (en) Software test case generation method and device, storage medium and terminal
US8639657B2 (en) Reorganizing table-based data objects
CN112230888A (en) Method for quickly making software flow
CN117312270A (en) Change management method for automatic construction and deployment of database
CN109117173B (en) Configuration file management method based on project version development
Vedros et al. Enhancement of Industry Legacy Probabilistic Risk Assessment Methods and Tools
CN111090420A (en) Task function line-based software project management method and system

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210115