CN116257217A - Project quality monitoring method based on Django framework - Google Patents

Project quality monitoring method based on Django framework Download PDF

Info

Publication number
CN116257217A
CN116257217A CN202310001740.6A CN202310001740A CN116257217A CN 116257217 A CN116257217 A CN 116257217A CN 202310001740 A CN202310001740 A CN 202310001740A CN 116257217 A CN116257217 A CN 116257217A
Authority
CN
China
Prior art keywords
project
check
items
django framework
module
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
CN202310001740.6A
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.)
Inspur Software Group Co Ltd
Original Assignee
Inspur Software Group 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 Inspur Software Group Co Ltd filed Critical Inspur Software Group Co Ltd
Priority to CN202310001740.6A priority Critical patent/CN116257217A/en
Publication of CN116257217A publication Critical patent/CN116257217A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations
    • G06Q10/06395Quality analysis or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Theoretical Computer Science (AREA)
  • Economics (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Educational Administration (AREA)
  • General Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Game Theory and Decision Science (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a project quality monitoring method based on a Django framework, and relates to the technical field of software; based on the Django framework, an MTV mode is adopted, milestones, output objects and related specifications at each stage in the project implementation process are combed, general specification check items are built in, the specification check items at each stage are configured according to the project at the initial stage of the project, a project specification check list first draft is formed, a project specification check list final draft is formed according to the actual implementation condition of the project, key milestone nodes in the project are selected, normalization check is carried out, check results and check time are recorded, whether the check items are qualified or not is judged according to check data, whether quality problems or delay risks exist in the project is judged, and feedback is carried out.

Description

Project quality monitoring method based on Django framework
Technical Field
The invention discloses a method, relates to the technical field of software, and in particular relates to a project quality monitoring method based on a Django framework.
Background
Item quality monitoring is an important component of item quality management, and is also an important guarantee for improving item delivery quality, and current items have shortcomings in implementation processes, such as: the project does not reach milestones on time, the project delivery is incomplete or has quality problems, the project lacks special personnel to carry out quality supervision, the project quality lacks measurement indexes and the like. In order to enable the whole process of the project to be carried out according to a plan, the risk possibly occurring in the project is avoided, the working efficiency of project quality monitoring personnel is improved, different projects are required to be managed according to actual conditions, but a method capable of monitoring quality of a plurality of projects is lacking in the current world.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a project quality monitoring method based on a Django framework, which is flexibly configured in a quality inspection monitoring mode, and the quality assurance work is carried out according to the actual condition of the project, so that the quality assurance work efficiency is improved, and meanwhile, risk tracking and reminding are carried out according to the inspection result, the project delivery quality is provided, and the risk of the project process is avoided.
The specific scheme provided by the invention is as follows:
the invention provides a project quality monitoring method based on a Django framework, which adopts an MTV mode based on the Django framework, combines milestones, output objects and related specifications at each stage in the project implementation process, embeds general specification check items,
forming a project standard check list initial draft according to standard check items of each project configuration stage in the project initial stage, forming a project standard check list final draft according to the actual implementation condition of the project, selecting key milestone nodes in the project, performing standard check, inputting check results and check time, judging whether the check items are qualified according to check data, judging whether the project has quality problems or delay risks, and feeding back.
Further, in the project quality monitoring method based on the Django framework, the step of judging whether the inspection item is qualified according to the inspection data includes:
if the inspection item is not qualified, the inspection item is not passed, the inspection item is modified and reminded in a limited time until the inspection item passes.
Further, the feedback in the project quality monitoring method based on the Django framework comprises the following steps:
and carrying out risk reminding on the quality problems or delay risks of the items, identifying failed check items, and configuring mail reminding.
Further, in the project quality monitoring method based on the Django framework, the fuzzy query mode of checking the project and the project name is supported based on the Django framework, and the query mode according to the year, month and date is supported.
The invention also provides a project quality monitoring system based on the Django framework, which adopts an MTV mode based on the Django framework and comprises a carding module, a configuration module, a checking module and a feedback module,
the combing module combines the milestones, the output objects and the related specifications of each stage in the project implementation process, and embeds a general specification check item,
the configuration module forms a project specification check list initial draft at the initial stage of the project according to the specification check items at each stage of project configuration, forms a project specification check list final draft according to the actual implementation condition of the project, the check module selects key milestone nodes in the project, performs normalization check, inputs check results and check time, judges whether the check items are qualified according to check data, judges whether the project has quality problems or delay risks, and the feedback module feeds back.
Further, in the project quality monitoring system based on the Django framework, the checking module judges whether the checked item is qualified according to the checking data, and the project quality monitoring system comprises:
if the inspection item is not qualified, the inspection item is not passed, the inspection item is modified and reminded in a limited time until the inspection item passes.
Further, the feedback module in the project quality monitoring system based on the Django framework performs feedback, including:
and carrying out risk reminding on the quality problems or delay risks of the items, identifying failed check items, and configuring mail reminding.
Further, the project quality monitoring system based on the Django framework further comprises a query module, wherein the query module supports a fuzzy query mode of checking the project and the project name based on the Django framework and supports a query mode according to the year, month and date.
The invention has the advantages that:
the invention provides a project quality monitoring method based on a Django framework, which can visually see project quality work progress according to project actual flexible configuration specification inspection sheets, is convenient for managing quality assurance work of project groups and improves efficiency of project quality assurance work; the method can be configured according to actual conditions of the projects, improves project delivery quality and avoids process risks.
Drawings
FIG. 1 is a schematic flow chart of the method of the invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and specific examples, which are not intended to be limiting, so that those skilled in the art will better understand the invention and practice it.
The invention provides a project quality monitoring method based on a Django framework, which adopts an MTV mode based on the Django framework, combines milestones, output objects and related specifications at each stage in the project implementation process, embeds general specification check items,
forming a project standard check list initial draft according to standard check items of each project configuration stage in the project initial stage, forming a project standard check list final draft according to the actual implementation condition of the project, selecting key milestone nodes in the project, performing standard check, inputting check results and check time, judging whether the check items are qualified according to check data, judging whether the project has quality problems or delay risks, and feeding back.
According to the method, the flexibly configured quality inspection monitoring mode is adopted, the quality assurance work is carried out according to the actual condition of the project, the quality assurance work efficiency is improved, meanwhile, risk tracking and reminding are carried out according to the inspection result, the project delivery quality is provided, and the project process risk is avoided.
In specific applications, in some embodiments of the method of the present invention, python is used as a main language, mySQL database is used, back-end development is performed based on the Django framework, and overall system development is performed according to the framework mode of MTV, where the MTV mode is a framework mode, i.e., model M, view V and template T, so that background system development is facilitated.
The method of the invention is utilized to comb common milestones, output objects and related specifications at each stage in the project implementation process, a general specification check item is built in,
the quality manager configures the standard inspection items of each stage in the initial stage of the project to form a project standard inspection list first draft, when the inspection items are set, the system initializes the inspection result to default to not start, the inspector defaults to be a creator, the data structure of each field of the maintenance items can be modified by referring to the table 1,
TABLE 1
Sequence number Field name Data type Length of Whether or not to fill
1 Checking item names Varchar 25 Is that
2 Items of belonged to Varchar 25 Whether or not
3 Inspection item stage Varchar 25 Whether or not
4 Responsible person Varchar 25 Whether or not
5 Inspection person Varchar 25 Whether or not
6 Planning inspection time datetime - Whether or not
7 Actual inspection time datetime - Whether or not
8 Inspection result Varchar 25 Whether or not
9 Remarks Varchar 25 Whether or not
The project related responsible person and the quality manager jointly confirm, form a project standard checking list final draft according to the actual condition of the project, control the use authority, the project responsible person only checks the authority and the like, and perform the normative checking according to the key milestone nodes in the project plan, the data structure of each field of the project can refer to the table 2,
TABLE 2
Sequence number Field name Data type Length of Whether or not to fill
1 Project name Varchar 25 Is that
2 The department of business Varchar 25 Is that
3 Project manager Varchar 25 Is that
4 At the current stage Varchar 25 Whether or not
5 Scheduled start time datetime - Is that
6 Scheduled deadlines datetime - Is that
7 Actual start time datetime - Whether or not
8 Scheduled deadlines datetime - Whether or not
9 Project status Varchar 25 Whether or not
10 Inspection result Varchar 25 Whether or not
11 Remarks Varchar 25 Whether or not
And recording an inspection result and inspection time by the system, and judging whether the inspection item is qualified according to the inspection data, thereby judging whether the item has quality problems or delay risks.
Further, the step of judging whether the inspection item is qualified according to the inspection data includes:
if the inspection item is not qualified, the inspection item is not passed, the inspection item is modified and reminded in a limited time until the inspection item passes.
Further, the feedback includes:
and carrying out risk reminding on the quality problems or delay risks of the items, identifying failed check items, and configuring mail reminding.
Further, in the project quality monitoring method based on the Django framework, the fuzzy query mode of checking the project and the project name is supported based on the Django framework, and the query mode according to the year, month and date is supported. Time and name list ordering is supported, so that the inquiry is facilitated.
The invention also provides a project quality monitoring system based on the Django framework, which adopts an MTV mode based on the Django framework and comprises a carding module, a configuration module, a checking module and a feedback module,
the combing module combines the milestones, the output objects and the related specifications of each stage in the project implementation process, and embeds a general specification check item,
the configuration module forms a project specification check list initial draft at the initial stage of the project according to the specification check items at each stage of project configuration, forms a project specification check list final draft according to the actual implementation condition of the project, the check module selects key milestone nodes in the project, performs normalization check, inputs check results and check time, judges whether the check items are qualified according to check data, judges whether the project has quality problems or delay risks, and the feedback module feeds back.
The content of information interaction and execution process between the modules in the system is based on the same conception as the embodiment of the method of the present invention, and specific content can be referred to the description in the embodiment of the method of the present invention, which is not repeated here.
The system can configure the standard inspection list according to the actual flexible project, visually see the project quality work progress, facilitate the quality assurance work of the management project group and improve the efficiency of the project quality assurance work; the method can be configured according to actual conditions of the projects, improves project delivery quality and avoids process risks.
It should be noted that not all the steps and modules in the above processes and the system structures are necessary, and some steps or modules may be omitted according to actual needs. The execution sequence of the steps is not fixed and can be adjusted as required. The system structure described in the above embodiments may be a physical structure or a logical structure, that is, some modules may be implemented by the same physical entity, or some modules may be implemented by multiple physical entities, or may be implemented jointly by some components in multiple independent devices.
The above-described embodiments are merely preferred embodiments for fully explaining the present invention, and the scope of the present invention is not limited thereto. Equivalent substitutions and modifications will occur to those skilled in the art based on the present invention, and are intended to be within the scope of the present invention. The protection scope of the invention is subject to the claims.

Claims (8)

1. A project quality monitoring method based on Django framework is characterized in that MTV mode is adopted based on Django framework, milestones, output objects and related specifications of each stage in the project implementation process are combed, general specification check items are built in,
forming a project standard check list initial draft according to standard check items of each project configuration stage in the project initial stage, forming a project standard check list final draft according to the actual implementation condition of the project, selecting key milestone nodes in the project, performing standard check, inputting check results and check time, judging whether the check items are qualified according to check data, judging whether the project has quality problems or delay risks, and feeding back.
2. The method for monitoring item quality based on Django framework according to claim 1, wherein the step of judging whether the inspection item is qualified according to the inspection data comprises the following steps:
if the inspection item is not qualified, the inspection item is not passed, the inspection item is modified and reminded in a limited time until the inspection item passes.
3. A method for monitoring quality of items based on Django framework according to claim 1 or 2, characterized in that said feeding back comprises:
and carrying out risk reminding on the quality problems or delay risks of the items, identifying failed check items, and configuring mail reminding.
4. The project quality monitoring method based on the Django framework according to claim 1 is characterized in that the method supports a fuzzy query mode of checking the project and the project name and supports a query mode according to the year, month and date based on the Django framework.
5. A project quality monitoring system based on a Django framework is characterized in that the project quality monitoring system based on the Django framework adopts an MTV mode and comprises a carding module, a configuration module, a checking module and a feedback module,
the combing module combines the milestones, the output objects and the related specifications of each stage in the project implementation process, and embeds a general specification check item,
the configuration module forms a project specification check list initial draft at the initial stage of the project according to the specification check items at each stage of project configuration, forms a project specification check list final draft according to the actual implementation condition of the project, the check module selects key milestone nodes in the project, performs normalization check, inputs check results and check time, judges whether the check items are qualified according to check data, judges whether the project has quality problems or delay risks, and the feedback module feeds back.
6. The project quality monitoring system based on the Django framework according to claim 5, wherein the checking module judges whether the checked project is qualified according to the checking data, comprising:
if the inspection item is not qualified, the inspection item is not passed, the inspection item is modified and reminded in a limited time until the inspection item passes.
7. The project quality monitoring system based on the Django framework according to claim 5 or 6, wherein the feedback module performs feedback, comprising:
and carrying out risk reminding on the quality problems or delay risks of the items, identifying failed check items, and configuring mail reminding.
8. The project quality monitoring system based on the Django framework of claim 5, further comprising a query module, wherein the query module supports a fuzzy query mode of checking the names of the items and the projects based on the Django framework and supports a query mode according to the year, month and date.
CN202310001740.6A 2023-01-03 2023-01-03 Project quality monitoring method based on Django framework Pending CN116257217A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310001740.6A CN116257217A (en) 2023-01-03 2023-01-03 Project quality monitoring method based on Django framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310001740.6A CN116257217A (en) 2023-01-03 2023-01-03 Project quality monitoring method based on Django framework

Publications (1)

Publication Number Publication Date
CN116257217A true CN116257217A (en) 2023-06-13

Family

ID=86680210

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310001740.6A Pending CN116257217A (en) 2023-01-03 2023-01-03 Project quality monitoring method based on Django framework

Country Status (1)

Country Link
CN (1) CN116257217A (en)

Similar Documents

Publication Publication Date Title
US20110161132A1 (en) Method and system for extracting process sequences
US20110087513A1 (en) Method and system for managing a program relating to a product
CN106548324A (en) A kind of IT system O&M service management system
Sargut et al. Utilization of statistical process control (SPC) in emergent software organizations: pitfalls and suggestions
CN111461517A (en) Intelligent information system for planning laboratory workflow
WO2023015789A1 (en) Facility maintenance method, apparatus and system, and storage medium
US20030101085A1 (en) Method and system for vendor communication
CN108038617A (en) A kind of intellectual property operating service plateform system
CN108665154A (en) A kind of aeronautical product production process execution management system
US8140958B2 (en) Cyclical and synchronized multi-source spreadsheet imports and exports
CN115169011A (en) Editing system and application system of airplane assembly outline
JP5427761B2 (en) Defect prevention support system, defect prevention support method, and defect prevention support program
Ricky et al. A Case Study of E-Kanban Implementation in Indonesian Automotive Manufacture
WO2007127096A2 (en) Data requirements methodology
CN106408182B (en) Nuclear power design project workload statistical system and method
CN116257217A (en) Project quality monitoring method based on Django framework
CN114065794B (en) Production and work reporting method, system and equipment based on multi-dimensional two-dimensional code
CN113222545B (en) Management system and management method of correlated nuclear power system
CN115082039A (en) Data center management method and device, electronic equipment and storage medium
US20070156472A1 (en) Systems and methods for testing internal control effectiveness
Khan et al. A Framework for automated reengineering of BPMN models by excluding inefficient activities
CN112734145A (en) Public security duty scheduling system based on integral model algorithm
CN112215560A (en) Intelligent shift arrangement system and implementation method thereof
CN114116640A (en) Whole-process self-defined system and method for collecting and sharing data of researchers and examinees
Arts et al. [Poster] Identifying Maintenance, Repair and Overhaul Events based on ADS-B Data

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