CN114938357B - Open source group collaboration message notification method, device, computer equipment and medium - Google Patents

Open source group collaboration message notification method, device, computer equipment and medium Download PDF

Info

Publication number
CN114938357B
CN114938357B CN202210636334.2A CN202210636334A CN114938357B CN 114938357 B CN114938357 B CN 114938357B CN 202210636334 A CN202210636334 A CN 202210636334A CN 114938357 B CN114938357 B CN 114938357B
Authority
CN
China
Prior art keywords
message
parameter
sender
structured data
receiver
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210636334.2A
Other languages
Chinese (zh)
Other versions
CN114938357A (en
Inventor
李志星
王涛
余跃
王怀民
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
National University of Defense Technology
Original Assignee
National University of Defense Technology
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 National University of Defense Technology filed Critical National University of Defense Technology
Priority to CN202210636334.2A priority Critical patent/CN114938357B/en
Publication of CN114938357A publication Critical patent/CN114938357A/en
Application granted granted Critical
Publication of CN114938357B publication Critical patent/CN114938357B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/06Message adaptation to terminal or network requirements

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Digital Computer Display Output (AREA)

Abstract

The application relates to an open source group collaboration message notification method, an open source group collaboration message notification device, computer equipment and a storage medium. The method comprises the following steps: defining a plurality of message types according to a message definition model, allowing a message sender to set the message types and the message contents while designating a reference target by carrying out templated extension on an @ tool, and prompting the message sender to input a plurality of parameters according to a preset parameter template through a platform interaction interface when the message sender sends a message to a designated message receiver through the @ tool, wherein the parameters comprise message type parameters for selecting the message types; analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; when the message receiver receives the structured data, the message can be filtered and displayed through the fields in the structured data.

Description

Open source group collaboration message notification method, device, computer equipment and medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method and apparatus for notifying open source group collaboration messages, a computer device, and a storage medium.
Background
In an online open source group collaboration platform represented by Gitlink, gitHub and the like, developers often interact around interested software problems, code submission and other elements, and a message notification mechanism of the platform plays a very important role in the interaction process of the developers, for example, a manager timely learns code examination requests of contributors and the like through message notification of the platform. However, for large-scale and active open-source project communities, developers can continuously receive massive and various message notifications, so that the developers (especially the project manager) face serious information overload problems, and cannot timely and effectively capture messages which are in urgent need of attention, and further the open-source collaboration efficiency is possibly reduced. The message notification and filtering conditions supported by the existing platform are too simple and limited, and the problem of poor adaptability exists.
Disclosure of Invention
Based on the foregoing, it is necessary to provide an open source group collaborative message notification method, apparatus, computer device and storage medium capable of implementing personalized filtering.
An open source community collaborative message notification method, the method comprising:
defining a plurality of message types according to a message definition model on an open source group collaborative development platform; wherein each message type corresponds to an interaction objective;
when a message sender sends a message to a designated message receiver through an @ tool, prompting the message sender to input a plurality of parameters according to a preset parameter template through a platform interaction interface; the plurality of parameters include a message type parameter for selecting a message type;
analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in a field form;
when the message receiver receives the structured data, the message is filtered and displayed through the field.
In one embodiment, the method further comprises: acquiring a general message definition model preset by the open source group collaborative development platform, and defining general message types of various platforms;
and acquiring a personalized message definition model of a project manager aiming at the current project configuration through a platform interaction interface, and defining message types of various project extensions.
In one embodiment, the method further comprises: when a message sender sends a message to a designated message receiver through a @ tool, prompting the message sender to input three parameters according to a preset parameter template through a platform interaction interface; the first parameter is a user name of a message receiver, the second parameter is a message type parameter used for selecting a message type, and the third parameter is message content.
In one embodiment, the method further comprises: the first parameter and the second parameter are automatically input by a message sender or are selected and determined from recommended values displayed under the space-occupying frame; the third parameter is entered by the message sender as free text or left blank.
In one embodiment, the method further comprises: the recommended value displayed under the first parameter placeholder is a developer who has directly interacted with the current message sender in the current thread and a developer who has posted comments in the current thread.
In one embodiment, the method further comprises: analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in a field form; the structured data is represented as:
the Sender, receiver, msg _type, msg_detail and mst_time are fields of the structured data, and Dq, dp, message type, message content and message sending time are parameter contents corresponding to the fields.
In one embodiment, the method further comprises: when the message receiver receives the structured data, the open source group collaborative development platform displays the message to the message receiver in the form of a message notification panel and a mail;
acquiring filtering condition information set by a message receiver according to the field;
and filtering and displaying the message according to the filtering condition information so that a message receiver obtains the information filtered according to the message type, the message content or the message sending time.
An open source community collaborative message notification apparatus, the apparatus comprising:
the message type definition module is used for defining a plurality of message types according to the message definition model in the open source group collaborative development platform; wherein each message type corresponds to an interaction objective;
the message sending module is used for prompting the message sender to input a plurality of parameters according to a preset parameter template through the platform interaction interface when the message sender sends a message to the appointed message receiver through the @ tool; the plurality of parameters include a message type parameter for selecting a message type;
the message packaging module is used for analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in a field form;
and the message filtering module is used for filtering and displaying the message through the field when the message receiver receives the structured data.
A computer device comprising a memory storing a computer program and a processor which when executing the computer program performs the steps of:
defining a plurality of message types according to a message definition model on an open source group collaborative development platform; wherein each message type corresponds to an interaction objective;
when a message sender sends a message to a designated message receiver through an @ tool, prompting the message sender to input a plurality of parameters according to a preset parameter template through a platform interaction interface; the plurality of parameters include a message type parameter for selecting a message type;
analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in a field form;
when the message receiver receives the structured data, the message is filtered and displayed through the field.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
defining a plurality of message types according to a message definition model on an open source group collaborative development platform; wherein each message type corresponds to an interaction objective;
when a message sender sends a message to a designated message receiver through an @ tool, prompting the message sender to input a plurality of parameters according to a preset parameter template through a platform interaction interface; the plurality of parameters include a message type parameter for selecting a message type;
analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in a field form;
when the message receiver receives the structured data, the message is filtered and displayed through the field.
The open source group collaboration message notification method, the open source group collaboration message notification device, the computer equipment and the storage medium define a plurality of message types according to a message definition model in an open source group collaboration development platform, allow a message sender to set the message types and the message contents while designating a reference target by carrying out templated extension on an @ tool, and prompt the message sender to input a plurality of parameters according to a preset parameter template through a platform interaction interface when the message sender sends a message to a designated message receiver through the @ tool, wherein the parameters comprise message type parameters for selecting the message types; analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; when the message receiver receives the structured data, the message can be filtered and displayed through the fields in the structured data. The invention reflects the difference between the messages through the extensible message type definition, improves the efficiency of message generation through the templated message input and guidance, is beneficial to the cross-platform transmission and analysis of the messages through the structured message packing and sending, and fully utilizes the characteristics of different platforms to efficiently display the information through the adaptable message filtering and displaying.
Drawings
FIG. 1 is a flow diagram of an open source community collaborative message notification method in one embodiment;
FIG. 2 is a flow chart of an open source community collaborative message notification method in another embodiment;
FIG. 3 is a block diagram of an open source community collaborative messaging notification appliance in one embodiment;
fig. 4 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
The open source group collaborative message notification method provided by the application can be applied to the following application environments. The message receiver and the message sender are developers (including project manager) under the open source group collaborative development platform, the message sender sends the message to the appointed message receiver through the @ tool, and the message receiver filters and displays the message according to requirements after receiving the message.
In one embodiment, as shown in fig. 1, there is provided an open source group collaboration message notification method, including the steps of:
step 102, defining a plurality of message types according to a message definition model on an open source community collaborative development platform.
Wherein each message type corresponds to an interaction objective. For example: message types include "request code review", "request scheme acknowledge", "request code revision", and the like.
The invention aims to enrich the message filtering function by constructing a new message generation mechanism, thereby meeting the requirement of a developer on the selection and setting of message filtering individuation. The message types are a key means proposed by the application, each message type actually represents the purpose of interactive communication among developers, the message classification is carried out through extensible message type definition, the classification standard is clear, the difference among the messages is favorably embodied, and the method is easy to realize and has better practicability.
The method provides an extensible interface for message type definition, which can cover common message types in the interaction process of developers, and simultaneously, a platform also supports a project to only act on new message types in the project through configuration definition so as to cover or extend a default message model. Through the combination of the general purpose and the customization, the method is convenient for a developer to save design time and can meet special requirements of the developer on message definition.
Step 104, when the message sender sends the message to the appointed message receiver through the @ tool, prompting the message sender to input a plurality of parameters through the platform interaction interface according to the preset parameter template.
Included among the plurality of parameters are message type parameters for selecting a message type.
The platform allows a developer to set contents such as mention purposes and message contents while designating mention targets by carrying out templatization expansion on an "@ (introduction) tool, specifically, a parameter template is designed in advance, when one developer is used as a message sender to reply to another developer used as a message receiver through comments, an" @ "symbol is firstly typed in an input box, and the platform automatically prompts that a plurality of parameters need to be input according to the parameter template. Through the templated message input and guidance, the efficiency of message generation can be improved.
And 106, analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data.
The structured data stores the parameter content in the form of fields. The structured data structure is clear, the required parameter content is easy to search through the field, and the expansion is convenient. And by structured message packaging and sending, the cross-platform transmission and analysis of the message are facilitated.
And step 108, when the message receiver receives the structured data, the message is filtered and displayed through the field.
The field of the structured data is used for setting the filtering condition, and the message is filtered and displayed according to the filtering condition, so that the filtering based on the message type, the filtering of the message time, the filtering of the message content and the like can be realized, the information can be displayed efficiently, and the requirement of a message receiver can be met to the maximum extent.
In the open source group collaborative message notification method, in an open source group collaborative development platform, defining a plurality of message types according to a message definition model, allowing a message sender to set a message type and a message content while designating a reference target by carrying out templated extension on an @ tool, and prompting the message sender to input a plurality of parameters according to a preset parameter template through a platform interaction interface when the message sender sends a message to a designated message receiver through the @ tool, wherein the parameters comprise message type parameters for selecting the message type; analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; when the message receiver receives the structured data, the message can be filtered and displayed through the fields in the structured data. The invention reflects the difference between the messages through the extensible message type definition, improves the efficiency of message generation through the templated message input and guidance, is beneficial to the cross-platform transmission and analysis of the messages through the structured message packing and sending, and fully utilizes the characteristics of different platforms to efficiently display the information through the adaptable message filtering and displaying.
In one embodiment, the method further comprises: acquiring a general message definition model preset by an open source group collaborative development platform, and defining general message types of various platforms; and acquiring a personalized message definition model of a project manager aiming at the current project configuration through a platform interaction interface, and defining message types of various project extensions.
The personalized message definition model is a message definition model customized by a project manager according to the actual requirements of the current project, and has good expansibility and adaptability.
In one embodiment, the method further comprises: when a message sender sends a message to a designated message receiver through a @ tool, prompting the message sender to input three parameters according to a preset parameter template through a platform interaction interface; the first parameter is a user name of a message receiver, the second parameter is a message type parameter used for selecting a message type, and the third parameter is message content.
In one embodiment, the method further comprises: the first parameter and the second parameter are input by the message sender or are selected and determined from recommended values displayed under the space-occupying frame; the third parameter is free text entered or left blank by the sender of the message.
In one embodiment, the method further comprises: the recommended value displayed under the first parameter placeholder is a developer who has directly interacted with the current message sender in the current thread and a developer who has posted comments in the current thread.
In one embodiment, the method further comprises: analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in the form of fields; the structured data is represented as:
the Sender, receiver, msg _type, msg_detail and mst_time are fields of the structured data, and Dq, dp, message type, message content and message sending time are parameter contents corresponding to the fields.
In one embodiment, the method further comprises: when the message receiver receives the structured data, the open source group collaborative development platform displays the message to the message receiver in the form of a message notification panel and a mail; acquiring filtering condition information set by a message receiver according to the field; and filtering and displaying the message according to the filtering condition information so that the message receiver obtains the information filtered according to the message type, the message content or the message sending time.
In a specific embodiment, as shown in fig. 2, there is provided an open source group collaboration message notification method, including:
s1: extensible message type definition
The platform provides a message definition model for typical interaction scenes in open source group collaborative development, and covers common message types in the interaction process of developers. At the same time, the platform should also support the project to only act on new message types within the project by configuration definition to override or extend the default message model.
S2, templated message input and guidance
The platform allows a developer to set a mention destination and message content while designating a mention target by templated extension of an "@ (introduction, mention) tool, which specifically includes:
s2.1, when a developer Dq replies to another developer Dp through comments, firstly typing a "@" symbol in an input box;
s2.2, the platform automatically prompts that three parameters need to be input, wherein the first parameter is the user name of the submitted person, the second parameter is the reference purpose, and the third parameter is the message content;
s2.3, for the first two parameters, the platform prompts the optional numerical value below each parameter space frame, after a developer clicks a certain numerical value, the numerical value can be automatically given to the corresponding parameter, and the developer can input the numerical value without selecting the recommended value. For the first parameter, the platform would recommend two classes of people: there are developers who have interacted directly with the current developer in the current discussion thread, and developers who have posted comments in the current discussion thread. For the second parameter, the platform displays each message type one by one according to the message model defined by the project;
s2.4 for the third parameter, the developer may enter free text or leave blank.
S3, structured message packing and sending
S3.1, analyzing and identifying the mention targets, the mention purposes and the message content according to the parameter template by the platform, and packaging the message to form the following structured data:
and S3.2, the platform sends the data to the designated message Receiver according to a Receiver field in the data.
S4, adaptive message filtering and displaying
S4.1, the platform sends the message to a message receiver (developer Dp) through two ways, including a message notification panel of the platform and a mail;
s4.2 in the message notification panel of developer Dp, the messages are ordered by time of occurrence by default. In addition, dp may filter messages based on the reference destination of the message, etc. fields.
S4.3 for mail messages, the header consists of a project name and a reference destination, and the mail content is the specific message content.
It should be understood that, although the steps in the flowcharts of fig. 1-2 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 1-2 may include multiple sub-steps or phases that are not necessarily performed at the same time, but may be performed at different times, nor does the order in which the sub-steps or phases are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of the sub-steps or phases of other steps or other steps.
In one embodiment, as shown in fig. 3, there is provided an open source group collaboration message notification apparatus, including: a message type definition module 302, a message sending module 304, a message packaging module 306, and a message filtering module 308, wherein:
a message type definition module 302, configured to define a plurality of message types according to a message definition model on an open source community collaborative development platform; wherein each message type corresponds to an interaction objective;
the message sending module 304 is configured to prompt, through the platform interaction interface, the message sender to input a plurality of parameters according to a preset parameter template when the message sender sends a message to a specified message receiver through the @ tool; the plurality of parameters includes a message type parameter for selecting a message type;
the message packaging module 306 is configured to parse and identify a message sent by a message sender according to the parameter template, extract the parameter content, and send the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in the form of fields;
the message filtering module 308 is configured to filter and display the message through the field when the message receiving party receives the structured data.
The message sending module 304 is further configured to prompt, through the platform interaction interface, the message sender to input three parameters according to a preset parameter template when the message sender sends a message to a specified message receiver through the @ tool; the first parameter is a user name of a message receiver, the second parameter is a message type parameter used for selecting a message type, and the third parameter is message content.
The message packaging module 306 is further configured to parse and identify a message sent by the message sender according to the parameter template, extract the parameter content, and send the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in the form of fields; the structured data is represented as:
the Sender, receiver, msg _type, msg_detail and mst_time are fields of the structured data, and Dq, dp, message type, message content and message sending time are parameter contents corresponding to the fields.
The message filtering module 308 is further configured to, when the message receiver receives the structured data, display the message to the message receiver in the form of a message notification panel and a mail by using the open source community collaborative development platform; acquiring filtering condition information set by a message receiver according to the field; and filtering and displaying the message according to the filtering condition information so that the message receiver obtains the information filtered according to the message type, the message content or the message sending time.
The specific limitation of the open source group cooperative message notification device can be referred to the limitation of the open source group cooperative message notification method hereinabove, and will not be described herein. The above-described individual modules in the open source community collaborative message notification apparatus may be implemented in whole or in part by software, hardware, and combinations thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a terminal, and the internal structure of which may be as shown in fig. 4. The computer device includes a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program when executed by a processor implements an open source community collaborative messaging method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the structures shown in FIG. 4 are block diagrams only and do not constitute a limitation of the computer device on which the present aspects apply, and that a particular computer device may include more or less components than those shown, or may combine some of the components, or have a different arrangement of components.
In an embodiment a computer device is provided comprising a memory storing a computer program and a processor implementing the steps of the method embodiments described above when the computer program is executed.
In one embodiment, a computer readable storage medium is provided, on which a computer program is stored which, when executed by a processor, implements the steps of the method embodiments described above.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples merely represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the invention. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application is to be determined by the claims appended hereto.

Claims (9)

1. An open source community collaborative message notification method, the method comprising:
defining a plurality of message types according to a message definition model on an open source group collaborative development platform, wherein the method comprises the following steps of: the general message definition model preset by the open source group collaborative development platform is obtained, the general message types of various platforms are defined, the personalized message definition model of a project manager aiming at the current project configuration is obtained through a platform interaction interface, and the message types of various project extensions are defined; wherein each message type corresponds to an interaction objective;
when a message sender sends a message to a designated message receiver through an @ tool, prompting the message sender to input a plurality of parameters according to a preset parameter template through a platform interaction interface; the plurality of parameters include a message type parameter for selecting a message type;
analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in a field form;
when the message receiver receives the structured data, the message is filtered and displayed through the field.
2. The method of claim 1, wherein when the message sender sends a message to the designated message receiver through the @ tool, prompting the message sender to input a plurality of parameters according to a preset parameter template through a platform interaction interface; the plurality of parameters include a message type parameter for selecting a message type, including:
when a message sender sends a message to a designated message receiver through a @ tool, prompting the message sender to input three parameters according to a preset parameter template through a platform interaction interface; the first parameter is a user name of a message receiver, the second parameter is a message type parameter used for selecting a message type, and the third parameter is message content.
3. The method of claim 2, wherein the first parameter and the second parameter are entered by the sender of the message by themselves or are selected from recommended values displayed under the placeholder; the third parameter is entered by the message sender as free text or left blank.
4. The method of claim 3, wherein the recommended values displayed under the first parameter placeholder are developers who have interacted directly with the current message sender in the current thread, and developers who have commented on in the current thread.
5. The method of claim 4, wherein the message sent by the message sender is parsed and identified according to the parameter template, and the message is sent to the designated message receiver in the form of structured data after extracting the parameter content; the structured data stores the parameter content in the form of fields, including:
analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in a field form; the structured data is represented as:
{
Sender: Dq,
Receiver: Dp,
msg type-message type,
msg _ detail message content,
mst_time message transmission time
}
The Sender, receiver, msg _type, msg_detail and mst_time are fields of the structured data, and Dq, dp, message type, message content and message sending time are parameter contents corresponding to the fields.
6. The method of claim 5, wherein when the structured data is received by the message recipient, filtering the message through the fields for presentation, comprising:
when the message receiver receives the structured data, the open source group collaborative development platform displays the message to the message receiver in the form of a message notification panel and a mail;
acquiring filtering condition information set by a message receiver according to the field;
and filtering and displaying the message according to the filtering condition information so that a message receiver obtains the information filtered according to the message type, the message content or the message sending time.
7. An open source community collaboration message notification apparatus, the apparatus comprising:
the message type definition module is used for defining a plurality of message types according to the message definition model in the open source group collaborative development platform, and comprises the following steps: the general message definition model preset by the open source group collaborative development platform is obtained, the general message types of various platforms are defined, the personalized message definition model of a project manager aiming at the current project configuration is obtained through a platform interaction interface, and the message types of various project extensions are defined; wherein each message type corresponds to an interaction objective;
the message sending module is used for prompting the message sender to input a plurality of parameters according to a preset parameter template through the platform interaction interface when the message sender sends a message to the appointed message receiver through the @ tool; the plurality of parameters include a message type parameter for selecting a message type;
the message packaging module is used for analyzing and identifying the message sent by the message sender according to the parameter template, extracting the parameter content, and then sending the message to a designated message receiver in the form of structured data; the structured data stores the parameter content in a field form;
and the message filtering module is used for filtering and displaying the message through the field when the message receiver receives the structured data.
8. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 6 when the computer program is executed.
9. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 6.
CN202210636334.2A 2022-06-07 2022-06-07 Open source group collaboration message notification method, device, computer equipment and medium Active CN114938357B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210636334.2A CN114938357B (en) 2022-06-07 2022-06-07 Open source group collaboration message notification method, device, computer equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210636334.2A CN114938357B (en) 2022-06-07 2022-06-07 Open source group collaboration message notification method, device, computer equipment and medium

Publications (2)

Publication Number Publication Date
CN114938357A CN114938357A (en) 2022-08-23
CN114938357B true CN114938357B (en) 2024-03-12

Family

ID=82867525

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210636334.2A Active CN114938357B (en) 2022-06-07 2022-06-07 Open source group collaboration message notification method, device, computer equipment and medium

Country Status (1)

Country Link
CN (1) CN114938357B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105635464A (en) * 2015-12-30 2016-06-01 厦门欣欣信息有限公司 Message processing method and apparatus
CN108205408A (en) * 2016-12-20 2018-06-26 腾讯科技(深圳)有限公司 Message display method and device
CN111027298A (en) * 2019-05-31 2020-04-17 珠海随变科技有限公司 Message sending method, system, computer device and storage medium
CN111385294A (en) * 2020-03-04 2020-07-07 腾讯科技(深圳)有限公司 Data processing method, system, computer device and storage medium
CN111740895A (en) * 2020-06-16 2020-10-02 东软睿驰汽车技术(沈阳)有限公司 Message notification method and device
CN113434311A (en) * 2021-06-28 2021-09-24 平安科技(深圳)有限公司 Service data interaction method, device, equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8234391B2 (en) * 2006-09-20 2012-07-31 Reuters America, Llc. Messaging model and architecture
US11025575B2 (en) * 2018-06-12 2021-06-01 Oracle Financial Services Software Limited Message recognition system and method configurable to define new message formats

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105635464A (en) * 2015-12-30 2016-06-01 厦门欣欣信息有限公司 Message processing method and apparatus
CN108205408A (en) * 2016-12-20 2018-06-26 腾讯科技(深圳)有限公司 Message display method and device
CN111027298A (en) * 2019-05-31 2020-04-17 珠海随变科技有限公司 Message sending method, system, computer device and storage medium
CN111385294A (en) * 2020-03-04 2020-07-07 腾讯科技(深圳)有限公司 Data processing method, system, computer device and storage medium
CN111740895A (en) * 2020-06-16 2020-10-02 东软睿驰汽车技术(沈阳)有限公司 Message notification method and device
CN113434311A (en) * 2021-06-28 2021-09-24 平安科技(深圳)有限公司 Service data interaction method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN114938357A (en) 2022-08-23

Similar Documents

Publication Publication Date Title
US10671263B2 (en) Annotating collaborative content to facilitate mining key content as a runbook
CN102567299B (en) Interacted with electrical form using text message
US20130159408A1 (en) Action-oriented user experience based on prediction of user response actions to received data
US20160307284A1 (en) Methods and systems relating to contextual information aggregation and dissemination
CN106487657A (en) Applicative notifications and the method for the unified display of short message
US20230393869A1 (en) Methods and systems for content generation via templates with rules and/or triggers
CN113254815B (en) Document processing method and device and page processing method and device
CN113923175B (en) Communication session management method and device
CN102790725A (en) Method and device for synchronizing news
CN113569541A (en) Message generation method, device, equipment and medium
WO2016179683A1 (en) Methods and systems relating to context-specific writing frameworks
US9667678B2 (en) Providing social context to calendar events
CN108062713B (en) Annuity data file obtaining method and device, computer equipment and storage medium
CN114938357B (en) Open source group collaboration message notification method, device, computer equipment and medium
CN115712422A (en) Form page generation method and device, computer equipment and storage medium
US20160117644A1 (en) System and method for business process automation for financial advisors
CN111684442A (en) System, method and software for implementing note taking services
CN115237425A (en) Code viewing method and device, computer equipment and storage medium
CN114090066A (en) User interface card view generation method and device, computer equipment and medium
CN112995259B (en) Business information pushing method, device, system, equipment and storage medium
CN112100187A (en) Student learning data storage method and device based on VueJS
CN109344372B (en) Big data-based document generation method and system
CN107704491B (en) Message processing method and device
US20140108903A1 (en) Methods and systems for corporate performance management
US11734284B2 (en) Method for loading data and electronic apparatus therefor

Legal Events

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