WO2024093563A1 - 信息处理方法、装置、电子设备和存储介质 - Google Patents
信息处理方法、装置、电子设备和存储介质 Download PDFInfo
- Publication number
- WO2024093563A1 WO2024093563A1 PCT/CN2023/120324 CN2023120324W WO2024093563A1 WO 2024093563 A1 WO2024093563 A1 WO 2024093563A1 CN 2023120324 W CN2023120324 W CN 2023120324W WO 2024093563 A1 WO2024093563 A1 WO 2024093563A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- task
- information
- online database
- preset
- user
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/21—Design, administration or maintenance of databases
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/26—Visual data mining; Browsing structured data
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
- G06F40/177—Editing, e.g. inserting or deleting of tables; using ruled lines
- G06F40/18—Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/258—Heading extraction; Automatic titling; Numbering
Definitions
- the present disclosure relates to the field of computer technology, and in particular to an information processing method, device, electronic device and storage medium.
- an information processing method comprising:
- the online database form including at least one preset task field
- task information is created in the task application based on the task data input by the user.
- an information processing device including:
- a display unit configured to display an online database form, wherein the online database form includes at least one preset task field;
- a receiving unit configured to receive task data corresponding to the task field input by a user in the online database table
- the creating unit is used to create task information in the task application based on the task data input by the user in response to a first preset operation of the user in the online database table.
- an electronic device comprising: at least one memory and at least one processor; wherein the memory is used to store program code, and the processor is used to call the program code stored in the memory so that the electronic device executes the information processing method provided according to one or more embodiments of the present disclosure.
- a non-transitory computer storage medium stores a program code, and when the program code is executed by a computer device, the The computer device executes the information processing method provided according to one or more embodiments of the present disclosure.
- an embodiment of the present disclosure provides a computer program product, which, when executed by a processor, implements the information processing method described in any of the above embodiments.
- FIG1 is a flow chart of an information processing method provided by an embodiment of the present disclosure.
- FIGS. 2-5 are schematic diagrams of online database tables provided in an embodiment of the present disclosure.
- FIG6 is a schematic diagram of an interface of an instant messaging client provided by an embodiment of the present disclosure.
- FIG7 is a schematic diagram of the structure of an information processing device provided according to an embodiment of the present disclosure.
- FIG8 is a schematic diagram of the structure of an electronic device provided according to an embodiment of the present disclosure.
- the term “including” and its variations are open inclusions, i.e., “including but not limited to”.
- the term “based on” means “based at least in part on”.
- the term “one embodiment” means “at least one embodiment”; the term “another embodiment” means “at least one other embodiment”; the term “some embodiments” means “at least some embodiments”.
- the term “responsive to” and related terms refer to a signal or event being affected to a certain extent by another signal or event, but not necessarily completely or directly. If event x occurs “responsive to" event y, x may be directly or indirectly responsive to y. For example, the occurrence of y may ultimately lead to the occurrence of x, but there may be other intermediate events and/or conditions. In other cases, y may not necessarily lead to the occurrence of x, and x may occur even if y has not yet occurred. In addition, the term “responsive to” may also mean “at least partially responsive to”.
- the term "determine” broadly covers a variety of actions, which may include obtaining, calculating, computing, processing, deriving, investigating, searching (e.g., searching in a table, database, or other data structure), ascertaining, and similar actions, and may also include receiving (e.g., receiving information), accessing (e.g., accessing data in a memory) and similar actions, as well as parsing, selecting, choosing, establishing, and similar actions, etc.
- receiving e.g., receiving information
- accessing e.g., accessing data in a memory
- parsing selecting, choosing, establishing, and similar actions, etc.
- phrase "A and/or B” means (A), (B), or (A and B).
- the task management solution provided by the related technology has the problem of low task processing efficiency.
- FIG. 1 shows a flowchart of an information processing method 100 provided in an embodiment of the present disclosure.
- the method 100 includes steps S120 to S160 .
- Step S120 displaying an online database form, wherein the online database form includes at least one preset task field.
- an online database table can be a table document that can be edited online by users, collaborated by multiple users, and saved in real time in the cloud. It can be displayed through a page such as Hyper Text Markup Language (HTML), and relies on the communication between the client and the server to synchronize the user's edited content.
- HTML Hyper Text Markup Language
- each column of data in a database table is configured with a data type, and only data corresponding to the data type can be entered in the cells of the column; each cell will be assigned a data type when it is created, and the data type corresponds to the field in the header row of each column of cell data.
- the executor of method 100 may be a client, such as an instant messaging (IM) client.
- the client integrates the function of an online database table. Based on the user's click operation, the client calls the browser kernel through the interface provided by the browser to load the page of the online database table. Based on the loaded page, the user can create and edit the online database table. Of course, the user can share the online database table through the client.
- a browser kernel is integrated in the client, and the page of the online database table is displayed in the client by calling the browser kernel.
- the client is an online database table client, and the page loading and display of the online database table is realized by running the online database table client.
- there is a small program corresponding to the online database table function and the client loads and displays the page of the online database table by downloading and running the source code of the online database table small program.
- the at least one preset task field includes one or more of the following: a field for indicating the task title, a field for indicating the task ID, a field for indicating the task content, a field for indicating the person associated with the task, a field for indicating the task time information, a field for indicating the task reminder method, a field for indicating the creation, cancellation or update of the task, a field for indicating the completion status of the task, and a field for indicating the synchronization status of the task.
- the associated persons of the task include but are not limited to the creator, executor, follower, supervisor, etc. of the task;
- the task time information includes but is not limited to the creation time of the task and the deadline of the task;
- the task reminder method includes but is not limited to the reminder time, reminder cycle, or reminder rule of the task;
- the task status includes but is not limited to the unfinished status of the task and the completed status of the task;
- the task synchronization status is used to reflect whether the task has been created successfully, or whether it has been synchronized to the task-associated persons, or whether it has been synchronized to the preset task server.
- Step S140 receiving the task number corresponding to the task field entered by the user in the online database table; according to.
- the online database table may be an online table
- the task field may be a field of the online table
- the user may fill in the corresponding data under the field.
- a plurality of task fields are sequentially arranged in the cells of the first row of the online database table, for example, including task fields “task ID”, “task title”, “task notes”, “task personnel”, “deadline”, “reminder time”, “create/cancel task”, “task status”, “synchronization status”, etc.
- the user may enter the corresponding data below each task field as the corresponding task data. For example, referring to FIG2 , the user is currently entering the task data “Project B” in the second row under the “task title” field as the title of the task to be created.
- the user can also add new task fields or delete existing task fields in the online database table.
- Step S160 In response to a first preset operation of the user in the online database table, creating task information in the task application based on the task data input by the user.
- the task application may be an application program for providing users with services such as creation, distribution, and management (e.g., updating, deleting, etc.) of task information, which may be integrated into a client or a server.
- the task application may be integrated into an instant messaging client, and users may create, distribute, and manage tasks in the instant messaging client.
- the first preset operation includes but is not limited to a somatosensory control operation, a gesture control operation, an eye movement operation, a touch operation, a voice control command, or an operation of an external control device.
- the first preset operation of the user in the online database form includes the user inputting preset first data under the first preset task field in the online database form.
- the user can input "create task” under the first preset task field "create/cancel task” to enable the task application to create a new task based on the task data input by the user.
- the preset field “Create/Cancel Task” may also provide one or more options (such as “Create Task”, “Delete Task”, “Update Task”) for the user to select, without the need for the user to manually input.
- the option “Create Task” is used to trigger the function of creating a new task based on the task data input by the user;
- the option “Delete Task” is used to trigger the function of deleting an existing task corresponding to the record (such as a row or column);
- the option “Create Task” is used to trigger the function of updating an existing task based on the current record.
- the client may send various task data input by the user to the server so that the server can create corresponding task information.
- the online database form includes at least one preset task field, receiving task data corresponding to the task field input by a user in the online database form, and in response to a first preset operation of the user in the online database form, creating task information in a task application based on the task data input by the user, thereby enabling the user to use the online database to complete the task.
- Tasks can be created through tables, and users can use online database tables to organize, summarize and subsequently manage the created tasks.
- the method 100 further includes:
- Step S171 determining task-associated personnel based on the task data
- Step S172 Sending the task information and/or reminder information of the task information to the task-related personnel.
- Task-related personnel may include but are not limited to task creators, task executors, task followers, task supervisors, etc.
- the task-associated person can be determined based on the user information (e.g., user name, user nickname, or user ID, etc.) filled in by the user under the task field "task personnel"; the created task information or its reminder information can be sent to the task-associated person in the form of instant messaging, SMS, email, system notification, etc.
- the task data of the task "Project B" under the "Task Personnel" field is "Wang Wu”
- the task-associated person includes the user "Wang Wu”
- the task information and/or task reminder information can be sent to the user "Wang Wu”.
- the display content of the reminder information includes one or more of the following: title information, task subject information, task personnel information, and task time information.
- the title information can be generated based on a preset format, for example, the title information can be "User XX has added you as an associated person for the task” or "You are listed as an associated person for the task”.
- the task-associated personnel by determining task-associated personnel based on the task data, and sending the task information and/or reminder information of the task information to the task-associated personnel, it is convenient for the task-associated personnel to know the created task in a timely manner after the task is created, thereby improving task notification and processing efficiency.
- the task information and/or reminder information of the task information may be sent to the task-associated person and/or the user via an instant messaging application associated with the online database table.
- the task information and/or reminder information of the task information can be sent in the form of instant communication messages through a message robot (bot) set in the instant communication application, so that the user can receive the task information and/or its reminder information in time through the instant communication messages automatically sent by the message robot.
- a message robot set in the instant communication application
- the method 100 further includes:
- Step S180 In response to a second preset operation of the recipient of the reminder information on the reminder information, displaying task detail information.
- the recipient can quickly understand the task details.
- step S190 includes:
- Step S181 in response to the first operation of the recipient on the reminder information, displaying a first page for presenting task information corresponding to the reminder information; and/or,
- Step S182 In response to the second operation of the recipient on the reminder information, display a second page, where the second page is used to present task information associated with the recipient.
- the second page may be a preset task collection page, which may include all task information in which the recipient participates, and the first page may be a page dedicated to displaying task information corresponding to the reminder information.
- the first and second operations include but are not limited to somatosensory control operations, gesture control operations, eye movement operations, Manual operation, touch operation, voice control command, or operation of external control devices.
- the reminder information may include a first control and a second control, wherein the first control is used to display a first page after being triggered by a user (for example, after being selected by a user), and the second control is used to display a second page after being triggered by a user (for example, after being selected by a user), but the present disclosure is not limited to this.
- the method 100 further includes:
- Step S183 In response to the recipient's editing operation on the task information in the first page and/or the second page, updating the task information.
- FIG6 shows that the reminder information of the task information is sent to the task-related personnel in the form of an instant messaging message.
- the conversation interface 50 of the instant messaging application displays an instant messaging message 51 as the reminder information of the task "Project B”, which displays the title information "User A adds you as a task executor", the task subject information "Project B”, the task personnel information "Wang Wu” and the task time information "2022/10/28".
- the instant messaging message 51 also displays a first control 511. After the first control 511 is triggered by the user, a first page 60 can be displayed on the right side of the conversation interface 50. The first page 60 displays the task ID "222" of the task "Project B", the task subject information "Project B", the task content information or remarks information "XXX”, the task personnel information “Wang Wu”, the task time information "2022/10/28” and the task comment or description information "User A created the task 17:30".
- the instant messaging message 51 also displays a second control 512. After the second control 512 is triggered by the user, a second page (not shown in FIG. 6) can be displayed.
- the recipient may modify all or part of the task information displayed on the first page to update the task information. For example, referring to FIG6 , the recipient may delete or add a task-associated person by triggering the first identifier 61, or may modify the time information of the task by triggering the second identifier 62, but the present disclosure is not limited thereto.
- the recipient's editing authority may be restricted. For example, only recipients with preset editing authority may be allowed to edit the task information in the first page and/or the second page to update the task information.
- the method 100 further includes:
- Step S191 receiving a modification of the target task data of the created task information in the online database table by the user; in response to a third preset operation of the user in the online database table, updating the task information corresponding to the target task data based on the modified target task data; and/or,
- Step S192 in response to the fourth preset operation of the user in the online database table, the task information targeted by the fourth task operation is placed in a deletion state.
- a user's modification of a first record in the online form can be received, and in response to the user's third preset operation on the first record, the task information corresponding to the first record is updated; and/or, in response to the user's fourth preset operation on the first record, the task corresponding to the first record is placed in a deleted state; wherein the first record can be any record in the online form.
- the third and fourth preset operations include but are not limited to somatosensory control operations, gesture control operations, eye movement operations, touch operations, voice control instructions, or operations of external control devices.
- the third preset operation of the user in the online database table includes: The user enters preset third data in the first preset task field in the online database form; or, the user's fourth preset operation in the online database form includes: the user enters preset fourth data in the first preset task field in the online database form.
- the user can enter the preset third data (e.g., “update task”) or fourth data (e.g., “delete task”) under the first preset task field “Create/Cancel Task” to update or delete the corresponding task.
- fourth data e.g., “delete task”
- one or more options can also be provided under the preset field “Create/Cancel Task” for the user to select without the need for manual input by the user.
- the option “create task” is used to trigger the function of creating a new task based on the task data entered by the user;
- the option “delete task” is used to trigger the function of deleting an existing task corresponding to the record (e.g., row or column);
- the option “create task” is used to trigger the function of updating an existing task based on the current record.
- the target task data can be any type of task data, or it can be a specific type of task data (such as task time, task personnel, etc.) that is allowed to be modified after the task is created. This disclosure does not limit this.
- preset content can also be displayed under the second preset task field based on the creation status, update status, deletion status or sending status of the task information, and the preset content is used to indicate whether the status update of the task information is successful.
- the content displayed under the second preset task field in the online database table is updated from the first information to the second information within the preset time.
- the first information may be “not synchronized” or “synchronizing”
- the second information may be "synchronization successful” or “synchronization failed”, but the present disclosure is not limited thereto.
- the second row record where "project B” is located may display “synchronizing” at the corresponding position under the task field "synchronization status”; referring to FIG5, when the task "project B” is successfully created or has been sent to the relevant personnel, the second row record where "project B” is located may change to "synchronization successful” at the corresponding position under the task field "synchronization status".
- the second row record where "project B” is located may display "synchronizing” at the corresponding position under the task field "synchronization status", and when the task information of the task "project B" is successfully updated or deleted, it will display "synchronization successful”.
- the online database table may be an online table
- the task field may be a field of the online table
- the record of the online table is used to generate the task information.
- one record eg, one row or one column
- one task may correspond to one task.
- the online table can be a multidimensional table, and the task information is managed through the multidimensional table.
- the rows or columns in the multidimensional table are used to store the task information.
- the multidimensional table can record different types of data, including multimedia files such as pictures and videos.
- the multidimensional table can use row storage or column storage to store the task information of a task in one row or column. For example, each row in FIG. 5 is used to store the task information of different tasks.
- users can create, aggregate, manage, and update multiple The online form can simultaneously meet the user's needs for task creation, distribution, management and task list visualization, thereby improving the user's task processing efficiency.
- an information processing device 700 is provided, as shown in FIG7 , including:
- a display unit 701 is used to display an online database table, wherein the online database table includes at least one preset task field;
- the receiving unit 702 is used to receive the task data corresponding to the task field input by the user in the online database table;
- the creating unit 703 is configured to create task information in the task application based on the task data input by the user in response to a first preset operation of the user in the online database table.
- the at least one preset task field includes one or more of the following: a field for indicating the task title, a field for indicating the task ID, a field for indicating the task content, a field for indicating the person associated with the task, a field for indicating the task time information, a field for indicating the task reminder method, a field for indicating the creation, cancellation or update of the task, a field for indicating the completion status of the task, and a field for indicating the synchronization status of the task.
- the information processing device further includes:
- a personnel determination unit configured to determine a task-associated person based on the task data
- An information sending unit is used to send the task information and/or reminder information of the task information to the task-related personnel.
- the information sending unit is used to send the task information and/or reminder information of the task information to the task-associated personnel through an instant messaging application associated with the online document online database table.
- the information sending unit is used to send the task information and/or reminder information of the task information in the form of an instant communication message through a message robot set in the instant communication application.
- the displayed content of the reminder information includes one or more of the following: title information, task subject information, task personnel information, and task time information.
- the information processing device further includes:
- the task details display unit is used to display task details information in response to a second preset operation performed by the recipient of the reminder information on the reminder information.
- the task details display unit is used to display a first page in response to the recipient's first operation on the reminder information, wherein the first page is used to present task information corresponding to the reminder information; and/or, to display a second page in response to the recipient's second operation on the reminder information, wherein the second page is used to present task information associated with the recipient.
- the information processing device further includes:
- the first updating unit is used to update the task information in response to the recipient's editing operation on the task information in the first page or the second page.
- the fields of the online database table include the task field, and the records of the online database table are used to generate task information.
- the information processing device further includes:
- An update and deletion unit is used to receive a user's modification of the target task data of the created task information in the online document online database table; in response to the user's third preset operation in the online document online database table, update the task information corresponding to the target task data based on the modified target task data; and/or, in response to the user's fourth preset operation in the online document online database table, put the task information targeted by the fourth task operation into a deletion state.
- the first preset operation of the user in the online document online database form includes: the user inputting preset first data in a first preset task field in the online document online database form.
- the user's third preset operation in the online document online database form includes: the user enters preset third data under the first preset task field in the online document online database form; or, the user's fourth preset operation in the online document online database form includes: the user enters preset fourth data under the first preset task field in the online document online database form.
- the information processing device further includes:
- a synchronization status unit is used to display preset content in a record corresponding to the task information under a second preset task field based on the creation status, update status, deletion status or sending status of the task information.
- the content displayed under the second preset task field in the online database table is updated from the first information to the second information within a preset time.
- the relevant parts refer to the partial description of the method embodiments.
- the device embodiments described above are merely schematic, wherein the modules described as separation modules may or may not be separate. Some or all of the modules may be selected according to actual needs to achieve the purpose of the scheme of this embodiment. Those of ordinary skill in the art can understand and implement it without paying creative labor.
- an electronic device including:
- the memory is used to store program codes
- the processor is used to call the program codes stored in the memory to enable the electronic device to execute the information processing method provided according to one or more embodiments of the present disclosure.
- a non-transitory computer storage medium which stores program code, and the program code can be executed by a computer device to enable the computer device to perform the information processing method provided according to one or more embodiments of the present disclosure.
- FIG8 shows a schematic diagram of the structure of an electronic device (e.g., a terminal device or a server) 800 suitable for implementing the embodiments of the present disclosure.
- the terminal device in the embodiments of the present disclosure may include, but is not limited to, mobile terminals such as mobile phones, laptop computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), vehicle-mounted terminals (e.g., vehicle-mounted navigation terminals), etc., and fixed terminals such as digital TVs, desktop computers, etc.
- the electronic device shown in FIG8 is only an example and should not bring any limitation to the functions and scope of use of the embodiments of the present disclosure.
- the electronic device 800 may include a processing device (eg, a central processing unit, a graphics processing unit, etc.) 801, which can perform various appropriate actions and processes according to the program stored in the read-only memory (ROM) 802 or the program loaded from the storage device 808 to the random access memory (RAM) 803.
- a processing device eg, a central processing unit, a graphics processing unit, etc.
- RAM random access memory
- various programs and data required for the operation of the electronic device 800 are also stored.
- the processing device 801, the ROM 802, and the RAM 803 are connected to each other through a bus 804.
- An input/output (I/O) interface 805 is also connected to the bus 804.
- the following devices may be connected to the I/O interface 805: input devices 806 including, for example, a touch screen, a touchpad, a keyboard, a mouse, a camera, a microphone, an accelerometer, a gyroscope, etc.; output devices 807 including, for example, a liquid crystal display (LCD), a speaker, a vibrator, etc.; storage devices 808 including, for example, a magnetic tape, a hard disk, etc.; and communication devices 809.
- the communication device 809 may allow the electronic device 800 to communicate wirelessly or wired with other devices to exchange data.
- FIG. 8 shows an electronic device 800 with various devices, it should be understood that it is not required to implement or have all the devices shown. More or fewer devices may be implemented or have alternatively.
- an embodiment of the present disclosure includes a computer program product, which includes a computer program carried on a computer-readable medium, and the computer program contains program code for executing the method shown in the flowchart.
- the computer program can be downloaded and installed from the network through the communication device 809, or installed from the storage device 808, or installed from the ROM 802.
- the processing device 801 the above-mentioned functions defined in the method of the embodiment of the present disclosure are executed.
- the computer-readable medium disclosed above may be a computer-readable signal medium or a computer-readable storage medium or any combination of the above two.
- the computer-readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device or device, or any combination of the above.
- Computer-readable storage media may include, but are not limited to: an electrical connection with one or more wires, a portable computer disk, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disk read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the above.
- a computer-readable storage medium may be any tangible medium containing or storing a program that may be used by or in combination with an instruction execution system, device or device.
- a computer-readable signal medium may include a data signal propagated in a baseband or as part of a carrier wave, in which a computer-readable program code is carried.
- This propagated data signal may take a variety of forms, including but not limited to an electromagnetic signal, an optical signal, or any suitable combination of the above.
- the computer readable signal medium may also be any computer readable medium other than a computer readable storage medium, which may send, propagate or transmit a program for use by or in conjunction with an instruction execution system, apparatus or device.
- the program code contained on the computer readable medium may be transmitted using any suitable medium, including but not limited to: wires, optical cables, RF (radio frequency), etc., or any suitable combination of the above.
- the client and server may communicate using any currently known or future developed network protocol such as HTTP (HyperText Transfer Protocol), and may be interconnected with any form or medium of digital data communication (e.g., a communication network).
- HTTP HyperText Transfer Protocol
- Examples of communication networks include a local area network ("LAN”), a wide area network ("WAN”), an internet (e.g., the Internet), and a peer-to-peer network. (e.g., ad hoc peer-to-peer networks), and any other currently known or later developed networks.
- the computer-readable medium may be included in the electronic device, or may exist independently without being installed in the electronic device.
- the computer-readable medium carries one or more programs.
- the electronic device executes the method of the present disclosure.
- Computer program code for performing the operations of the present disclosure may be written in one or more programming languages, or a combination thereof, including object-oriented programming languages, such as Java, Smalltalk, C++, and conventional procedural programming languages, such as "C" or similar programming languages.
- the program code may be executed entirely on the user's computer, partially on the user's computer, as a separate software package, partially on the user's computer and partially on a remote computer, or entirely on a remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computer (e.g., through the Internet using an Internet service provider).
- LAN local area network
- WAN wide area network
- Internet service provider e.g., AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
- each square box in the flow chart or block diagram can represent a module, a program segment or a part of a code, and the module, the program segment or a part of the code contains one or more executable instructions for realizing the specified logical function.
- the functions marked in the square box can also occur in a sequence different from that marked in the accompanying drawings. For example, two square boxes represented in succession can actually be executed substantially in parallel, and they can sometimes be executed in the opposite order, depending on the functions involved.
- each square box in the block diagram and/or flow chart, and the combination of the square boxes in the block diagram and/or flow chart can be implemented with a dedicated hardware-based system that performs a specified function or operation, or can be implemented with a combination of dedicated hardware and computer instructions.
- the units involved in the embodiments described in the present disclosure may be implemented by software or hardware, wherein the name of a unit does not, in some cases, constitute a limitation on the unit itself.
- exemplary types of hardware logic components include: field programmable gate arrays (FPGAs), application specific integrated circuits (ASICs), application specific standard products (ASSPs), systems on chip (SOCs), complex programmable logic devices (CPLDs), and the like.
- FPGAs field programmable gate arrays
- ASICs application specific integrated circuits
- ASSPs application specific standard products
- SOCs systems on chip
- CPLDs complex programmable logic devices
- a machine-readable medium may be a tangible medium that may contain or store a program for use by or in conjunction with an instruction execution system, device, or equipment.
- a machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
- a machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or equipment, or any suitable combination of the foregoing.
- a more specific example of a machine-readable storage medium may include an electrical connection based on one or more lines, a portable computer disk, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disk read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
- RAM random access memory
- ROM read-only memory
- EPROM or flash memory erasable programmable read-only memory
- CD-ROM portable compact disk read-only memory
- CD-ROM compact disk read-only memory
- magnetic storage device or any suitable combination of the foregoing.
- an information processing method comprising: displaying an online database form, the online database form comprising at least one preset task field; receiving task data corresponding to the task field input by a user in the online database form; and creating task information in a task application based on the task data input by the user in response to a first preset operation of the user in the online database form.
- the at least one preset task field includes one or more of the following: a field for indicating a task title, a field for indicating a task ID, a field for indicating task content, a field for indicating task-associated personnel, a field for indicating task time information, a field for indicating a task reminder method, a field for indicating creation, cancellation or update of a task, a field for indicating the completion status of a task, and a field for indicating the synchronization status of a task.
- a task-associated person is determined based on the task data; and the task information and/or reminder information of the task information is sent to the task-associated person.
- sending the task information and/or reminder information of the task information to the task-associated personnel includes: sending the task information and/or reminder information of the task information to the task-associated personnel via an instant messaging application associated with the online database table.
- the sending of the task information and/or reminder information of the task information to the task-associated personnel through the instant messaging application associated with the online database table includes: sending the task information and/or reminder information of the task information in the form of an instant messaging message through a messaging robot set in the instant messaging application.
- the display content of the reminder information includes one or more of the following: title information, task subject information, task personnel information, and task time information.
- task detail information is displayed.
- task details information is displayed, including: in response to the first operation of the recipient on the reminder information, a first page is displayed, the first page is used to present task information corresponding to the reminder information; and/or, in response to the second operation of the recipient on the reminder information, a second page is displayed, the second page is used to present task information associated with the recipient.
- the task information in response to the recipient's editing operation on the task information in the first page or the second page, the task information is updated.
- the field of the online database table includes the task field, and the record of the online database table is used to generate task information.
- a modification of target task data of created task information by a user in the online database table is received; in response to a third preset operation of the user in the online database table, the task information corresponding to the target task data is updated based on the modified target task data; and/or, in response to a fourth preset operation of the user in the online database table, the task information targeted by the fourth task operation is placed in a deleted state.
- the user's first preset operation in the online database table comprises: a user inputs preset first data in a first preset task field in the online database table.
- the third preset operation of the user in the online database form includes: the user enters preset third data under the first preset task field in the online database form; or, the fourth preset operation of the user in the online database form includes: the user enters preset fourth data under the first preset task field in the online database form.
- preset content is displayed in the record corresponding to the task information under the second preset task field.
- the content displayed in the second preset task field in the online database form is updated from the first information to the second information within a preset time.
- a computer program product is provided.
- the computer program product is executed by a processor, the information processing method as described above is implemented.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Software Systems (AREA)
- User Interface Of Digital Computer (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (19)
- 一种信息处理方法,包括:显示在线数据库表格,所述在线数据库表格包括至少一个预设的任务字段;接收用户在所述在线数据库表格中输入的与所述任务字段对应的任务数据;响应于用户在所述在线数据库表格中的第一预设操作,基于所述用户输入的任务数据在任务应用中创建任务信息。
- 根据权利要求1所述的方法,其中所述至少一个预设的任务字段包括如下中的一个或多个:用于指示任务标题的字段、用于指示任务ID的字段、用于指示任务内容的字段、用于指示任务关联人员的字段、用于指示任务时间信息的字段、用于指示任务提醒方式的字段、用于指示创建、取消或更新任务的字段、用于指示任务的完成状态的字段、用于指示任务的同步状态的字段。
- 根据权利要求1所述的方法,还包括:基于所述任务数据确定任务关联人员;向所述任务关联人员发送所述任务信息和所述任务信息的提醒信息中的至少一种。
- 根据权利要求3所述的方法,其中所述向所述任务关联人员发送所述任务信息和所述任务信息的提醒信息中的至少一种,包括:通过与所述在线数据库表格关联的即时通信应用向所述任务关联人员发送所述任务信息和所述任务信息的提醒信息中的至少一种。
- 根据权利要求4所述的方法,其中所述通过与所述在线数据库表格关联的即时通信应用向所述任务关联人员发送所述任务信息和所述任务信息的提醒信息中的至少一种,包括:通过设置于所述即使通信应用中的消息机器人,以即时通信消息的形式发送所述任务信息和所述任务信息的提醒信息中的至少一种。
- 根据权利要求3所述的方法,其中所述提醒信息的显示内容包括如下中的一个或多个:标题信息、任务主题信息、任务人员信息、任务时间信息。
- 根据权利要求3所述的方法,还包括:响应于所述提醒信息的接收者针对所述提醒信息的第二预设操作,显示任务详情信息。
- 根据权利要求7所述的方法,其中所述响应于所述提醒信息的接收者针对所述提醒信息的第二预设操作,显示任务详情信息,包括以下中的至少一种:响应于所述接收者针对所述提醒信息的第一操作,显示第一页面,所述第一页面用于呈现与所述提醒信息对应任务信息;和响应于所述接收者针对所述提醒信息的第二操作,显示第二页面,所述第二页面用于 呈现与所述接收者关联的任务信息。
- 根据权利要求8所述的方法,还包括:响应于所述接收者在所述第一页面或所述第二页面中对所述任务信息的编辑操作,更新所述任务信息。
- 根据权利要求1所述的方法,其中所述在线数据库表格的字段包括所述任务字段,所述在线数据库表格的记录用于生成任务信息。
- 根据权利要求1所述的方法,还包括以下中的至少一种:接收用户在所述在线数据库表格中对已创建任务信息的目标任务数据的修改;响应于用户在所述在线数据库表格中的第三预设操作,基于修改后的目标任务数据更新与所述目标任务数据对应的任务信息;和,响应于用户在所述在线数据库表格中的第四预设操作,使所述第四任务操作针对的任务信息处于删除状态。
- 根据权利要求1所述的方法,其中所述用户在所述在线数据库表格中的第一预设操作包括:用户在所述在线数据库表格中的第一预设任务字段下输入预设的第一数据。
- 根据权利要求11所述的方法,其中所述用户在所述在线数据库表格中的第三预设操作包括:用户在所述在线数据库表格中的第一预设任务字段下输入预设的第三数据;或者,所述用户在所述在线数据库表格中的第四预设操作包括:用户在所述在线数据库表格中的第一预设任务字段下输入预设的第四数据。
- 根据权利要求1所述的方法,还包括:基于所述任务信息的创建状态、更新状态、删除状态或发送状态,在第二预设任务字段下与所述任务信息对应的记录中显示预设的内容。
- 根据权利要求14所述的方法,其中若用户在所述在线数据库表格中的第一预设任务字段下输入预设数据后,所述在线数据库表格中的第二预设任务字段下显示的内容在预设时间内由第一信息更新为第二信息。
- 一种信息处理装置,包括:显示单元,用于显示在线数据库表格,所述在线数据库表格包括至少一个预设的任务字段;接收单元,用于接收用户在所述在线数据库表格中输入的与所述任务字段对应的任务数据;创建单元,用于响应于用户在所述在线数据库表格中的第一预设操作,基于所述用户输入的任务数据在任务应用中创建任务信息。
- 一种电子设备,包括:至少一个存储器和至少一个处理器;其中,所述存储器用于存储程序代码,所述处理器用于调用所述存储器所存储的程序代码以使所述电子设备执行权利要求1至15中任一项所述的方法。
- 一种非暂态计算机存储介质,其中所述非暂态计算机存储介质存储有程序代码,所述程序代码被计算机设备执行时,使得所述计算机设备执行权利要求1至15中任一项所述的方法。
- 一种计算机程序产品,所述计算机程序产品被处理器执行时实现如权利要求1-15中的任一项所述的信息处理方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2025524521A JP2025534837A (ja) | 2022-10-31 | 2023-09-21 | 情報処理方法、装置、電子機器及び記憶媒体 |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202211351887.XA CN115658656A (zh) | 2022-10-31 | 2022-10-31 | 信息处理方法、装置、电子设备和存储介质 |
| CN202211351887.X | 2022-10-31 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024093563A1 true WO2024093563A1 (zh) | 2024-05-10 |
Family
ID=84995671
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2023/120324 Ceased WO2024093563A1 (zh) | 2022-10-31 | 2023-09-21 | 信息处理方法、装置、电子设备和存储介质 |
Country Status (3)
| Country | Link |
|---|---|
| JP (1) | JP2025534837A (zh) |
| CN (1) | CN115658656A (zh) |
| WO (1) | WO2024093563A1 (zh) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118821741A (zh) * | 2024-06-19 | 2024-10-22 | 北京字跳网络技术有限公司 | 数据生成方法、装置、设备、介质及产品 |
| WO2026007940A1 (zh) * | 2024-07-01 | 2026-01-08 | 北京字跳网络技术有限公司 | 信息处理方法、装置、电子设备和存储介质 |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115658656A (zh) * | 2022-10-31 | 2023-01-31 | 北京字跳网络技术有限公司 | 信息处理方法、装置、电子设备和存储介质 |
| CN116228038A (zh) * | 2023-03-22 | 2023-06-06 | 北京字跳网络技术有限公司 | 信息处理方法、装置、电子设备和存储介质 |
| CN117312305A (zh) * | 2023-08-31 | 2023-12-29 | 北京字跳网络技术有限公司 | 处理数据表的方法、装置、设备和存储介质 |
| CN118657128B (zh) * | 2023-11-21 | 2025-06-27 | 北京字跳网络技术有限公司 | 表格创建方法、设备及存储介质 |
| CN119002981A (zh) * | 2023-11-22 | 2024-11-22 | 北京字跳网络技术有限公司 | 用于应用创建的方法、装置、设备和存储介质 |
| CN118627485A (zh) * | 2024-06-19 | 2024-09-10 | 北京字跳网络技术有限公司 | 表格内容生成方法、装置、设备、介质及产品 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102622406A (zh) * | 2011-01-24 | 2012-08-01 | 微软公司 | 电子表格中人的表示 |
| US20170169067A1 (en) * | 2015-12-15 | 2017-06-15 | Microsoft Technology Licensing, Llc | Reminder processing of structured data records among partitioned data storage spaces |
| CN113407261A (zh) * | 2021-07-20 | 2021-09-17 | 腾讯数码(深圳)有限公司 | 数据配置方法、装置和计算机设备 |
| CN114862098A (zh) * | 2022-03-22 | 2022-08-05 | 阿里巴巴(中国)有限公司 | 资源分配方法以及装置 |
| CN115185967A (zh) * | 2022-07-06 | 2022-10-14 | 北京字跳网络技术有限公司 | 数据处理方法、装置、电子设备和存储介质 |
| CN115658656A (zh) * | 2022-10-31 | 2023-01-31 | 北京字跳网络技术有限公司 | 信息处理方法、装置、电子设备和存储介质 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2012088982A (ja) * | 2010-10-21 | 2012-05-10 | Sharp Corp | プロジェクト管理装置、プロジェクト管理方法およびプロジェクト管理プログラム。 |
| JP6397627B2 (ja) * | 2014-01-14 | 2018-09-26 | 株式会社富士通マーケティング | 業務タスク管理装置、業務タスク管理方法および業務タスク管理プログラム |
| JP6558171B2 (ja) * | 2015-09-17 | 2019-08-14 | カシオ計算機株式会社 | 作業管理装置及びプログラム |
| JP2022100022A (ja) * | 2020-12-23 | 2022-07-05 | Nttテクノクロス株式会社 | 連携装置、連携方法及びプログラム |
| CN114827066B (zh) * | 2021-01-18 | 2024-02-20 | 北京字跳网络技术有限公司 | 信息处理方法、装置、电子设备和存储介质 |
-
2022
- 2022-10-31 CN CN202211351887.XA patent/CN115658656A/zh active Pending
-
2023
- 2023-09-21 JP JP2025524521A patent/JP2025534837A/ja active Pending
- 2023-09-21 WO PCT/CN2023/120324 patent/WO2024093563A1/zh not_active Ceased
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102622406A (zh) * | 2011-01-24 | 2012-08-01 | 微软公司 | 电子表格中人的表示 |
| US20170169067A1 (en) * | 2015-12-15 | 2017-06-15 | Microsoft Technology Licensing, Llc | Reminder processing of structured data records among partitioned data storage spaces |
| CN113407261A (zh) * | 2021-07-20 | 2021-09-17 | 腾讯数码(深圳)有限公司 | 数据配置方法、装置和计算机设备 |
| CN114862098A (zh) * | 2022-03-22 | 2022-08-05 | 阿里巴巴(中国)有限公司 | 资源分配方法以及装置 |
| CN115185967A (zh) * | 2022-07-06 | 2022-10-14 | 北京字跳网络技术有限公司 | 数据处理方法、装置、电子设备和存储介质 |
| CN115658656A (zh) * | 2022-10-31 | 2023-01-31 | 北京字跳网络技术有限公司 | 信息处理方法、装置、电子设备和存储介质 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118821741A (zh) * | 2024-06-19 | 2024-10-22 | 北京字跳网络技术有限公司 | 数据生成方法、装置、设备、介质及产品 |
| WO2026007940A1 (zh) * | 2024-07-01 | 2026-01-08 | 北京字跳网络技术有限公司 | 信息处理方法、装置、电子设备和存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN115658656A (zh) | 2023-01-31 |
| JP2025534837A (ja) | 2025-10-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2024093563A1 (zh) | 信息处理方法、装置、电子设备和存储介质 | |
| US12452092B2 (en) | Information processing method, apparatus, terminal and storage medium | |
| CN114048706B (zh) | 信息处理方法、装置、电子设备和存储介质 | |
| CN115334027B (zh) | 信息处理方法、装置、电子设备和存储介质 | |
| CN115510832B (zh) | 信息同步处理方法、系统、装置、电子设备和存储介质 | |
| CN116956846B (zh) | 信息处理方法、装置、电子设备和存储介质 | |
| WO2025044698A1 (zh) | 信息处理方法、装置、电子设备和计算机可读介质 | |
| CN114331331A (zh) | 信息处理方法、装置、电子设备和存储介质 | |
| JP2025513772A (ja) | 情報処理方法、装置、電子デバイス、及び記憶媒体 | |
| WO2024169747A1 (zh) | 表格数据处理方法、装置、电子设备和存储介质 | |
| WO2024179610A1 (zh) | 信息处理方法、装置、终端和存储介质 | |
| CN114697285A (zh) | 信息展示和信息发送方法、装置、设备、介质和产品 | |
| CN114764282B (zh) | 信息处理方法、装置、终端和存储介质 | |
| CN114827066B (zh) | 信息处理方法、装置、电子设备和存储介质 | |
| CN115174509B (zh) | 一种信息处理方法、装置、设备及介质 | |
| WO2024159934A1 (zh) | 评论处理方法、装置、电子设备和存储介质 | |
| CN116016420B (zh) | 一种任务清单分享方法、装置、设备及介质 | |
| WO2025252021A1 (zh) | 新建工作项的方法、装置和电子设备 | |
| WO2025093007A1 (zh) | 信息回复方法、装置、电子设备和存储介质 | |
| WO2025167645A1 (zh) | 应用于项目管理系统的信息处理方法、装置和电子设备 | |
| WO2025031234A1 (zh) | 信息处理方法、装置、电子设备和存储介质 | |
| WO2024240016A1 (zh) | 信息处理方法、装置、电子设备和存储介质 | |
| WO2024093576A1 (zh) | 信息处理方法、装置、电子设备和存储介质 | |
| WO2024078297A1 (zh) | 数据处理方法、装置、电子设备和存储介质 | |
| WO2024146340A1 (zh) | 信息处理方法、装置、电子设备和存储介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23884495 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2025524521 Country of ref document: JP Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2025524521 Country of ref document: JP |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 08/08/2025) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23884495 Country of ref document: EP Kind code of ref document: A1 |