CN115562647A - Statistical display method, device, system and medium for code amount - Google Patents

Statistical display method, device, system and medium for code amount Download PDF

Info

Publication number
CN115562647A
CN115562647A CN202211370767.4A CN202211370767A CN115562647A CN 115562647 A CN115562647 A CN 115562647A CN 202211370767 A CN202211370767 A CN 202211370767A CN 115562647 A CN115562647 A CN 115562647A
Authority
CN
China
Prior art keywords
code
statistical
code amount
team
counting
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
CN202211370767.4A
Other languages
Chinese (zh)
Inventor
黄甲松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Bank Co Ltd
Original Assignee
Ping An Bank 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 Ping An Bank Co Ltd filed Critical Ping An Bank Co Ltd
Priority to CN202211370767.4A priority Critical patent/CN115562647A/en
Publication of CN115562647A publication Critical patent/CN115562647A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a statistical display method, a device, a system and a medium of code quantity, wherein the method comprises the following steps: acquiring a project code of a target team in a code warehouse according to the team identification; acquiring a member list of the target team, and acquiring code amount data of each team member in the project code according to the member list; receiving a statistical display instruction input by a query user; and counting the code amount data in a preset range according to the counting display instruction, and displaying a corresponding code amount statistical chart. By acquiring the code amount data of each member in the team, flexibly counting and displaying the code amount data in the existing range based on the counting display instruction, and displaying the counting result in a chart form, the flexibility and the intuitiveness of the team code amount counting and displaying are effectively improved.

Description

Statistical display method, device, system and medium for code amount
Technical Field
The invention relates to the technical field of computers, in particular to a statistical display method, a statistical display device, a statistical display system and a statistical display medium of code quantity.
Background
The code amount is an important dimension of the workload statistics of team members and is a focus of attention in a team. Although the code warehouse has a function of inquiring the code amount, the function only derives the total code amount periodically every month for month inspection, and only outputs the number of the current month, so that the flexibility and intuitiveness of team code amount statistics and exhibition are low.
Disclosure of Invention
In view of the above shortcomings in the prior art, the present invention provides a method, an apparatus, a system and a medium for statistical display of code amount, which can be applied in financial technology or other related fields, and aims to improve the flexibility and intuitiveness of the team code amount statistics and display.
The technical scheme of the invention is as follows:
a statistical display method of code amount, the method further comprising:
acquiring a project code of a target team in a code warehouse according to the team identification;
acquiring a member list of the target team, and acquiring code amount data of each team member in the project code according to the member list;
receiving a statistical display instruction input by a query user;
and counting the code amount data in a preset range according to the counting display instruction, and displaying a corresponding code amount statistical chart.
In one embodiment, the obtaining of the project code of the target team in the code repository based on the team identification comprises:
acquiring all projects of a target team in a code warehouse according to the team identification;
and circularly inquiring all the items, acquiring the latest submission branch of each item, and pulling the latest code of the item according to the latest submission branch.
In one embodiment, the method further comprises, before obtaining the member list of the target team, and obtaining the code amount data of each team member in the project code according to the member list:
and receiving a member configuration instruction, and configuring to obtain a member list of the target team.
In an embodiment, the obtaining, according to the member list, code amount data of each team member in the project code specifically includes:
and circularly inquiring the member list to obtain the code quantity data of each team member in each project code.
In an embodiment, the counting the code amount data within a preset range according to the counting display instruction and displaying a code amount statistical chart of a corresponding team member includes:
analyzing the statistical display instruction to obtain statistical time, statistical members and chart types;
and counting the code amount data of the counting members in the counting time, and displaying a corresponding code amount counting result by the chart type.
In one embodiment, after counting the code amount data of the counting members within the counting time and displaying the corresponding code amount counting result in the chart type, the method further includes:
when the clicking operation on the code quantity statistical chart is detected, acquiring a clicked target member;
and displaying the code amount detail data of the target member.
In an embodiment, before counting the code amount data within a preset range according to the statistics displaying instruction and displaying a corresponding code amount statistical chart, the method further includes:
acquiring an authority label of the inquiry user;
and confirming whether the authority label is matched with the authority range to which the statistical member belongs, and if not, displaying query failure prompt information.
A statistical display device of code amount, comprising:
the first acquisition module is used for acquiring a project code of a target team in the code warehouse according to the team identification;
the second acquisition module is used for acquiring a member list of the target team and acquiring code quantity data of each team member in the project code according to the member list;
the instruction receiving module is used for receiving a statistical display instruction input by a query user;
and the statistics display module is used for counting the code amount data in a preset range according to the statistics display instruction and displaying a corresponding code amount statistical chart.
A statistical presentation system of code quantities, the system comprising at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the above statistical display method of code amount.
A non-transitory computer-readable storage medium storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the above-described statistical presentation of code amounts.
Has the advantages that: compared with the prior art, the method, the device, the system and the medium for counting and displaying the code amount effectively improve the flexibility and intuition of team code amount counting and displaying by acquiring the code amount data of each member in a team, flexibly counting and displaying the code amount data in the existing range based on a counting and displaying instruction and displaying a counting result in a chart form.
Drawings
The invention will be further described with reference to the following drawings and examples, in which:
fig. 1 is a flowchart of a statistical display method for code amount according to an embodiment of the present invention;
fig. 2 is a flowchart of step S100 in the statistical display method of the code amount according to the embodiment of the present invention;
FIG. 3 is another flowchart of a statistical display method for code amount according to an embodiment of the present invention;
fig. 4 is a flowchart of step S400 in the statistical display method for code amount according to the embodiment of the present invention;
fig. 5 is another flowchart of step S400 in the statistical display method for code amount according to the embodiment of the present invention;
FIG. 6 is a schematic diagram of a functional module of a device for displaying statistics of code amount according to an embodiment of the present invention;
fig. 7 is a schematic diagram of a hardware structure of the system for statistical display of the code amount according to the embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and effects of the present invention clearer and clearer, the present invention is described in further detail below. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. Embodiments of the present invention are described below with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 is a flowchart illustrating a statistical method for code amount according to an embodiment of the present invention. The statistical display method for the code amount provided by the embodiment is applied to a system comprising a terminal device, a network and a server, wherein the network is a medium for providing a communication link between the terminal device and the server, and can comprise various connection types, such as a wired connection, a wireless communication link or an optical fiber cable; the operating system on the terminal device may include an iPhone operating system (iOS system), an android system, or another operating system, and the terminal device is connected to the server through a network to perform an interaction, so as to perform operations such as receiving or sending data, and may specifically be various electronic devices having a display screen and supporting web browsing, including but not limited to a smart phone, a tablet computer, a portable computer, a desktop server, and the like. As shown in fig. 1, the method specifically includes the following steps:
and S100, acquiring a project code of the target team in a code warehouse according to the team identification.
In this embodiment, a GitLab code repository is used to manage project codes, gitLab is a widely used open source code management platform based on git, manages codes and documents generated in a software development process, gitLab mainly manages codes and documents for two dimensions of group and project, where group is a group/team, project is an engineering project, and a group can manage multiple projects, that is, a group has multiple software development tasks, and a project may include multiple branchs, that is, branches, which are independent of each other, and different branches can be merged. And a distributed version library mode is adopted, so that the release and the communication of the codes are extremely convenient, and the cooperation among different developers is facilitated.
When the team code amount statistics display is carried out, the project codes of the target team in the code warehouse are obtained through team identifications such as team names and team ids to serve as accurate data bases of code amount data statistics.
In an embodiment, please refer to fig. 2, which is a flowchart of step S100 in the statistical display method of the code amount according to the embodiment of the present invention, as shown in fig. 2, step S100 includes:
s101, acquiring all projects of a target team in a code warehouse according to team identification;
s102, circularly inquiring all the projects, acquiring the latest submission branch of each project, and pulling the latest codes of the projects according to the latest submission branch.
In the embodiment, when the project code of the target team is obtained, all projects of the target team in the code warehouse are obtained based on the team identification, because more than one project currently developed by the target team is possible, and the codes of the projects in the development state are continuously updated, when the project code is obtained, all the projects are circularly queried, the latest submission branch of each project is continuously obtained to pull the latest code of the project, the latest code data of each project is circularly obtained, and the timeliness and the accuracy of team code quantity statistical feedback are ensured.
In specific implementation, after all projects of a target team are obtained by calling a GitLab interface through a team id, all the projects are circularly inquired, when a current project is inquired, all submission branches of the current project are obtained first, sequencing is carried out according to the last submission record time of the branches, the branch of the last submission record is obtained, whether the branch is a new project or not is judged, if the branch is the new project, the latest submission branch of the new project is cloned to the local, and then a latest code of the project is pulled; and if not, judging whether the local branch of the current project is the latest submission branch, if so, pulling the latest code of the project, otherwise, synchronizing the information of other remote branches to the local and then pulling the latest code of the project, so as to realize the acquisition of code data in one project, and executing the process for each project, thereby acquiring code data of all projects as a data basis for team code amount statistics and display.
S200, acquiring a member list of the target team, and acquiring code quantity data of each team member in the project code according to the member list.
In this embodiment, based on the member information of different teams, a member list of a target team is obtained, where the member list may include data such as member name, contact address, belonging superior level, and the like, and code amount data of each team member is obtained based on the item code collected by the member list.
Specifically, when the code amount data of each team member is obtained, a loop manner is also adopted, for example, an inner loop of the code amount may be performed when a project code is obtained, a member list may be looped when a code of a current project is obtained, the code amount data of each team member in the current project may be queried, and when all the project loops are finished, the code amount data of each team member in each project may be obtained.
In an embodiment, please refer to fig. 3, which is another flowchart of the statistical display method of the code amount according to the embodiment of the present invention, as shown in fig. 3, before the step S200, the method further includes:
s500, receiving a member configuration instruction, and configuring to obtain a member list of the target team.
In this embodiment, a user may perform configuration operation on member information of a target team by inputting a member configuration instruction, and then generate or update a member list of the target team, for example, a member addition instruction may be input, a member list of a new team is configured or a member list of an existing team is added, or a member modification instruction is input, and information modification operation is performed on the member list of the existing team, so that team managers may perform corresponding update on member information in time and efficiently, and accuracy of team code amount statistics and display is ensured.
S300, receiving a statistic display instruction input by a query user;
s400, counting the code amount data in the preset range according to the counting display instruction, and displaying a corresponding code amount statistical chart.
In this embodiment, when a certain query user wishes to perform statistics and check on the code amount of a team, a statistics and display instruction may be input on a query interface of the system, code amount data in different ranges including a time range and a member range is counted, and a corresponding code amount statistics chart is displayed on the query interface, that is, the query user may query the code amount data in different preset ranges at any time according to a query requirement, so as to obtain an intuitive statistical result in a chart form, thereby avoiding the problems of poor flexibility and poor realizability of regular viewing.
In an embodiment, please refer to fig. 4, which is a flowchart of step S400 in the statistical display method of code amount according to the embodiment of the present invention, as shown in fig. 4, step S400 includes:
s401, analyzing the statistical display instruction to obtain statistical time, statistical members and chart types;
s402, counting the code amount data of the counting members in the counting time, and displaying corresponding code amount counting results according to the chart type.
In this embodiment, the query user may flexibly set the statistical time, the statistical members, and the chart type in the query interface, for example, set the month range to be viewed, set the member range to be viewed (all members in a team, all members in a designated group, designated members, and the like), set the chart type to be viewed (a bar chart, a pie chart, a line chart, and the like), and click the query button after setting the relevant statistical parameters, to send a statistical display instruction to the system, where the statistical display instruction carries the currently set statistical parameters, and the system performs statistics on the code amount data of the statistical members within the statistical time according to the statistical parameters obtained by the parsing, and displays the code amount statistical results of the statistical members with the set chart type, thereby implementing flexibly configured code amount statistics and display.
In an embodiment, please refer to fig. 5, which is another flowchart of step S400 in the statistical display method of code amount according to the embodiment of the present invention, as shown in fig. 5, after step S402, the method further includes:
s403, when the clicking operation on the code quantity statistical chart is detected, acquiring a clicked target member;
and S404, displaying the code amount detail data of the target member.
In this embodiment, after the code amount statistical chart is displayed, the query user may further perform a convenient click query operation on the chart, when a certain position on the chart is clicked, a currently clicked target member is obtained based on a click coordinate, at this time, the code amount detail data of the target member is displayed, for example, if the statistical time is half a year, the code amount detail data of each item of the target member every month or every week is displayed after the click, so that the convenient and efficient query on the historical data of a single team member is realized.
Furthermore, aiming at the grouping condition in the team, a plurality of group leader radio boxes are displayed on the statistical chart in class, when a query user clicks a certain group leader radio box, the code quantity data of the subordinate members of the group leader can be screened out according to the superior data of the members in the member list, and the rapid screening and displaying of the group data are realized.
In one embodiment, before step S400, the method further comprises:
acquiring an authority label of the inquiry user;
and confirming whether the authority label is matched with the authority range to which the statistical member belongs, and if not, displaying query failure prompt information.
In this embodiment, different users are assigned corresponding permission labels, such as a common member label, a group leader label, an administrator label, and the like, after an inquiry user inputs a statistical display instruction, the permission label is obtained, and it is determined whether the current inquiry user has permission to inquire the statistical member code amount data, for example, the common member only has permission to inquire the self code amount data, if the set statistical member includes members other than the member that the common member belongs to, an inquiry failure prompt message is displayed, and the group leader has permission to inquire all the group member code amount data of the group, so as to adjust the work arrangement according to the code amount of each group member, and if the group leader sets statistical members other than the group member, an inquiry failure prompt message is displayed. And the safety of code quantity data statistics display is ensured by configuring the authority label of each member.
Another embodiment of the present invention provides a device for displaying statistics of code amount, as shown in fig. 6, the device 1 includes:
a first obtaining module 11, configured to obtain a project code of a target team in a code repository according to a team identifier;
a second obtaining module 12, configured to obtain a member list of the target team, and obtain, according to the member list, code amount data of each team member in the project code;
the instruction receiving module 13 is configured to receive a statistical display instruction input by a query user;
and the statistics display module 14 is configured to perform statistics on the code amount data within a preset range according to the statistics display instruction, and display a corresponding code amount statistics chart.
The modules referred to in the present invention refer to a series of computer program instruction segments capable of performing specific functions, and are more suitable for describing the execution process of statistical display of code amount than a program.
In one embodiment, the first obtaining module 11 includes:
the project acquisition unit is used for acquiring all projects of the target team in the code warehouse according to the team identification;
and the circular query unit is used for circularly querying all the items, acquiring the latest submission branch of each item and pulling the latest code of the item according to the latest submission branch.
In one embodiment, the apparatus 1 further comprises:
and the member configuration module is used for receiving a member configuration instruction and configuring to obtain a member list of the target team.
In an embodiment, the second obtaining module 12 is specifically configured to:
and circularly inquiring the member list to obtain the code amount data of each team member in each project code.
In one embodiment, the statistical presentation module 14 includes:
the analysis unit is used for analyzing the statistical display instruction to obtain statistical time, statistical members and chart types;
and the statistics display unit is used for counting the code amount data of the statistics members in the statistics time, and displaying corresponding code amount statistical results according to the chart type.
In one embodiment, the statistical display module 14 further includes:
the detection unit is used for acquiring a clicked target member when the click operation on the code quantity statistical chart is detected;
and the detail display unit is used for displaying the code amount detail data of the target member.
In one embodiment, the apparatus 1 further comprises:
the authority acquisition module is used for acquiring the authority label of the inquiry user;
and the permission matching module is used for confirming whether the permission label is matched with the permission range of the statistical member, and if not, displaying the prompt information of query failure.
Another embodiment of the present invention provides a statistical display system of code amount, as shown in fig. 7, the system 10 includes:
one or more processors 110 and a memory 120, where fig. 7 illustrates one processor 110, the processor 110 and the memory 120 may be connected by a bus or other means, and fig. 7 illustrates a connection via a bus.
Processor 110 is used to implement various control logic for system 10, which may be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), a single chip microcomputer, an ARM (Acorn RISC Machine) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. Also, the processor 110 may be any conventional processor, microprocessor, or state machine. The processor 110 may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, and/or any other such configuration.
The memory 120 is used as a non-volatile computer-readable storage medium, and can be used to store a non-volatile software program, a non-volatile computer-executable program, and modules, such as program instructions corresponding to the statistical display method of the code amount in the embodiment of the present invention. The processor 110 executes various functional applications and data processing of the system 10, namely, implements the statistical presentation method of the code amount in the above method embodiments, by running the nonvolatile software program, instructions and units stored in the memory 120.
The memory 120 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the system 10, and the like. Further, the memory 120 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, memory 120 optionally includes memory located remotely from processor 110, which may be connected to system 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
One or more units are stored in the memory 120, and when executed by the one or more processors 110, perform the steps of:
acquiring a project code of a target team in a code warehouse according to the team identification;
acquiring a member list of the target team, and acquiring code amount data of each team member in the project code according to the member list;
receiving a statistical display instruction input by a query user;
and counting the code amount data in a preset range according to the counting display instruction, and displaying a corresponding code amount statistical chart.
In one embodiment, the obtaining of the project code of the target team in the code repository based on the team identification comprises:
acquiring all projects of a target team in a code warehouse according to the team identification;
and circularly inquiring all the items, acquiring the latest submission branch of each item, and pulling the latest code of the item according to the latest submission branch.
In one embodiment, before obtaining the member list of the target team and obtaining the code amount data of each team member in the project code according to the member list, the method further comprises:
and receiving a member configuration instruction, and configuring to obtain a member list of the target team.
In an embodiment, the obtaining, according to the member list, code amount data of each team member in the project code specifically includes:
and circularly inquiring the member list to obtain the code quantity data of each team member in each project code.
In an embodiment, the counting the code amount data within a preset range according to the statistical display instruction, and displaying a code amount statistical chart of a corresponding team member includes:
analyzing the statistical display instruction to obtain statistical time, statistical members and chart types;
and counting the code amount data of the counting members in the counting time, and displaying a corresponding code amount counting result by the chart type.
In one embodiment, after counting the code amount data of the counting members within the counting time and showing the corresponding code amount statistical result in the chart type, the method further includes:
when the clicking operation on the code quantity statistical chart is detected, acquiring a clicked target member;
and displaying the code amount detail data of the target member.
In an embodiment, before counting the code amount data within a preset range according to the statistics displaying instruction and displaying a corresponding code amount statistical chart, the method further includes:
acquiring an authority label of the inquiry user;
and confirming whether the authority label is matched with the authority range to which the statistical member belongs, and if not, displaying query failure prompt information.
Embodiments of the present invention provide a non-transitory computer-readable storage medium storing computer-executable instructions for execution by one or more processors, for example, to perform method steps S100-S400 of fig. 1 described above.
By way of example, nonvolatile storage media can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of illustration and not limitation, RAM is available in many forms such as Synchronous RAM (SRAM), dynamic RAM, (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchlink DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The disclosed memory components or memory of the operating environment described herein are intended to comprise one or more of these and/or any other suitable types of memory.
In summary, in the statistical display method, device, system and medium of the code amount disclosed by the present invention, the method obtains the project code of the target team in the code warehouse according to the team identification; acquiring a member list of the target team, and acquiring code amount data of each team member in the project code according to the member list; receiving a statistical display instruction input by a query user; and counting the code amount data in a preset range according to the counting display instruction, and displaying a corresponding code amount statistical chart. By acquiring the code amount data of each member in the team, flexibly counting and displaying the code amount data in the existing range based on the counting display instruction, and displaying the counting result in a chart form, the flexibility and the intuitiveness of the team code amount counting and displaying are effectively improved.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by instructing relevant hardware (such as a processor, a controller, etc.) through a computer program, which may be stored in a non-volatile computer-readable storage medium, and the computer program may include the processes of the above method embodiments when executed. The storage medium may be a memory, a magnetic disk, a floppy disk, a flash memory, an optical memory, etc.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (10)

1. A statistical display method of code amount is characterized by comprising the following steps:
acquiring a project code of a target team in a code warehouse according to the team identification;
acquiring a member list of the target team, and acquiring code quantity data of each team member in the project codes according to the member list;
receiving a statistical display instruction input by a query user;
and counting the code amount data in a preset range according to the counting display instruction, and displaying a corresponding code amount statistical chart.
2. The statistical presentation method of code quantity according to claim 1, wherein the obtaining of project codes of target teams in a code repository according to team identification comprises:
acquiring all projects of a target team in a code warehouse according to the team identification;
and circularly inquiring all the projects, acquiring the latest submission branch of each project, and pulling the latest code of the project according to the latest submission branch.
3. The method for statistical presentation of code amounts according to claim 1, wherein the obtaining of the member list of the target team is performed before obtaining the code amount data of each team member in the project code according to the member list, and the method further comprises:
and receiving a member configuration instruction, and configuring to obtain a member list of the target team.
4. The method for statistical display of code amount according to claim 1, wherein the obtaining of code amount data of each team member in the project code according to the member list specifically includes:
and circularly inquiring the member list to obtain the code quantity data of each team member in each project code.
5. The method for statistical presentation of code amounts according to claim 1, wherein the statistics of code amount data within a preset range according to the statistical presentation instruction and presentation of a code amount statistical chart of a corresponding team member comprises:
analyzing the statistical display instruction to obtain statistical time, statistical members and chart types;
and counting the code amount data of the counting members in the counting time, and displaying corresponding code amount counting results according to the chart type.
6. The statistical display method of the code amount according to claim 5, wherein after the statistics of the code amount data of the statistical members in the statistical time is performed to display the corresponding code amount statistical result in the chart type, the method further comprises:
when the clicking operation on the code quantity statistical chart is detected, acquiring a clicked target member;
and displaying the code amount detail data of the target member.
7. The statistical display method for the code amount according to claim 5, wherein before counting the code amount data in a preset range according to the statistical display instruction and displaying a corresponding code amount statistical chart, the method further comprises:
acquiring an authority label of the inquiry user;
and confirming whether the authority label is matched with the authority range to which the statistical member belongs, and if not, displaying query failure prompt information.
8. A statistical display device of a code amount, comprising:
the first acquisition module is used for acquiring a project code of a target team in the code warehouse according to the team identification;
the second acquisition module is used for acquiring a member list of the target team and acquiring code quantity data of each team member in the project code according to the member list;
the instruction receiving module is used for receiving a statistical display instruction input by a query user;
and the statistics display module is used for counting the code amount data in a preset range according to the statistics display instruction and displaying a corresponding code amount statistical chart.
9. A statistical presentation system of code quantities, the system comprising at least one processor; and (c) a second step of,
a memory communicatively coupled to the at least one processor; wherein, the first and the second end of the pipe are connected with each other,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of statistical presentation of code quantities of any one of claims 1-7.
10. A non-transitory computer-readable storage medium having stored thereon computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the method for statistical presentation of an amount of code of any one of claims 1-7.
CN202211370767.4A 2022-11-03 2022-11-03 Statistical display method, device, system and medium for code amount Pending CN115562647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211370767.4A CN115562647A (en) 2022-11-03 2022-11-03 Statistical display method, device, system and medium for code amount

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211370767.4A CN115562647A (en) 2022-11-03 2022-11-03 Statistical display method, device, system and medium for code amount

Publications (1)

Publication Number Publication Date
CN115562647A true CN115562647A (en) 2023-01-03

Family

ID=84767776

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211370767.4A Pending CN115562647A (en) 2022-11-03 2022-11-03 Statistical display method, device, system and medium for code amount

Country Status (1)

Country Link
CN (1) CN115562647A (en)

Similar Documents

Publication Publication Date Title
KR102317535B1 (en) Methods and systems for implementing data tracking with software development kits
CN109582303B (en) General component calling method, device, computer equipment and storage medium
US10275115B2 (en) Multifunction icon for user feedback including context information
US9411864B2 (en) Systems and methods for collection and consolidation of heterogeneous remote business data using dynamic data handling
US20160334765A1 (en) Apparatus and method for event detection to support mobile notifications related to industrial process control and automation system
CN113986256A (en) Method and device for issuing application program, electronic equipment and storage medium
CN110865834B (en) Application program interface updating method and device, readable storage medium and terminal equipment
CN113569257A (en) User authority management method and device in gray scale release
US8938520B2 (en) Methods and systems for smart adapters in a social media content analytics environment
CN115562647A (en) Statistical display method, device, system and medium for code amount
CN113298331A (en) Work order processing method, device and system and electronic equipment
US20160335373A1 (en) Apparatus and method for universal annotation in industrial process control and automation system
CN111026796A (en) Multi-source heterogeneous data acquisition method, device, system, medium and equipment
CN115658801A (en) Report display method, device, system and medium based on user portrait
CN107908629B (en) Information query method, terminal and equipment
US20150169515A1 (en) Data driven synthesizer
CN110795259A (en) Method and device for analyzing application collapse
JP2017083937A (en) Information processing apparatus, information processing method, and program
CN112883695A (en) Method, device, equipment and medium for generating report template and displaying data report
US11861303B2 (en) Electronic apparatus for providing information and data providing method thereof
KR20190031608A (en) Method Of Providing Variable UX According To Category In Installations Management System Based On Smart Devices
CN113918142B (en) Data acquisition task code generation method, device and computer equipment
US11087083B1 (en) Managing bundles of digital objects in an e-procurement system
JP2012064101A (en) Fieldbus builder and computer program
CN116361173A (en) Compatibility test equipment recommendation method, device, system and medium

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