WO2020024862A1 - Method and apparatus for daily task management, storage medium, and terminal - Google Patents

Method and apparatus for daily task management, storage medium, and terminal Download PDF

Info

Publication number
WO2020024862A1
WO2020024862A1 PCT/CN2019/097558 CN2019097558W WO2020024862A1 WO 2020024862 A1 WO2020024862 A1 WO 2020024862A1 CN 2019097558 W CN2019097558 W CN 2019097558W WO 2020024862 A1 WO2020024862 A1 WO 2020024862A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
current
deadline
pool
tasks
Prior art date
Application number
PCT/CN2019/097558
Other languages
French (fr)
Chinese (zh)
Inventor
彭飞
Original Assignee
奇酷互联网络科技(深圳)有限公司
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 奇酷互联网络科技(深圳)有限公司 filed Critical 奇酷互联网络科技(深圳)有限公司
Publication of WO2020024862A1 publication Critical patent/WO2020024862A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/109Time management, e.g. calendars, reminders, meetings or time accounting
    • G06Q10/1093Calendar-based scheduling for persons or groups
    • G06Q10/1097Task assignment

Definitions

  • the present invention relates to the field of software technology, and in particular, to a method, a device, a storage medium, and a terminal for daily task management.
  • the task arrangement order is usually based on the task creation time, that is, in a day, each task is sorted according to the time when it was created, that is, the earlier the task is created, the higher the order, for example , The user creates a regular meeting task at 9 am, a reply mail task at 9:30, and so on.
  • this task management method cannot intelligently sort tasks according to the urgency of each task, resulting in problems such as missing tasks and confusing task management. Therefore, there is an urgent need to solve the problems of missing tasks and confusing task management caused by current task management methods that cannot be sorted according to the urgency of various tasks.
  • the purpose of the present invention is to provide a method for daily task management, which aims to solve the problems of missing tasks and confusing task management caused by the existing task management methods that cannot be sorted according to the urgency of various tasks.
  • the technical solution adopted by the present invention is: the first aspect, a method for daily task management, the method includes:
  • the task emergency level is a ratio of an absolute value of a difference between a current starting time and a deadline of the task to a time required for the task, and the greater of the absolute value of the difference and the time required for the task
  • the task deadline is the time node at which the task should be completed
  • the current starting time is the start time node of each task.
  • the method further includes:
  • the first task continues to be executed, and the deadline of the task of the first task is extended until the current time node coincides with the extended deadline of the task.
  • the method further includes:
  • the task termination period is a time node at which the first task is terminated.
  • the method further includes:
  • the task restart period is the first time node to terminate the task and re-enable it.
  • the method further includes:
  • the current end time is the end time node of each task.
  • the method further includes:
  • the tasks in the current task pool are processed in the order of reordering.
  • the method further includes:
  • the task dependency level is the number of people who depend on others to complete the task.
  • the method, device, storage medium and terminal for daily task management of the present invention summarize the tasks that need to be sorted to form a current task pool, and each task in the current task pool is first terminated according to its corresponding task Sorting deadlines. Secondly, in tasks with the same deadline, they are sorted according to the task's emergency level. Finally, the sorting results are pushed. In this way, the tasks are sorted according to the urgency to be processed. , The user is always dealing with the task that is currently completed first, thereby avoiding the task being missed due to overdue, and the task management is more clear.
  • the present invention also provides a device for daily task management, the device includes:
  • a sorting module configured to obtain the task content of all tasks to form a current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task ;
  • a push module is used to push the sorted results.
  • the device further includes:
  • a first prompting module is configured to highlight the first task whenever the current time node coincides with the task deadline of the first task in the current task pool, and prompt whether to execute the next task.
  • the device further includes:
  • a second prompting module configured to obtain the task termination deadline of the first task, and when the current time node coincides with the corresponding task termination deadline of the first task, transfer the first task to the termination task pool, and Be the first to terminate the mission.
  • the device further includes:
  • a third prompting module is configured to obtain the task restart deadline of the first terminated task, and when the current time node coincides with the corresponding task restart deadline of the first task, prompt whether to transfer the first terminated task to the task.
  • the current task pool In the current task pool;
  • the device further includes:
  • a fourth prompt module is used to obtain the current end time and the task importance level of each task in the current task pool, which will be between the current start time and the current end time and has the highest task importance level. The task is highlighted and prompted to give priority to execution.
  • the device further includes:
  • a fifth prompt module is used to obtain the task emergency level and task deadline of each newly added task, reorder each newly added task and each task in the current task pool, and, according to each of the newly added tasks, The sequence is highlighted, and one by one is prompted whether to execute in priority.
  • the device further includes:
  • a sixth prompting module is configured to obtain a task dependency level of each task in the current task pool, and to rank and highlight each task in the ranking result in the current task pool according to the size of the task dependency level, and prompt one by one Whether to execute first.
  • the present invention also provides a storage medium on which a computer program is stored.
  • the computer program is executed by a processor, the steps of the foregoing method are implemented.
  • the present invention further provides a terminal, including a memory, a processor, and a computer program stored on the memory and executable on the processor.
  • a terminal including a memory, a processor, and a computer program stored on the memory and executable on the processor.
  • the processor executes the program, the method for implementing the method described above is implemented. step.
  • FIG. 1 is a flowchart of a method for daily task management provided by Embodiment 1 of the present invention
  • Embodiment 2 is a flowchart of a method for daily task management provided by Embodiment 2 of the present invention
  • Embodiment 3 is a specific flowchart of a method for daily task management provided by Embodiment 2 of the present invention.
  • Embodiment 4 is a flowchart of a method for daily task management provided by Embodiment 3 of the present invention.
  • Embodiment 4 of the present invention is a flowchart of a method for daily task management provided by Embodiment 4 of the present invention.
  • Embodiment 6 is a flowchart of a method for daily task management provided by Embodiment 5 of the present invention.
  • FIG. 7 is a schematic structural diagram of a daily task management device according to an embodiment of the present invention.
  • FIG. 8 is another schematic structural diagram of a daily task management device according to an embodiment of the present invention.
  • An embodiment of the present invention provides a method for daily task management that sorts daily tasks according to their urgency and ensures that daily tasks are performed in an orderly manner to avoid missing or expired tasks.
  • This daily task management method can help users plan daily trips and avoid task backlogs.
  • FIG. 1 is a flowchart of a method for daily task management provided in Embodiment 1 of the present invention. As shown in FIG. 1, the method in this embodiment includes the following steps:
  • Step S100 Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
  • the task urgency level is the ratio of the absolute value of the difference between the current starting time and the deadline of the task to the time required by the task, and the larger of the absolute value of the difference and the time required by the task is taken as the numerator, and the task deadline is the task The time node that should be completed.
  • the current starting time is the start time node of each task. For example, the current starting time is 8 am, the deadline for a task is 10 am, and the time required for the task is one and a half hours. Then, the task's emergency level is 1.333, and, The closer the ratio is to the value 1, the higher the task emergency level.
  • step S101 if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked by the level of the task emergency level corresponding to each task, and the ranking results are pushed.
  • the task deadline of each task is considered first to avoid task overdue, and the second is based on the task emergency level of each task when the task deadline is the same. Sort again, so that you can deal with tasks that are more urgent in time, and avoid confusion between the completion of each task.
  • the tasks to be sorted are summarized to form a current task pool.
  • Each task in the current task pool is first sorted according to its corresponding task deadline, and second, the task deadline is the same.
  • the tasks are sorted according to the task's urgency level, and finally, the sorting results are pushed. In this way, each task is sorted according to the urgency to be processed, that is, according to the sorting result, the user is always processing the currently completed task. , Thus avoiding missing tasks due to overdue and clearer task management.
  • FIG. 2 is a flowchart of a method for daily task management provided by Embodiment 2 of the present invention.
  • the difference from the above embodiment is that the second embodiment describes how to operate when there is a task overdue in daily task management.
  • the steps of the method include:
  • Step S200 Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
  • step S201 if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked according to the task emergency level of each task, and the ranking results are pushed;
  • Step S202 When the current time node coincides with the task deadline of the first task in the current task pool, highlight the first task and prompt whether to execute the next task;
  • the first task is the task with the highest ranking position in the current task pool.
  • the task deadline can be the actual deadline node at which the task should be completed, or the estimated deadline node at which the task should be completed.
  • the task deadline of the task is assumed by the user and can be completed at the time node, that is, such task deadline can be extended as needed. Therefore, with the gradual loss of task processing time, whenever the current time node coincides with the task deadline of the first task in the current task pool, that is, when the task reaches the deadline that should be completed, the user is prompted by a prominent way, for example, The title of this task is darkened to distinguish it from the titles of other tasks to achieve the prompt effect.
  • step S2021 if the task is executed, the task emergency levels corresponding to the remaining tasks in the current task pool are recalculated, and the task with the highest task emergency level is highlighted, and it is prompted whether to perform the task in priority;
  • the current starting time changes with the progress of the task process. Therefore, whenever a task is completed, the task level of the remaining tasks in the current task pool also changes accordingly. At this time, the task with the highest task emergency level is highlighted, for example, the task title is darkened in color, or it is distinguished with other colors to remind the user whether priority processing is required. In this way, if the user is given a judgment time, if the task with the highest task emergency level is given priority to be executed, then the processing is continued according to the sorting result pushed in step S201.
  • step S2022 if the execution of the next task is abandoned, the first task continues to be executed, and the deadline of the task of the first task is extended until the current time node coincides with the postponed task deadline.
  • the first task cannot be completed within the deadline of the first task, its task deadline is postponed, and its secondary task deadline can be set according to custom settings until the current time node coincides with the postponed task deadline That is, the first task was processed twice.
  • step S2021 there is no sequence between step S2021 and step S2022.
  • FIG. 3 is a specific flowchart of a method for daily task management provided in Embodiment 2 of the present invention. As shown in FIG. 3, a specific example is provided. After the above step 2022, the method further includes the following sub-steps:
  • Step S2023 Obtain the task termination deadline of the first task.
  • the current time node coincides with the corresponding task termination deadline of the first task, transfer the first task to the termination task pool and become the first termination task;
  • the task termination period is the time node at which the first task ends. Some tasks were found to be impossible to complete after extending their deadlines. In this way, the task was considered impossible. In order to avoid delays in the deadline of its tasks, and to disrupt the order of the remaining tasks. Then, when the current time node coincides with the postponed deadline of the postponed task, the task termination deadline of the first task is obtained, the first task has not been completed within the task termination deadline, and the first task is transferred from the current task pool to termination In the task pool, do termination processing. At the same time, the next task is performed according to the sorted results.
  • Step S2024 Obtain the task restart deadline of the first terminated task.
  • the current time node coincides with the corresponding task restart deadline of the first task, prompt whether to transfer the first terminated task to the current task pool;
  • the task restart period is the first time node to terminate the task and re-enable it. Sometimes, the task is put on hold or terminated in the middle of processing. If the time is not processed, the user will most likely forget the task. Therefore, in order to avoid the above situation.
  • a task is transferred to the terminated task pool, its task restart period starts. Preferably, it can be set to start the countdown of the task restart period as soon as the task is transferred to the terminated task pool.
  • the user is prompted whether to transfer the task from the terminated task pool. For example, the user can be prompted whether to transfer the task to the current task pool through a prompt sound combined with interface switching.
  • Step S2025 if the first terminated task is transferred to the current task pool, the corresponding task emergency level and task deadline are re-obtained;
  • step S2026 if the first termination task is abandoned and transferred to the current task pool, the first termination task is deleted.
  • the task deadline of the first task is set to 10 AM.
  • the time reaches 10 AM if the user chooses to continue to execute the first task, the task deadline is extended to 12 PM.
  • the first task is still not completed, then set its task termination period to 5 pm, if the first task is still not completed at 5 pm, the first task is transferred to the termination task pool.
  • the task restart period of the first task can be set to 8 am the next day, that is, at 8 am the next day, and the user is prompted again whether the task needs to be re-enabled. If it needs to be re-enabled, the task deadline and task urgency level of the task are obtained again, and they are sorted in the current task pool of the day.
  • FIG. 4 is a flowchart of a method for daily task management provided by Embodiment 3 of the present invention.
  • the difference from the first embodiment described above is that the third embodiment describes how to perform operations when tasks need to be prioritized in daily task management.
  • the steps of the method include:
  • Step S300 Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
  • step S301 if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked according to the emergency level of each task, and the ranking results are pushed;
  • Step S302 Obtain the current end time and the task importance level of each task in the current task pool, highlight the task with the highest task importance level between the current start time and the current end time, and prompt whether to execute it preferentially;
  • the current end time is the end time node of each task.
  • their task deadlines are after the task deadlines of other tasks, they may be overdue in accordance with the normal processing order. , Then you need to prioritize the task.
  • the current start time For example, set the current start time to 8 am and the current end time to 16 pm.
  • the task deadline of task A is 9 am, and the task requires The time is 0.75 hours, the deadline for the B task is 11 am, the time required for the task is 2 hours, the deadline for the task C is 16 pm, and the time required for the task is 3 hours.
  • the ranking results of the three tasks are A, B, and C.
  • the C task with the lowest task emergency level the user needs to prioritize for some reason, and the priority level of the task can be increased. In the interval of 16:00 pm, task C has the highest task importance level, and the user is prompted to indicate whether to give priority to processing.
  • FIG. 5 is a flowchart of a method for daily task management provided by Embodiment 4 of the present invention. The difference from the first embodiment is that the fourth embodiment describes how to operate the newly added task in the daily task management. As shown in FIG. 5, the steps of the method include:
  • Step S400 Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
  • step S401 if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked according to the emergency level of each task, and the ranking results are pushed;
  • Step S402 Obtain the task emergency level and task deadline of each newly added task, reorder each newly added task and each task in the current task pool, and highlight the new tasks according to the sequence of the newly added tasks, and one by one. Prompt whether to execute first;
  • new tasks must be processed immediately, and sometimes, they can be processed sequentially according to the sorted results. Therefore, when new tasks are added, the new tasks will be processed first. For example, the new task is replying to an email. It takes less than five minutes to reply to the email, but it must be processed immediately.
  • step S4021 if each newly added task is executed preferentially, the remaining tasks in the current task pool are reordered after each newly added task is completed;
  • step S4022 if the newly added tasks are abandoned for priority execution, each task in the current task pool is processed in the order of reordering.
  • FIG. 6 is a flowchart of a method for daily task management provided by Embodiment 5 of the present invention.
  • the difference from the first embodiment described above is that the fifth embodiment describes how to perform operations when there are tasks that need to be relied on by others in daily task management.
  • the steps of the method include:
  • Step S500 Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
  • step S501 if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked according to the task emergency level of each task, and the ranking results are pushed;
  • Step S502 Obtain the task dependency level of each task in the current task pool, and rank each task in the current task pool according to the magnitude of the task dependency level, and prompt whether to execute the task one by one;
  • the task dependency level is the number of people who depend on others to complete the task. Understandably, the more people depend on others, the more difficult this task becomes. This kind of task should be monitored in real time to avoid overdue.
  • Step S503 if priority execution is performed, a task reminder period is obtained, and the task reminder period is counted down after the current priority task is transferred to the dependent person, and is prompted after the task reminder period ends, and the task reminder period is started cyclically after the prompt Until the current priority task returns to the current task pool of the dependent person.
  • the task prompt period is the time period after the current priority task is transferred to the dependent person.
  • the dependent task according to the dependent object, it can be divided into dependent task and dependent task.
  • Dependent tasks are tasks that you need to rely on to assist others.
  • the person who handles the dependent tasks is the dependent person.
  • Dependent tasks refer to tasks that others need to rely on your assistance to complete.
  • the person who handles the dependent tasks is the dependent.
  • the remaining tasks in the current task pool can be processed, and with the help of the task prompt cycle, the completion progress of the current priority task can be monitored in real time.
  • FIG. 7 is a schematic structural diagram of a daily task management device according to an embodiment of the present invention. As shown in FIG. 7, the daily task management device in this embodiment includes a sorting module 1 and a push module 2.
  • Sorting module 1 is used to obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
  • a push module 2 is used to push the sorted results.
  • FIG. 8 is another schematic structural diagram of a daily task management device according to an embodiment of the present invention. As shown in FIG. 8, the daily task management device of this embodiment further includes a first prompt module 31, a second prompt module 32, Three prompting modules 33, fourth prompting module 34, fifth prompting module 35, and sixth prompting module 36.
  • a first prompting module 31 is configured to highlight the first task whenever the current time node coincides with the task deadline of the first task in the current task pool, and prompt whether to execute the next task.
  • the second prompting module 32 is configured to obtain the task termination deadline of the first task.
  • the first task is transferred to the termination task pool and becomes the first termination task.
  • the third prompting module 33 is configured to obtain the task restart deadline of the first terminated task. When the current time node coincides with the corresponding task restart deadline of the first task, prompt whether to transfer the first terminated task to the current task pool;
  • the fourth prompt module 34 is used to obtain the current end time and the task importance level of each task in the current task pool. The task having the highest task importance level between the current start time and the current end time is highlighted, and it is prompted whether or not Priority execution.
  • a fifth prompt module 35 is used to obtain the task emergency level and task deadline of each newly added task, reorder each newly added task and each task in the current task pool, and highlight the new tasks in the order of each new task. , And prompt one by one whether to execute first.
  • a sixth prompting module 36 is configured to obtain the task dependency level of each task in the current task pool, rank each task in the current task pool according to the size of the task dependency level, and prompt whether to execute the task one by one.
  • an embodiment of the present invention further provides a readable storage medium on which computer instructions are stored.
  • the instructions are executed by a processor, the steps of the management methods of the foregoing embodiments are implemented.
  • an embodiment of the present invention further provides a terminal, including a memory, a processor, and a computer program stored on the memory and executable on the processor.
  • a terminal including a memory, a processor, and a computer program stored on the memory and executable on the processor.
  • the processor executes the program, the management method of the foregoing embodiments is implemented. step.
  • Logic and / or steps represented in a flowchart or otherwise described herein, for example, a sequenced list of executable instructions that may be considered to implement a logical function, may be embodied in any computer-readable medium, For use by, or in combination with, an instruction execution system, device, or device (such as a computer-based system, a system that includes a processor, or another system that can fetch and execute instructions from an instruction execution system, device, or device) Or equipment.
  • a "computer-readable medium” may be any device that can contain, store, communicate, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device.
  • computer-readable media include the following: electrical connections (electronic devices) with one or more wirings, portable computer disk cartridges (magnetic devices), random access memory (RAM), Read-only memory (ROM), erasable and editable read-only memory (EPROM or flash memory), fiber optic devices, and portable optical disk read-only memory (CDROM).
  • the computer-readable medium may even be paper or other suitable medium on which the program can be printed, for example, by optically scanning the paper or other medium, followed by editing, interpretation, or other suitable means if necessary Process to obtain the program electronically and then store it in computer memory.
  • each part of the present invention may be implemented by hardware, software, firmware, or a combination thereof.
  • multiple steps or methods may be implemented by software or firmware stored in a memory and executed by a suitable instruction execution system.
  • a suitable instruction execution system For example, if implemented in hardware, as in another embodiment, it may be implemented using any one or a combination of the following techniques known in the art: Discrete logic circuits, application-specific integrated circuits with suitable combinational logic gate circuits, programmable gate arrays (PGA), field programmable gate arrays (FPGA), etc.

Abstract

The present invention relates to the technical field of software, and provides a method and an apparatus for daily task management, a storage medium, and a terminal. The method for daily task management comprise: obtaining task content of all tasks to form a current task pool, acquiring a task emergency level and a task deadline of each task in the current task pool, and performing ordering according to the task deadline corresponding to each task; and if the deadlines of two or more tasks in the current task pool are the same, performing reordering according to the task emergency level corresponding to each task, and pushing the ordering result. In this way, the tasks are ordered according to processing emergency levels, i.e., according to the ordering result, a user is always processing a task to be primarily completed currently, thereby avoiding missing tasks due to overdue and enabling the task management to be clearer.

Description

日常任务管理的方法、设备、存储介质及终端Method, equipment, storage medium and terminal for daily task management 【技术领域】[Technical Field]
本发明涉及软件技术领域,尤其提供一种日常任务管理的方法、设备、存储介质及终端。The present invention relates to the field of software technology, and in particular, to a method, a device, a storage medium, and a terminal for daily task management.
【背景技术】【Background technique】
目前,现有的任务管理方法,其任务排列顺序通常以任务创建时间作为主要的依据,即在一天中,各项任务根据其创建的时间排序,即越早建立任务则排序越靠前,例如,用户在早上9点时创建开例会任务,9点30分创建回复邮件任务以此类推。但是,该种任务管理方法无法根据各项任务的紧迫程度进行智能排序,从而导致任务遗漏以及任务管理混乱的问题。因此,亟需解决现有的任务管理方法无法根据各项任务的紧迫程度进行排序所导致任务遗漏以及任务管理混乱的问题。At present, in the existing task management methods, the task arrangement order is usually based on the task creation time, that is, in a day, each task is sorted according to the time when it was created, that is, the earlier the task is created, the higher the order, for example , The user creates a regular meeting task at 9 am, a reply mail task at 9:30, and so on. However, this task management method cannot intelligently sort tasks according to the urgency of each task, resulting in problems such as missing tasks and confusing task management. Therefore, there is an urgent need to solve the problems of missing tasks and confusing task management caused by current task management methods that cannot be sorted according to the urgency of various tasks.
【发明内容】[Summary of the Invention]
本发明的目的在于提供一种日常任务管理的方法,旨在解决现有的任务管理方法无法根据各项任务的紧迫程度进行排序所导致任务遗漏以及任务管理混乱的问题。The purpose of the present invention is to provide a method for daily task management, which aims to solve the problems of missing tasks and confusing task management caused by the existing task management methods that cannot be sorted according to the urgency of various tasks.
为实现上述目的,本发明采用的技术方案是:第一方面,一种日常任务管理的方法,所述方法包括:To achieve the above objective, the technical solution adopted by the present invention is: the first aspect, a method for daily task management, the method includes:
获得所有任务的任务内容形成当前任务池,获取所述当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的所述任务截止期限的远近进行排序;Obtain the task content of all tasks to form a current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
若所述当前任务池中的两项或多项任务的所述任务截止期限相同时,以各任务对应的所述任务紧急等级高低进行再次排序,并将排序结果进行推送;If the task deadlines of two or more tasks in the current task pool are the same, re-rank the tasks according to the task emergency level corresponding to each task, and push the ranking results;
其中,所述任务紧急等级为当前起点时间与任务截止期限的差值的绝对值和任务所需时间的比值,并且,将所述差值的绝对值与所述任务所需时间中较大的作为分子,所述任务截止期限为任务应完成的时间节点,所述当前起点时间为各项任务的起始时间节点。Wherein, the task emergency level is a ratio of an absolute value of a difference between a current starting time and a deadline of the task to a time required for the task, and the greater of the absolute value of the difference and the time required for the task As a numerator, the task deadline is the time node at which the task should be completed, and the current starting time is the start time node of each task.
进一步地,所述将排序结果进行推送步骤之后,所述方法还包括:Further, after the step of pushing the sorting result, the method further includes:
每当当前时间节点与所述当前任务池中首位任务的所述任务截止期限重合时,将所述首位任务进行突显,并且,提示是否执行下一任务;Whenever the current time node coincides with the task deadline of the first task in the current task pool, highlight the first task and prompt whether to execute the next task;
若执行一下任务时,重新计算所述当前任务池中的其余任务对应的所述任务紧急等级,并且,将具有最高所述任务紧急等级的任务进行突显,并提示是否优先执行;If the task is executed, recalculate the task emergency level corresponding to the remaining tasks in the current task pool, and highlight the task with the highest task emergency level, and prompt whether to perform it preferentially;
若放弃执行下一任务时,继续执行所述首位任务,并且,顺延所述首位任务的所述任务截止期限,直至当前时间节点与顺延后的所述任务截止期限重合。If the execution of the next task is abandoned, the first task continues to be executed, and the deadline of the task of the first task is extended until the current time node coincides with the extended deadline of the task.
进一步地,所述顺延所述首位任务的所述任务截止期限,直至当前时间节点与顺延后的所述任务截止期限重合的步骤之后,所述方法还包括:Further, after extending the task deadline of the first task until the current time node coincides with the delayed task deadline, the method further includes:
获取所述首位任务的任务终止期限,当当前时间节点与所述首位任务的对应的所述任务终止期限重合时,将所述首位任务转移至终止任务池中,并成为首位终止任务;Obtain the task termination deadline of the first task, and when the current time node coincides with the corresponding task termination deadline of the first task, transfer the first task to the termination task pool and become the first termination task;
所述任务终止期限为首位任务终止的时间节点。The task termination period is a time node at which the first task is terminated.
进一步地,所述将所述首位任务转移至终止任务池中,并成为首位终止任务的步骤之后,所述方法还包括:Further, after the step of transferring the first task to a termination task pool and becoming the first task to terminate, the method further includes:
获取所述首位终止任务的任务重启期限,当当前时间节点与所述首位任务的对应的所述任务重启期限重合时,提示是否将所述首位终止任务转移至所述当前任务池中;Obtaining the task restart deadline of the first terminated task, and prompting whether to transfer the first terminated task to the current task pool when the current time node coincides with the corresponding task restart deadline of the first task;
若将所述首位终止任务转移至所述当前任务池,则重新获取对应的任务紧急等级和任务截止期限;If the first terminated task is transferred to the current task pool, re-obtaining the corresponding task emergency level and task deadline;
若放弃将所述首位终止任务转移至所述当前任务池,则删除所述首位终止任务;If abandoning the first terminated task to the current task pool, delete the first terminated task;
所述任务重启期限为首位终止任务重新启用的时间节点。The task restart period is the first time node to terminate the task and re-enable it.
进一步地,所述方法还包括:Further, the method further includes:
获取当前终点时间以及所述当前任务池中各任务的任务重要等级,将在所述当前起点时间与所述当前终点时间之间的且具有最高所述任务重要等级的任务进行突显,并提示是否优先执行;Obtain the current end time and the task importance level of each task in the current task pool, highlight the task with the highest task importance level between the current start time and the current end time, and prompt whether or not Priority execution
其中,所述当前终点时间为各项任务的终点时间节点。The current end time is the end time node of each task.
进一步地,所述方法还包括:Further, the method further includes:
获取各新增任务的任务紧急等级和任务截止期限,将各所述新增任务与所 述当前任务池中各任务重新排序,并且,按照各所述新增任务的先后顺序,进行突显,并逐一提示是否优先执行;Obtain the task emergency level and task deadline of each newly added task, reorder each newly added task and each task in the current task pool, and highlight in accordance with the sequence of each newly added task, and Prompt whether to execute one by one;
若优先执行各所述新增任务,则在各所述新增任务完成后,对所述当前任务池中其余任务进行重新排序;If each of the newly added tasks is executed preferentially, reordering the remaining tasks in the current task pool after each of the newly added tasks is completed;
若放弃优先执行各所述新增任务,则按照重新排序的顺序处理所述当前任务池中的各项任务。If abandoning the execution of each of the newly added tasks first, the tasks in the current task pool are processed in the order of reordering.
进一步地,所述方法还包括:Further, the method further includes:
获取所述当前任务池中各项任务的任务依赖等级,根据所述任务依赖等级的大小将各任务在所述当前任务池中的排序结果中分级突显,并逐一提示是否优先执行;Acquiring the task dependency level of each task in the current task pool, ranking and highlighting each task in the sorting result in the current task pool according to the size of the task dependency level, and prompting whether to perform the priority one by one;
所述任务依赖等级为完成任务所依赖他人的人数。The task dependency level is the number of people who depend on others to complete the task.
本发明的有益效果:本发明的日常任务管理的方法、设备、存储介质及终端,将当前需排序的任务进行汇总形成当前任务池,将当前任务池内的各项任务首先根据其对应的任务截止期限排序,其次,在任务截止期限相同的任务中,再根据任务的任务紧急等级进行排序,最后,将排序结果进行推送,这样,各项任务根据待处理的紧迫性进行排序,即按照排序结果,用户总在处理当前首要完成的任务,从而避免任务因超期而遗漏,任务管理更加清晰。Beneficial effects of the present invention: The method, device, storage medium and terminal for daily task management of the present invention summarize the tasks that need to be sorted to form a current task pool, and each task in the current task pool is first terminated according to its corresponding task Sorting deadlines. Secondly, in tasks with the same deadline, they are sorted according to the task's emergency level. Finally, the sorting results are pushed. In this way, the tasks are sorted according to the urgency to be processed. , The user is always dealing with the task that is currently completed first, thereby avoiding the task being missed due to overdue, and the task management is more clear.
第二方面,本发明还提供一种日常任务管理的设备,所述设备包括:In a second aspect, the present invention also provides a device for daily task management, the device includes:
排序模块,用于获得所有任务的任务内容形成当前任务池,获取所述当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的所述任务截止期限的远近进行排序;A sorting module, configured to obtain the task content of all tasks to form a current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task ;
推送模块,用于将排序结果进行推送。A push module is used to push the sorted results.
进一步地,所述设备还包括:Further, the device further includes:
第一提示模块,用于每当当前时间节点与所述当前任务池中首位任务的所述任务截止期限重合时,将所述首位任务进行突显,并且,提示是否执行下一任务。A first prompting module is configured to highlight the first task whenever the current time node coincides with the task deadline of the first task in the current task pool, and prompt whether to execute the next task.
进一步地,所述设备还包括:Further, the device further includes:
第二提示模块,用于获取所述首位任务的任务终止期限,当当前时间节点与所述首位任务的对应的所述任务终止期限重合时,将所述首位任务转移至终止任务池中,并成为首位终止任务。A second prompting module, configured to obtain the task termination deadline of the first task, and when the current time node coincides with the corresponding task termination deadline of the first task, transfer the first task to the termination task pool, and Be the first to terminate the mission.
进一步地,所述设备还包括:Further, the device further includes:
第三提示模块,用于获取所述首位终止任务的任务重启期限,当当前时间节点与所述首位任务的对应的所述任务重启期限重合时,提示是否将所述首位终止任务转移至所述当前任务池中;A third prompting module is configured to obtain the task restart deadline of the first terminated task, and when the current time node coincides with the corresponding task restart deadline of the first task, prompt whether to transfer the first terminated task to the task. In the current task pool;
进一步地,所述设备还包括:Further, the device further includes:
第四提示模块,用于获取当前终点时间以及所述当前任务池中各任务的任务重要等级,将在所述当前起点时间与所述当前终点时间之间的且具有最高所述任务重要等级的任务进行突显,并提示是否优先执行。A fourth prompt module is used to obtain the current end time and the task importance level of each task in the current task pool, which will be between the current start time and the current end time and has the highest task importance level. The task is highlighted and prompted to give priority to execution.
进一步地,所述设备还包括:Further, the device further includes:
第五提示模块,用于获取各新增任务的任务紧急等级和任务截止期限,将各所述新增任务与所述当前任务池中各任务重新排序,并且,按照各所述新增任务的先后顺序,进行突显,并逐一提示是否优先执行。A fifth prompt module is used to obtain the task emergency level and task deadline of each newly added task, reorder each newly added task and each task in the current task pool, and, according to each of the newly added tasks, The sequence is highlighted, and one by one is prompted whether to execute in priority.
进一步地,所述设备还包括:Further, the device further includes:
第六提示模块,用于获取所述当前任务池中各项任务的任务依赖等级,根据所述任务依赖等级的大小将各任务在所述当前任务池中的排序结果中分级突显,并逐一提示是否优先执行。A sixth prompting module is configured to obtain a task dependency level of each task in the current task pool, and to rank and highlight each task in the ranking result in the current task pool according to the size of the task dependency level, and prompt one by one Whether to execute first.
第三方面,本发明还提供一种存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现上述所述的方法的步骤。According to a third aspect, the present invention also provides a storage medium on which a computer program is stored. When the computer program is executed by a processor, the steps of the foregoing method are implemented.
第四方面,本发明还提供一种终端,包括存储器、处理器以及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行所述程序时实现如上述所述的方法的步骤。According to a fourth aspect, the present invention further provides a terminal, including a memory, a processor, and a computer program stored on the memory and executable on the processor. When the processor executes the program, the method for implementing the method described above is implemented. step.
【附图说明】[Brief Description of the Drawings]
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings used in the embodiments or the description of the prior art will be briefly introduced below. Obviously, the drawings in the following description are only the present invention. For some embodiments, for those of ordinary skill in the art, other drawings can be obtained according to these drawings without paying creative labor.
图1为本发明实施例一提供的日常任务管理的方法的流程图;FIG. 1 is a flowchart of a method for daily task management provided by Embodiment 1 of the present invention;
图2为本发明实施例二提供的日常任务管理的方法的流程图;2 is a flowchart of a method for daily task management provided by Embodiment 2 of the present invention;
图3为本发明实施例二提供的日常任务管理的方法的具体的流程图;3 is a specific flowchart of a method for daily task management provided by Embodiment 2 of the present invention;
图4为本发明实施例三提供的日常任务管理的方法的流程图;4 is a flowchart of a method for daily task management provided by Embodiment 3 of the present invention;
图5为本发明实施例四提供的日常任务管理的方法的流程图;5 is a flowchart of a method for daily task management provided by Embodiment 4 of the present invention;
图6为本发明实施例五提供的日常任务管理的方法的流程图;6 is a flowchart of a method for daily task management provided by Embodiment 5 of the present invention;
图7为本发明实施例提供的日常任务管理的设备的结构示意图;7 is a schematic structural diagram of a daily task management device according to an embodiment of the present invention;
图8为本发明实施例提供的日常任务管理的设备的另一结构示意图。FIG. 8 is another schematic structural diagram of a daily task management device according to an embodiment of the present invention.
【具体实施方式】【detailed description】
下面详细描述本发明的实施例,所述实施例的示例在附图中示出,其中自始至终相同或类似的标号表示相同或类似的元件或具有相同或类似功能的元件。下面通过参考附图描述的实施例是示例性的,旨在用于解释本发明,而不能理解为对本发明的限制。Hereinafter, embodiments of the present invention will be described in detail. Examples of the embodiments are shown in the accompanying drawings, wherein the same or similar reference numerals represent the same or similar elements or elements having the same or similar functions throughout. The embodiments described below with reference to the drawings are exemplary and are intended to explain the present invention, but should not be construed as limiting the present invention.
本发明实施例提供了一种根据日常任务的紧迫程度进行排序的以及确保日常的各项任务有序地进行,避免任务遗漏或过期的日常任务管理的方法。该日常任务管理方法能够帮助用户规划日常行程,避免任务积压。An embodiment of the present invention provides a method for daily task management that sorts daily tasks according to their urgency and ensures that daily tasks are performed in an orderly manner to avoid missing or expired tasks. This daily task management method can help users plan daily trips and avoid task backlogs.
图1为本发明实施例一提供的日常任务管理的方法的流程图,如图1所示,本实施例的方法包括如下步骤:FIG. 1 is a flowchart of a method for daily task management provided in Embodiment 1 of the present invention. As shown in FIG. 1, the method in this embodiment includes the following steps:
步骤S100,获得所有任务的任务内容形成当前任务池,获取当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的任务截止期限的远近进行排序;Step S100: Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
任务紧急等级为当前起点时间与任务截止期限的差值的绝对值和任务所需时间的比值,并且,将差值的绝对值与任务所需时间中较大的作为分子,任务截止期限为任务应完成的时间节点,当前起点时间为各项任务的起始时间节点。例如,当前起点时间为早上八点,某项任务的任务截止期限为早上十点,而该项任务的任务所需时间为一个半小时,那么,该项任务的任务紧急等级为1.333,并且,该比值越接近数值1,说明任务紧急等级越高。The task urgency level is the ratio of the absolute value of the difference between the current starting time and the deadline of the task to the time required by the task, and the larger of the absolute value of the difference and the time required by the task is taken as the numerator, and the task deadline is the task The time node that should be completed. The current starting time is the start time node of each task. For example, the current starting time is 8 am, the deadline for a task is 10 am, and the time required for the task is one and a half hours. Then, the task's emergency level is 1.333, and, The closer the ratio is to the value 1, the higher the task emergency level.
步骤S101,若当前任务池中的两项或多项任务的任务截止期限相同时,以各任务对应的任务紧急等级高低进行再次排序,并将排序结果进行推送。In step S101, if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked by the level of the task emergency level corresponding to each task, and the ranking results are pushed.
可以理解地,存在各项任务需排序时,首要考虑的各项任务的任务截止期限,避免任务超期,其次,则是在任务截止期限相同的情况下,再根据各项的任务的任务紧急等级进行再次排序,这样,能够及时处理时间较为紧迫的任务,避免各项任务之间完成顺序混乱。Understandably, when various tasks need to be sorted, the task deadline of each task is considered first to avoid task overdue, and the second is based on the task emergency level of each task when the task deadline is the same. Sort again, so that you can deal with tasks that are more urgent in time, and avoid confusion between the completion of each task.
本发明实施例提供的日常任务管理的方法,将当前需排序的任务进行汇总形成当前任务池,将当前任务池内的各项任务首先根据其对应的任务截止期限 排序,其次,在任务截止期限相同的任务中,再根据任务的任务紧急等级进行排序,最后,将排序结果进行推送,这样,各项任务根据待处理的紧迫性进行排序,即按照排序结果,用户总在处理当前首要完成的任务,从而避免任务因超期而遗漏,任务管理更加清晰。In the method for daily task management provided by the embodiment of the present invention, the tasks to be sorted are summarized to form a current task pool. Each task in the current task pool is first sorted according to its corresponding task deadline, and second, the task deadline is the same The tasks are sorted according to the task's urgency level, and finally, the sorting results are pushed. In this way, each task is sorted according to the urgency to be processed, that is, according to the sorting result, the user is always processing the currently completed task. , Thus avoiding missing tasks due to overdue and clearer task management.
图2为本发明实施例二提供的日常任务管理的方法的流程图。与上述实施例不同之处在于,实施例二对日常任务管理中存在任务超期时该如何操作进行描述,如图2所示,该方法的步骤包括:FIG. 2 is a flowchart of a method for daily task management provided by Embodiment 2 of the present invention. The difference from the above embodiment is that the second embodiment describes how to operate when there is a task overdue in daily task management. As shown in FIG. 2, the steps of the method include:
步骤S200,获得所有任务的任务内容形成当前任务池,获取当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的任务截止期限的远近进行排序;Step S200: Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
步骤S201,若当前任务池中的两项或多项任务的任务截止期限相同时,以各任务对应的任务紧急等级高低进行再次排序,并将排序结果进行推送;In step S201, if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked according to the task emergency level of each task, and the ranking results are pushed;
步骤S202,每当当前时间节点与当前任务池中首位任务的任务截止期限重合时,将首位任务进行突显,并且,提示是否执行下一任务;Step S202: When the current time node coincides with the task deadline of the first task in the current task pool, highlight the first task and prompt whether to execute the next task;
可以理解地,首位任务是当前任务池中排序位置第一的任务,在推送排序结果后,各项任务均是按照从前至后的处理顺序。任务截止期限可以是任务应该完成的实际截止时间节点,也可以是任务应该完成的预计截止时间节点。例如,该任务的任务截止期限是用户假定的,认为能够在时间节点完成的,即这种任务截止期限可根据需要进行顺延。因此,随着任务处理时间的逐渐流失,每当当前时间节点与当前任务池中首位任务的任务截止期限重合,即该项任务到了应完成的期限时,通过突显的方式来提示用户,例如,该项任务的标题颜色加深,与其他任务的标题形成区别,以达到提示效果。Understandably, the first task is the task with the highest ranking position in the current task pool. After pushing the sorting result, each task is processed in order from front to back. The task deadline can be the actual deadline node at which the task should be completed, or the estimated deadline node at which the task should be completed. For example, the task deadline of the task is assumed by the user and can be completed at the time node, that is, such task deadline can be extended as needed. Therefore, with the gradual loss of task processing time, whenever the current time node coincides with the task deadline of the first task in the current task pool, that is, when the task reaches the deadline that should be completed, the user is prompted by a prominent way, for example, The title of this task is darkened to distinguish it from the titles of other tasks to achieve the prompt effect.
步骤S2021,若执行一下任务时,重新计算当前任务池中的其余任务对应的任务紧急等级,并且,将具有最高任务紧急等级的任务进行突显,并提示是否优先执行;In step S2021, if the task is executed, the task emergency levels corresponding to the remaining tasks in the current task pool are recalculated, and the task with the highest task emergency level is highlighted, and it is prompted whether to perform the task in priority;
可以理解地,当前起点时间是随着任务进程进度而发生推移变化,因此,每当完成一项任务时,当前任务池中的其余任务的任务等级等级也相应的发生变化。此时,将任务紧急等级最高的任务进行突显,例如,该任务标题颜色加深,或者,用其他颜色进行区别,以提示用户是否需要优先处理。这样,给用户判断的时间,若放弃优先执行任务紧急等级最高的任务,那么,按照步骤S201推送的排序结果继续处理。Understandably, the current starting time changes with the progress of the task process. Therefore, whenever a task is completed, the task level of the remaining tasks in the current task pool also changes accordingly. At this time, the task with the highest task emergency level is highlighted, for example, the task title is darkened in color, or it is distinguished with other colors to remind the user whether priority processing is required. In this way, if the user is given a judgment time, if the task with the highest task emergency level is given priority to be executed, then the processing is continued according to the sorting result pushed in step S201.
步骤S2022,若放弃执行下一任务时,继续执行首位任务,并且,顺延首位任务的任务截止期限,直至当前时间节点与顺延后的任务截止期限重合。In step S2022, if the execution of the next task is abandoned, the first task continues to be executed, and the deadline of the task of the first task is extended until the current time node coincides with the postponed task deadline.
可以理解地,当首位任务无法在首次任务截止期限完成时,则将其的任务截止期限顺延,其二次任务截止期限则可根据自定义设置,直至当前时间节点与顺延后的任务截止期限重合,即,该首位任务进行了两次处理。Understandably, when the first task cannot be completed within the deadline of the first task, its task deadline is postponed, and its secondary task deadline can be set according to custom settings until the current time node coincides with the postponed task deadline That is, the first task was processed twice.
需要说明地,步骤S2021和步骤S2022无先后顺序。It should be noted that there is no sequence between step S2021 and step S2022.
图3为本发明实施例二提供的日常任务管理的方法的具体的流程图,如图3所示,提供一个具体示例,在上述步骤2022之后,还包括以下子步骤:FIG. 3 is a specific flowchart of a method for daily task management provided in Embodiment 2 of the present invention. As shown in FIG. 3, a specific example is provided. After the above step 2022, the method further includes the following sub-steps:
步骤S2023,获取首位任务的任务终止期限,当当前时间节点与首位任务的对应的任务终止期限重合时,将首位任务转移至终止任务池中,并成为首位终止任务;Step S2023: Obtain the task termination deadline of the first task. When the current time node coincides with the corresponding task termination deadline of the first task, transfer the first task to the termination task pool and become the first termination task;
可以理解地,任务终止期限为首位任务终止的时间节点。有的任务在顺延其任务截止期限后,发现仍然无法完成该任务,这样,该任务则被认定为是不可能完成的任务。为了避免其任务截止期限一直顺延,以及打乱其余任务处理的顺序。那么,当当前时间节点与顺延后的任务截止期限重合时,则获取首位任务的任务终止期限,在任务终止期限内还未完成该项首位任务,将该首位任务从当前任务池中转移至终止任务池中,做终止处理。同时,按照排序结果,进行下一项任务。Understandably, the task termination period is the time node at which the first task ends. Some tasks were found to be impossible to complete after extending their deadlines. In this way, the task was considered impossible. In order to avoid delays in the deadline of its tasks, and to disrupt the order of the remaining tasks. Then, when the current time node coincides with the postponed deadline of the postponed task, the task termination deadline of the first task is obtained, the first task has not been completed within the task termination deadline, and the first task is transferred from the current task pool to termination In the task pool, do termination processing. At the same time, the next task is performed according to the sorted results.
步骤S2024,获取所首位终止任务的任务重启期限,当当前时间节点与首位任务的对应的任务重启期限重合时,提示是否将首位终止任务转移至当前任务池中;Step S2024: Obtain the task restart deadline of the first terminated task. When the current time node coincides with the corresponding task restart deadline of the first task, prompt whether to transfer the first terminated task to the current task pool;
可以理解地,任务重启期限为首位终止任务重新启用的时间节点。有时,任务在处理的中途被搁置或被终止,如时间不处理,用户极有可能忘记了该项任务,因此,为了避免上述情况的发生。当某项任务被转移至终止任务池时,其任务重启期限则开始启动,优选地,可设置将任务一转移至终止任务池内时,其任务重启期限就开始倒计时启动,当其与当前时间节点重合时,则提示用户是否将该任务从终止任务池中转移出来,例如,可通过提示音结合界面切换的方式提示用户是否将该任务转移至当前任务池中。Understandably, the task restart period is the first time node to terminate the task and re-enable it. Sometimes, the task is put on hold or terminated in the middle of processing. If the time is not processed, the user will most likely forget the task. Therefore, in order to avoid the above situation. When a task is transferred to the terminated task pool, its task restart period starts. Preferably, it can be set to start the countdown of the task restart period as soon as the task is transferred to the terminated task pool. When the coincidence occurs, the user is prompted whether to transfer the task from the terminated task pool. For example, the user can be prompted whether to transfer the task to the current task pool through a prompt sound combined with interface switching.
步骤S2025,若将首位终止任务转移至当前任务池,则重新获取对应的任务紧急等级和任务截止期限;Step S2025, if the first terminated task is transferred to the current task pool, the corresponding task emergency level and task deadline are re-obtained;
当该任务重新转移至当前任务池中,为了避免与其他任务发生冲突,以及 结合该任务被处理的紧迫性,需重新获取其任务紧急等级和任务截止期限,即,将该任务重新恢复至排序结果中。When the task is relocated to the current task pool, in order to avoid conflicts with other tasks and the urgency of the task being processed, it is necessary to re-acquire its task emergency level and task deadline, that is, restore the task to sorting Results.
步骤S2026,若放弃将首位终止任务转移至当前任务池,则删除首位终止任务。In step S2026, if the first termination task is abandoned and transferred to the current task pool, the first termination task is deleted.
例如,在早上8点的时候,设置首位任务的任务截止期限为早上10点,当时间到了10点时,若用户选择继续执行首位任务,并将任务截止期限顺延至中午12点。当时间到了12点时,首位任务仍未完成,那么,设置其任务终止期限为下午5点,若在下午5点还是未完成该首位任务,则将首位任务转移至终止任务池内。但是,为了避免首位任务被用户遗忘,可设置首位任务的任务重启期限为第二天早上8点,即到了第二天的早上8点,再次提示用户是否需重新启用该任务。若需要重新启用,那么重新获取该任务的任务截止期限和任务紧急等级,在当天的当前任务池中排序。For example, at 8 AM, the task deadline of the first task is set to 10 AM. When the time reaches 10 AM, if the user chooses to continue to execute the first task, the task deadline is extended to 12 PM. When the time comes to 12 o'clock, the first task is still not completed, then set its task termination period to 5 pm, if the first task is still not completed at 5 pm, the first task is transferred to the termination task pool. However, in order to prevent the first task from being forgotten by the user, the task restart period of the first task can be set to 8 am the next day, that is, at 8 am the next day, and the user is prompted again whether the task needs to be re-enabled. If it needs to be re-enabled, the task deadline and task urgency level of the task are obtained again, and they are sorted in the current task pool of the day.
图4为本发明实施例三提供的日常任务管理的方法的流程图。与上述实施例一不同之处在于,实施例三对日常任务管理中存在任务需优先处理时该如何操作进行描述,如图4所示,该方法的步骤包括:FIG. 4 is a flowchart of a method for daily task management provided by Embodiment 3 of the present invention. The difference from the first embodiment described above is that the third embodiment describes how to perform operations when tasks need to be prioritized in daily task management. As shown in FIG. 4, the steps of the method include:
步骤S300,获得所有任务的任务内容形成当前任务池,获取当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的任务截止期限的远近进行排序;Step S300: Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
步骤S301,若当前任务池中的两项或多项任务的任务截止期限相同时,以各任务对应的任务紧急等级高低进行再次排序,并将排序结果进行推送;In step S301, if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked according to the emergency level of each task, and the ranking results are pushed;
步骤S302,获取当前终点时间以及当前任务池中各任务的任务重要等级,将在当前起点时间与当前终点时间之间的且具有最高任务重要等级的任务进行突显,并提示是否优先执行;Step S302: Obtain the current end time and the task importance level of each task in the current task pool, highlight the task with the highest task importance level between the current start time and the current end time, and prompt whether to execute it preferentially;
可以理解地,当前终点时间为各项任务的终点时间节点。在一天工作时间内,存在多个任务需处理时,必定存在需要重点对待的任务,但是,由于其任务截止期限排在其他任务的任务截止期限之后,按照常规的处理顺序,可能会导致其超期,那么就需要将该任务进行优先处理。Understandably, the current end time is the end time node of each task. When there are multiple tasks to be processed in a day's working time, there must be tasks that need to be focused on. However, because their task deadlines are after the task deadlines of other tasks, they may be overdue in accordance with the normal processing order. , Then you need to prioritize the task.
例如,设置当前起点时间为早上8点,当前终点时间为下午16点,在这段时间区间内,共有A、B、C三个任务,A任务的任务截止期限为早上9点,任务所需时间为0.75小时,B任务的任务截止期限为早上11点,任务所需时间为2小时,C任务的任务截止期限为下午16点,任务所需时间为3小时。根据计 算,三项任务的排序结果是A、B、C,但是,作为任务紧急等级最低的C任务,用户出于某些原因需优先处理,则可提高其任务重要等级,在早上8点至下午16点的区间内,任务C的任务重要等级最高,并且,通过突显的方式提示用户是否优先处理。For example, set the current start time to 8 am and the current end time to 16 pm. During this time period, there are three tasks A, B, and C. The task deadline of task A is 9 am, and the task requires The time is 0.75 hours, the deadline for the B task is 11 am, the time required for the task is 2 hours, the deadline for the task C is 16 pm, and the time required for the task is 3 hours. According to calculations, the ranking results of the three tasks are A, B, and C. However, as the C task with the lowest task emergency level, the user needs to prioritize for some reason, and the priority level of the task can be increased. In the interval of 16:00 pm, task C has the highest task importance level, and the user is prompted to indicate whether to give priority to processing.
图5为本发明实施例四提供的日常任务管理的方法的流程图。与上述实施例一不同之处在于,实施例四对日常任务管理中存在新增任务需时该如何操作进行描述,如图5所示,该方法的步骤包括:FIG. 5 is a flowchart of a method for daily task management provided by Embodiment 4 of the present invention. The difference from the first embodiment is that the fourth embodiment describes how to operate the newly added task in the daily task management. As shown in FIG. 5, the steps of the method include:
步骤S400,获得所有任务的任务内容形成当前任务池,获取当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的任务截止期限的远近进行排序;Step S400: Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
步骤S401,若当前任务池中的两项或多项任务的任务截止期限相同时,以各任务对应的任务紧急等级高低进行再次排序,并将排序结果进行推送;In step S401, if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked according to the emergency level of each task, and the ranking results are pushed;
步骤S402,获取各新增任务的任务紧急等级和任务截止期限,将各新增任务与当前任务池中各任务重新排序,并且,按照各所述新增任务的先后顺序,进行突显,并逐一提示是否优先执行;Step S402: Obtain the task emergency level and task deadline of each newly added task, reorder each newly added task and each task in the current task pool, and highlight the new tasks according to the sequence of the newly added tasks, and one by one. Prompt whether to execute first;
可以理解地,各项新增任务也存在轻重缓急的情况,有时,新增任务必须立即处理,有时,又可根据排序结果按顺序处理。因此,当有新增任务加入时,则优先处理新增的任务。例如,新增任务为回复邮件,回复邮件只需花不到五分钟的时间,但又必须马上处理。Understandably, there are also priorities for each new task. Sometimes, new tasks must be processed immediately, and sometimes, they can be processed sequentially according to the sorted results. Therefore, when new tasks are added, the new tasks will be processed first. For example, the new task is replying to an email. It takes less than five minutes to reply to the email, but it must be processed immediately.
步骤S4021,若优先执行各新增任务,则在各新增任务完成后,对当前任务池中其余任务进行重新排序;In step S4021, if each newly added task is executed preferentially, the remaining tasks in the current task pool are reordered after each newly added task is completed;
步骤S4022,若放弃优先执行各新增任务,则按照重新排序的顺序处理当前任务池中的各项任务。In step S4022, if the newly added tasks are abandoned for priority execution, each task in the current task pool is processed in the order of reordering.
图6为本发明实施例五提供的日常任务管理的方法的流程图。与上述实施例一不同之处在于,实施例五对日常任务管理中存在需依赖他人才能完成的任务时该如何操作进行描述,如图6所示,该方法的步骤包括:FIG. 6 is a flowchart of a method for daily task management provided by Embodiment 5 of the present invention. The difference from the first embodiment described above is that the fifth embodiment describes how to perform operations when there are tasks that need to be relied on by others in daily task management. As shown in FIG. 6, the steps of the method include:
步骤S500,获得所有任务的任务内容形成当前任务池,获取当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的任务截止期限的远近进行排序;Step S500: Obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
步骤S501,若当前任务池中的两项或多项任务的任务截止期限相同时,以各任务对应的任务紧急等级高低进行再次排序,并将排序结果进行推送;In step S501, if the deadlines of two or more tasks in the current task pool are the same, the tasks are re-ranked according to the task emergency level of each task, and the ranking results are pushed;
步骤S502,获取当前任务池中各项任务的任务依赖等级,根据任务依赖等级的大小将各任务在当前任务池中的排序结果中分级突显,并逐一提示是否优先执行;Step S502: Obtain the task dependency level of each task in the current task pool, and rank each task in the current task pool according to the magnitude of the task dependency level, and prompt whether to execute the task one by one;
任务依赖等级为完成任务所依赖他人的人数。可以理解地,当依赖他人的人数越多,那么,该项任务就越来越难完成。对于该种任务应该实时监控,避免超期。The task dependency level is the number of people who depend on others to complete the task. Understandably, the more people depend on others, the more difficult this task becomes. This kind of task should be monitored in real time to avoid overdue.
步骤S503,若优先执行时,获取任务提示周期,任务提示周期于该当前优先任务转移至被依赖人后进行倒计时启动,至任务提示周期结束后进行提示,并且,在提示后循环启动任务提示周期,直至当前优先任务回到依赖人的当前任务池中。Step S503, if priority execution is performed, a task reminder period is obtained, and the task reminder period is counted down after the current priority task is transferred to the dependent person, and is prompted after the task reminder period ends, and the task reminder period is started cyclically after the prompt Until the current priority task returns to the current task pool of the dependent person.
任务提示周期是对当前优先任务移交至被依赖人后的时间周期,对于依赖任务而言,依据依赖的对象,可以分为依赖任务和被依赖任务。依赖任务是指你需要依赖别人的协助才能完成的任务,处理依赖任务的人员为依赖人。被依赖任务指别人需要依赖你的协助才能完成的任务,处理被依赖任务的人员为被依赖人。由于当前优先任务移交至被依赖人后,则可处理当前任务池内的其余任务,并且,在任务提示周期的提示帮助下,实时的监控当前优先任务的完成进度。The task prompt period is the time period after the current priority task is transferred to the dependent person. For the dependent task, according to the dependent object, it can be divided into dependent task and dependent task. Dependent tasks are tasks that you need to rely on to assist others. The person who handles the dependent tasks is the dependent person. Dependent tasks refer to tasks that others need to rely on your assistance to complete. The person who handles the dependent tasks is the dependent. After the current priority task is transferred to the dependent person, the remaining tasks in the current task pool can be processed, and with the help of the task prompt cycle, the completion progress of the current priority task can be monitored in real time.
图7为本发明实施例提供的日常任务管理的设备的结构示意图,如图7所示,本实施例的日常任务管理的设备包括排序模块1和推送模块2。FIG. 7 is a schematic structural diagram of a daily task management device according to an embodiment of the present invention. As shown in FIG. 7, the daily task management device in this embodiment includes a sorting module 1 and a push module 2.
排序模块1,用于获得所有任务的任务内容形成当前任务池,获取当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的任务截止期限的远近进行排序;Sorting module 1 is used to obtain the task content of all tasks to form the current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
推送模块2,用于将排序结果进行推送。A push module 2 is used to push the sorted results.
图8为本发明实施例提供的日常任务管理的设备的另一结构示意图,如图8所示,本实施例的日常任务管理的设备还包括第一提示模块31、第二提示模块32、第三提示模块33、第四提示模块34、第五提示模块35以及第六提示模块36。FIG. 8 is another schematic structural diagram of a daily task management device according to an embodiment of the present invention. As shown in FIG. 8, the daily task management device of this embodiment further includes a first prompt module 31, a second prompt module 32, Three prompting modules 33, fourth prompting module 34, fifth prompting module 35, and sixth prompting module 36.
第一提示模块31,用于每当当前时间节点与当前任务池中首位任务的任务截止期限重合时,将首位任务进行突显,并且,提示是否执行下一任务。A first prompting module 31 is configured to highlight the first task whenever the current time node coincides with the task deadline of the first task in the current task pool, and prompt whether to execute the next task.
第二提示模块32,用于获取首位任务的任务终止期限,当当前时间节点与首位任务的对应的任务终止期限重合时,将首位任务转移至终止任务池中,并 成为首位终止任务。The second prompting module 32 is configured to obtain the task termination deadline of the first task. When the current time node coincides with the corresponding task termination deadline of the first task, the first task is transferred to the termination task pool and becomes the first termination task.
第三提示模块33,用于获取首位终止任务的任务重启期限,当当前时间节点与首位任务的对应的任务重启期限重合时,提示是否将首位终止任务转移至当前任务池中;The third prompting module 33 is configured to obtain the task restart deadline of the first terminated task. When the current time node coincides with the corresponding task restart deadline of the first task, prompt whether to transfer the first terminated task to the current task pool;
第四提示模块34,用于获取当前终点时间以及当前任务池中各任务的任务重要等级,将在当前起点时间与当前终点时间之间的且具有最高任务重要等级的任务进行突显,并提示是否优先执行。The fourth prompt module 34 is used to obtain the current end time and the task importance level of each task in the current task pool. The task having the highest task importance level between the current start time and the current end time is highlighted, and it is prompted whether or not Priority execution.
第五提示模块35,用于获取各新增任务的任务紧急等级和任务截止期限,将各新增任务与当前任务池中各任务重新排序,并且,按照各新增任务的先后顺序,进行突显,并逐一提示是否优先执行。A fifth prompt module 35 is used to obtain the task emergency level and task deadline of each newly added task, reorder each newly added task and each task in the current task pool, and highlight the new tasks in the order of each new task. , And prompt one by one whether to execute first.
第六提示模块36,用于获取当前任务池中各项任务的任务依赖等级,根据任务依赖等级的大小将各任务在当前任务池中的排序结果中分级突显,并逐一提示是否优先执行。A sixth prompting module 36 is configured to obtain the task dependency level of each task in the current task pool, rank each task in the current task pool according to the size of the task dependency level, and prompt whether to execute the task one by one.
此外,本发明的实施例还提出一种可读存储介质,其上存储有计算机指令,该指令被处理器执行时实现上述各实施例的管理方法的步骤。In addition, an embodiment of the present invention further provides a readable storage medium on which computer instructions are stored. When the instructions are executed by a processor, the steps of the management methods of the foregoing embodiments are implemented.
此外,此外,本发明的实施例还提出一种终端,包括存储器、处理器以及存储在存储器上并可在处理器上运行的计算机程序,处理器执行程序时实现上述各实施例的管理方法的步骤。In addition, in addition, an embodiment of the present invention further provides a terminal, including a memory, a processor, and a computer program stored on the memory and executable on the processor. When the processor executes the program, the management method of the foregoing embodiments is implemented. step.
在流程图中表示或在此以其他方式描述的逻辑和/或步骤,例如,可以被认为是用于实现逻辑功能的可执行指令的定序列表,可以具体实现在任何计算机可读介质中,以供指令执行系统、装置或设备(如基于计算机的系统、包括处理器的系统或其他可以从指令执行系统、装置或设备取指令并执行指令的系统)使用,或结合这些指令执行系统、装置或设备而使用。就本说明书而言,“计算机可读介质”可以是任何可以包含、存储、通信、传播或传输程序以供指令执行系统、装置或设备或结合这些指令执行系统、装置或设备而使用的装置。Logic and / or steps represented in a flowchart or otherwise described herein, for example, a sequenced list of executable instructions that may be considered to implement a logical function, may be embodied in any computer-readable medium, For use by, or in combination with, an instruction execution system, device, or device (such as a computer-based system, a system that includes a processor, or another system that can fetch and execute instructions from an instruction execution system, device, or device) Or equipment. For the purposes of this specification, a "computer-readable medium" may be any device that can contain, store, communicate, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device.
计算机可读介质的更具体的示例(非穷尽性列表)包括以下:具有一个或多个布线的电连接部(电子装置),便携式计算机盘盒(磁装置),随机存取存储器(RAM),只读存储器(ROM),可擦除可编辑只读存储器(EPROM或闪速存储器),光纤装置,以及便携式光盘只读存储器(CDROM)。另外,计算机可读介质甚至可以是可在其上打印程序的纸或其他合适的介质,因为可以例如通过对纸或其他介质进行光学扫描,接着进行编辑、解译或必要时以其他合适 方式进行处理来以电子方式获得程序,然后将其存储在计算机存储器中。More specific examples (non-exhaustive list) of computer-readable media include the following: electrical connections (electronic devices) with one or more wirings, portable computer disk cartridges (magnetic devices), random access memory (RAM), Read-only memory (ROM), erasable and editable read-only memory (EPROM or flash memory), fiber optic devices, and portable optical disk read-only memory (CDROM). In addition, the computer-readable medium may even be paper or other suitable medium on which the program can be printed, for example, by optically scanning the paper or other medium, followed by editing, interpretation, or other suitable means if necessary Process to obtain the program electronically and then store it in computer memory.
应当理解,本发明的各部分可以用硬件、软件、固件或它们的组合来实现。在上述实施方式中,多个步骤或方法可以用存储在存储器中且由合适的指令执行系统执行的软件或固件来实现。例如,如果用硬件来实现,和在另一实施方式中一样,可用本领域公知的下列技术中的任一项或他们的组合来实现:具有用于对数据信号实现逻辑功能的逻辑门电路的离散逻辑电路,具有合适的组合逻辑门电路的专用集成电路,可编程门阵列(PGA),现场可编程门阵列(FPGA)等。It should be understood that each part of the present invention may be implemented by hardware, software, firmware, or a combination thereof. In the above embodiments, multiple steps or methods may be implemented by software or firmware stored in a memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, it may be implemented using any one or a combination of the following techniques known in the art: Discrete logic circuits, application-specific integrated circuits with suitable combinational logic gate circuits, programmable gate arrays (PGA), field programmable gate arrays (FPGA), etc.
在本说明书的描述中,参考术语“一个实施例”、“一些实施例”、“示例”、“具体示例”、或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本发明的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不一定指的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任何的一个或多个实施例或示例中以合适的方式结合。In the description of this specification, the description with reference to the terms “one embodiment”, “some embodiments”, “examples”, “specific examples”, or “some examples” and the like means specific features described in conjunction with the embodiments or examples , Structure, material, or characteristic is included in at least one embodiment or example of the present invention. In this specification, the schematic expressions of the above terms do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的保护范围之内。The above description is only the preferred embodiments of the present invention, and is not intended to limit the present invention. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention shall be included in the protection of the present invention. Within range.

Claims (16)

  1. 一种日常任务管理的方法,其中,所述方法包括:A method for daily task management, wherein the method includes:
    获得所有任务的任务内容形成当前任务池,获取所述当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的所述任务截止期限的远近进行排序;Obtain the task content of all tasks to form a current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task;
    若所述当前任务池中的两项或多项任务的所述任务截止期限相同时,以各任务对应的所述任务紧急等级高低进行再次排序,并将排序结果进行推送;If the task deadlines of two or more tasks in the current task pool are the same, re-rank the tasks according to the task emergency level corresponding to each task, and push the ranking results;
    其中,所述任务紧急等级为当前起点时间与任务截止期限的差值的绝对值和任务所需时间的比值,并且,将所述差值的绝对值与所述任务所需时间中较大的作为分子,所述任务截止期限为任务应完成的时间节点,所述当前起点时间为各项任务的起始时间节点。Wherein, the task emergency level is a ratio of an absolute value of a difference between a current starting time and a deadline of the task to a time required for the task, and the greater of the absolute value of the difference and the time required for the task As a numerator, the task deadline is the time node at which the task should be completed, and the current starting time is the start time node of each task.
  2. 根据权利要求1所述的日常任务管理的方法,其中,所述将排序结果进行推送步骤之后,所述方法还包括:The method for daily task management according to claim 1, wherein after the step of pushing the sorting result, the method further comprises:
    每当当前时间节点与所述当前任务池中首位任务的所述任务截止期限重合时,将所述首位任务进行突显,并且,提示是否执行下一任务;Whenever the current time node coincides with the task deadline of the first task in the current task pool, highlight the first task and prompt whether to execute the next task;
    若执行一下任务时,重新计算所述当前任务池中的其余任务对应的所述任务紧急等级,并且,将具有最高所述任务紧急等级的任务进行突显,并提示是否优先执行;If the task is executed, recalculate the task emergency level corresponding to the remaining tasks in the current task pool, and highlight the task with the highest task emergency level, and prompt whether to perform it preferentially;
    若放弃执行下一任务时,继续执行所述首位任务,并且,顺延所述首位任务的所述任务截止期限,直至当前时间节点与顺延后的所述任务截止期限重合。If the execution of the next task is abandoned, the first task continues to be executed, and the deadline of the task of the first task is extended until the current time node coincides with the extended deadline of the task.
  3. 根据权利要求2所述的日常任务管理的方法,其中,所述顺延所述首位任务的所述任务截止期限,直至当前时间节点与顺延后的所述任务截止期限重合的步骤之后,所述方法还包括:The method for daily task management according to claim 2, wherein the method extends the task deadline of the first task until after a step in which a current time node coincides with the extended task deadline. Also includes:
    获取所述首位任务的任务终止期限,当当前时间节点与所述首位任务的对应的所述任务终止期限重合时,将所述首位任务转移至终止任务池中,并成为首位终止任务;Obtain the task termination deadline of the first task, and when the current time node coincides with the corresponding task termination deadline of the first task, transfer the first task to the termination task pool and become the first termination task;
    所述任务终止期限为首位任务终止的时间节点。The task termination period is a time node at which the first task is terminated.
  4. 根据权利要求3所述的日常任务管理的方法,其中,所述将所述首位任务转移至终止任务池中,并成为首位终止任务的步骤之后,所述方法还包括:The method for daily task management according to claim 3, wherein after the step of transferring the first task to a termination task pool and becoming the first task to terminate, the method further comprises:
    获取所述首位终止任务的任务重启期限,当当前时间节点与所述首位任务 的对应的所述任务重启期限重合时,提示是否将所述首位终止任务转移至所述当前任务池中;Obtaining the task restart deadline of the first terminated task, and prompting whether to transfer the first terminated task to the current task pool when the current time node coincides with the corresponding task restart deadline of the first task;
    若将所述首位终止任务转移至所述当前任务池,则重新获取对应的任务紧急等级和任务截止期限;If the first terminated task is transferred to the current task pool, re-obtaining the corresponding task emergency level and task deadline;
    若放弃将所述首位终止任务转移至所述当前任务池,则删除所述首位终止任务;If abandoning the first terminated task to the current task pool, delete the first terminated task;
    所述任务重启期限为首位终止任务重新启用的时间节点。The task restart period is the first time node to terminate the task and re-enable it.
  5. 根据权利要求1所述的日常任务管理的方法,其中,所述方法还包括:The method of daily task management according to claim 1, wherein the method further comprises:
    获取当前终点时间以及所述当前任务池中各任务的任务重要等级,将在所述当前起点时间与所述当前终点时间之间的且具有最高所述任务重要等级的任务进行突显,并提示是否优先执行;Obtain the current end time and the task importance level of each task in the current task pool, highlight the task with the highest task importance level between the current start time and the current end time, and prompt whether or not Priority execution
    其中,所述当前终点时间为各项任务的终点时间节点。The current end time is the end time node of each task.
  6. 根据权利要求1所述的日常任务管理的方法,其中,所述方法还包括:The method of daily task management according to claim 1, wherein the method further comprises:
    获取各新增任务的任务紧急等级和任务截止期限,将各所述新增任务与所述当前任务池中各任务重新排序,并且,按照各所述新增任务的先后顺序,进行突显,并逐一提示是否优先执行;Obtain the task emergency level and task deadline of each newly added task, reorder each newly added task and each task in the current task pool, and highlight in accordance with the sequence of each newly added task, and Prompt whether to execute one by one;
    若优先执行各所述新增任务,则在各所述新增任务完成后,对所述当前任务池中其余任务进行重新排序;If each of the newly added tasks is executed preferentially, reordering the remaining tasks in the current task pool after each of the newly added tasks is completed;
    若放弃优先执行各所述新增任务,则按照重新排序的顺序处理所述当前任务池中的各项任务。If abandoning the execution of each of the newly added tasks first, the tasks in the current task pool are processed in the order of reordering.
  7. 根据权利要求1所述的日常任务管理的方法,其中,所述方法还包括:The method of daily task management according to claim 1, wherein the method further comprises:
    获取所述当前任务池中各项任务的任务依赖等级,根据所述任务依赖等级的大小将各任务在所述当前任务池中的排序结果中分级突显,并逐一提示是否优先执行;Acquiring the task dependency level of each task in the current task pool, ranking and highlighting each task in the sorting result in the current task pool according to the size of the task dependency level, and prompting whether to perform the priority one by one;
    所述任务依赖等级为完成任务所依赖他人的人数。The task dependency level is the number of people who depend on others to complete the task.
  8. 一种日常任务管理的设备,其中,所述设备包括:A device for daily task management, wherein the device includes:
    排序模块,用于获得所有任务的任务内容形成当前任务池,获取所述当前任务池中的各项任务的任务紧急等级和任务截止期限,根据各任务对应的所述任务截止期限的远近进行排序;A sorting module, configured to obtain the task content of all tasks to form a current task pool, obtain the task emergency level and task deadline of each task in the current task pool, and sort according to the distance of the task deadline corresponding to each task ;
    推送模块,用于将排序结果进行推送。A push module is used to push the sorted results.
  9. 根据权利要求8所述的日常任务管理的设备,其中,所述设备还包括:The device for daily task management according to claim 8, wherein the device further comprises:
    第一提示模块,用于每当当前时间节点与当前任务池中首位任务的任务截止期限重合时,将首位任务进行突显,并且,提示是否执行下一任务。The first prompt module is used to highlight the first task whenever the current time node coincides with the task deadline of the first task in the current task pool, and prompt whether to execute the next task.
  10. 根据权利要求8所述的日常任务管理的设备,其中,所述设备还包括:The device for daily task management according to claim 8, wherein the device further comprises:
    第二提示模块,用于获取首位任务的任务终止期限,当当前时间节点与首位任务的对应的任务终止期限重合时,将首位任务转移至终止任务池中,并成为首位终止任务。The second prompt module is used to obtain the task termination deadline of the first task. When the current time node coincides with the corresponding task termination deadline of the first task, the first task is transferred to the termination task pool and becomes the first termination task.
  11. 根据权利要求8所述的日常任务管理的设备,其中,所述设备还包括:The device for daily task management according to claim 8, wherein the device further comprises:
    第三提示模块,用于获取首位终止任务的任务重启期限,当当前时间节点与首位任务的对应的任务重启期限重合时,提示是否将首位终止任务转移至当前任务池中。The third prompt module is used to obtain the task restart deadline of the first terminated task. When the current time node coincides with the corresponding task restart deadline of the first task, it prompts whether to transfer the first terminated task to the current task pool.
  12. 根据权利要求8所述的日常任务管理的设备,其中,所述设备还包括:The device for daily task management according to claim 8, wherein the device further comprises:
    第四提示模块,用于获取当前终点时间以及当前任务池中各任务的任务重要等级,将在当前起点时间与当前终点时间之间的且具有最高任务重要等级的任务进行突显,并提示是否优先执行。The fourth prompt module is used to obtain the current end time and the task importance level of each task in the current task pool. It will highlight the task with the highest task importance level between the current start time and the current end time, and prompt whether it has priority carried out.
  13. 根据权利要求8所述的日常任务管理的设备,其中,所述设备还包括:The device for daily task management according to claim 8, wherein the device further comprises:
    第五提示模块,用于获取各新增任务的任务紧急等级和任务截止期限,将各新增任务与当前任务池中各任务重新排序,并且,按照各新增任务的先后顺序,进行突显,并逐一提示是否优先执行。A fifth prompt module is used to obtain the task emergency level and task deadline of each newly added task, reorder each newly added task and each task in the current task pool, and highlight the new tasks in the order of the newly added tasks, And one by one whether to give priority to execution.
  14. 根据权利要求8所述的日常任务管理的设备,其中,所述设备还包括:The device for daily task management according to claim 8, wherein the device further comprises:
    第六提示模块,用于获取当前任务池中各项任务的任务依赖等级,根据任务依赖等级的大小将各任务在当前任务池中的排序结果中分级突显,并逐一提示是否优先执行。A sixth prompt module is used to obtain the task dependency level of each task in the current task pool, and according to the size of the task dependency level, each task is ranked and highlighted in the ranking result of the current task pool, and one by one is prompted whether to execute first.
  15. 一种存储介质,其上存储有计算机程序,其中,所述计算机程序被处理器执行时实现如权利要求1至7任一项所述的方法的步骤。A storage medium having stored thereon a computer program, wherein when the computer program is executed by a processor, the steps of the method according to any one of claims 1 to 7 are implemented.
  16. 一种终端,包括存储器、处理器以及存储在存储器上并可在处理器上运行的计算机程序,其中,所述处理器执行所述程序时实现如权利要求1至7任一项所述的方法的步骤。A terminal includes a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein when the processor executes the program, the method according to any one of claims 1 to 7 is implemented A step of.
PCT/CN2019/097558 2018-08-01 2019-07-24 Method and apparatus for daily task management, storage medium, and terminal WO2020024862A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810860445.5A CN109214771A (en) 2018-08-01 2018-08-01 Method, equipment, storage medium and the terminal of everyday tasks management
CN201810860445.5 2018-08-01

Publications (1)

Publication Number Publication Date
WO2020024862A1 true WO2020024862A1 (en) 2020-02-06

Family

ID=64990433

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/097558 WO2020024862A1 (en) 2018-08-01 2019-07-24 Method and apparatus for daily task management, storage medium, and terminal

Country Status (2)

Country Link
CN (1) CN109214771A (en)
WO (1) WO2020024862A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112270531A (en) * 2020-10-30 2021-01-26 重庆紫光华山智安科技有限公司 Item notification method, item notification device, server, and storage medium

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109214771A (en) * 2018-08-01 2019-01-15 奇酷互联网络科技(深圳)有限公司 Method, equipment, storage medium and the terminal of everyday tasks management
CN109886548A (en) * 2019-01-18 2019-06-14 平安科技(深圳)有限公司 Worksheet processing method, system, device and storage medium
CN109919445A (en) * 2019-02-01 2019-06-21 广州影子科技有限公司 Cultivate task management method and device, cultivation task management equipment and system
CN110348818B (en) * 2019-07-17 2024-01-19 博仕瀚道(上海)信息科技有限公司 Intelligent process processing method and system for process engine
CN111176821A (en) * 2019-12-31 2020-05-19 青岛海尔科技有限公司 Multitask scheduling method and device for operating system
CN111554367B (en) * 2020-04-26 2023-05-30 贵州精准健康数据有限公司 Data processing method, device and computer readable medium
CN112365699B (en) * 2020-09-24 2022-10-14 青岛鼎信通讯股份有限公司 Meter reading method for solving uplink communication timeout of water-gas-heat meter converter
CN112967120A (en) * 2021-01-27 2021-06-15 国能大渡河大数据服务有限公司 Traceable Internet of things platform applied to financial system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000070455A2 (en) * 1999-05-14 2000-11-23 Honeywell Inc. Task scheduling and message passing
CN101620550A (en) * 2009-05-27 2010-01-06 西华师范大学 Embedded real-time scheduling method based on fuzzy multiple features of task
WO2017205305A1 (en) * 2016-05-27 2017-11-30 Microsoft Technology Licensing, Llc Automatic task flow management across multiple platforms
CN109214771A (en) * 2018-08-01 2019-01-15 奇酷互联网络科技(深圳)有限公司 Method, equipment, storage medium and the terminal of everyday tasks management

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10241644B2 (en) * 2011-06-03 2019-03-26 Apple Inc. Actionable reminder entries
CN104424021A (en) * 2013-08-29 2015-03-18 鸿富锦精密工业(深圳)有限公司 Task priority setting system and method
WO2016044763A1 (en) * 2014-09-19 2016-03-24 Amazon Technologies, Inc. Automated configuration of log-coordinated storage groups
CN104731649A (en) * 2015-04-21 2015-06-24 中国建设银行股份有限公司 Multi-task processing method and multi-task processing device
CN107291548B (en) * 2016-03-31 2021-04-13 阿里巴巴集团控股有限公司 Task resource scheduling method and device
CN106056362A (en) * 2016-06-21 2016-10-26 浪潮软件集团有限公司 Cooperative office APP task management method
CN107358405A (en) * 2017-06-30 2017-11-17 胡玥莹 A kind of briefing management system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000070455A2 (en) * 1999-05-14 2000-11-23 Honeywell Inc. Task scheduling and message passing
CN101620550A (en) * 2009-05-27 2010-01-06 西华师范大学 Embedded real-time scheduling method based on fuzzy multiple features of task
WO2017205305A1 (en) * 2016-05-27 2017-11-30 Microsoft Technology Licensing, Llc Automatic task flow management across multiple platforms
CN109214771A (en) * 2018-08-01 2019-01-15 奇酷互联网络科技(深圳)有限公司 Method, equipment, storage medium and the terminal of everyday tasks management

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112270531A (en) * 2020-10-30 2021-01-26 重庆紫光华山智安科技有限公司 Item notification method, item notification device, server, and storage medium
CN112270531B (en) * 2020-10-30 2023-12-29 重庆紫光华山智安科技有限公司 Event notification method, device, server and storage medium

Also Published As

Publication number Publication date
CN109214771A (en) 2019-01-15

Similar Documents

Publication Publication Date Title
WO2020024862A1 (en) Method and apparatus for daily task management, storage medium, and terminal
US6434571B1 (en) Method, apparatus and computer program product for implementing meeting functions in an electronic calendar
US20090055235A1 (en) system and method for assisted handling of cascading meeting changes
US6961896B1 (en) Method and system for setting document-linked timed reminders
Roth et al. Turnaround time and bottlenecks in market clearing: Decentralized matching in the market for clinical psychologists
US8316371B2 (en) Task hierarchy in an event-driven communication system
US20050278209A1 (en) Hierarchical projects in a computer-enabled project management method and system
US20060106872A1 (en) Active agenda
US20080162250A1 (en) Single User Interface Window Event Scheduling
CN109584431A (en) A kind of data processing method of priority queue, apparatus and system
CN109726987A (en) Event method for reporting, device, equipment and computer readable storage medium
US7716671B2 (en) Method for coordinating a set of related tasks and events by reducing duplicated effort
JP5628222B2 (en) Scheduler
KR101109292B1 (en) Active agenda
WO2017054125A1 (en) Event planning method and terminal
Hassine et al. Agent-based approach to dynamic meeting scheduling problems
JP2001209738A (en) Processing time display method and processing period setting method in workflow system
Villa Large free software projects and Bugzilla
Bocionek Software secretaries: learning and negotiating personal assistants for the daily office work
JP5705718B2 (en) Schedule management apparatus and schedule management method
JPH05134989A (en) Schedule managing system
US20110066974A1 (en) Method and apparatus for providing reminders associated with calendar event data
JPH0619916A (en) Plan notifying device
CN103488506A (en) Method and device for unloading management of application programs
Guerin et al. A semantic framework for specifying agent communication languages

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: 19844553

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19844553

Country of ref document: EP

Kind code of ref document: A1