WO2018188541A1 - 任务处理方法、装置、计算机设备及存储介质 - Google Patents

任务处理方法、装置、计算机设备及存储介质 Download PDF

Info

Publication number
WO2018188541A1
WO2018188541A1 PCT/CN2018/082232 CN2018082232W WO2018188541A1 WO 2018188541 A1 WO2018188541 A1 WO 2018188541A1 CN 2018082232 W CN2018082232 W CN 2018082232W WO 2018188541 A1 WO2018188541 A1 WO 2018188541A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
task
preset
instruction
operation result
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
Application number
PCT/CN2018/082232
Other languages
English (en)
French (fr)
Inventor
蔡宁
张辉
李浩琦
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Publication of WO2018188541A1 publication Critical patent/WO2018188541A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • H04L67/5651Reducing the amount or size of exchanged application data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Definitions

  • the present application relates to the field of electronic technologies, and in particular, to a task processing method, apparatus, computer device, and storage medium.
  • auditors need to go to the site to conduct investigations when handling audit tasks. Since the attachments usually need to be uploaded when the task is feedback, the auditor needs to bring the camera, recorder and other equipment to the site. After the on-site investigation is completed, the task needs to be returned to the office to perform task feedback in the Web-side system, such as connecting the camera. The computer uploads the attachment, which leads to the inefficiency of the auditor's task.
  • the embodiment of the present application provides a task processing method, device, computer device, and storage medium, which can improve task processing efficiency.
  • the embodiment of the present application provides a task processing method, including: if the account information when the user logs in to the application is detected, determining whether the user is the first user, and the first user is performing the task. a user; if yes, obtaining a task associated with the account of the first user from the server, each task has a task identifier; if it is detected that the first user selects a preset operation during the execution of the task, according to the The preset operation invokes a function corresponding to the terminal to obtain an operation result; marking the operation result according to the task identifier; and transmitting the selected operation result to the server according to the operation instruction of the first user.
  • the embodiment of the present application provides a task processing apparatus, where the device includes a determining unit, configured to determine, if the user logs in to the application, whether the user is the first user, the first user. a user for performing a task; a first obtaining unit, configured to: obtain, from the server, a task associated with the account of the first user, each task has a task identifier; and the calling unit is configured to detect the first a user selects a preset operation during the execution of the task, and invokes a function corresponding to the terminal according to the preset operation to obtain an operation result; and a marking unit, configured to mark the operation result according to the task identifier; the first sending unit And configured to send the selected operation result to the server according to the operation instruction of the first user.
  • the embodiment of the present application further provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor executes the computer
  • the program is implemented: if the account information when the user logs in to the application is detected, it is determined whether the user is the first user, and the first user is the user who performs the task; if yes, the server obtains the account associated with the first user.
  • Each task has a task identifier; if it is detected that the first user selects a preset operation during the execution of the task, the corresponding function of the terminal is invoked according to the preset operation to obtain an operation result; The task identifier marks the operation result; the selected operation result is sent to the server according to the operation instruction of the first user.
  • the embodiment of the present application further provides a storage medium, wherein the storage medium stores a computer program, where the computer program includes program instructions, and the program instructions, when executed by the processor, cause the processor to execute If the account information of the user is detected, the user is determined to be the first user, and the first user is the user who performs the task; if yes, the task associated with the account of the first user is obtained from the server.
  • Each task has a task identifier; if it is detected that the first user selects a preset operation during the execution of the task, the corresponding function of the terminal is invoked according to the preset operation to obtain an operation result; according to the task identifier Marking the operation result; transmitting the selected operation result to the server according to the operation instruction of the first user.
  • the task processing method in the embodiment of the present application can achieve fast uploading of operation results, thereby improving task processing efficiency.
  • FIG. 1 is a schematic flowchart of a task processing method according to an embodiment of the present application.
  • FIG. 2 is a schematic diagram of a sub-flow of step S107 in FIG. 1;
  • FIG. 3 is a schematic flowchart of a method for processing a picture according to an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of a method for processing a recording file according to an embodiment of the present application
  • FIG. 5 is a schematic diagram of a method for a task processing apparatus according to an embodiment of the present application.
  • Figure 6 is a schematic block diagram of the dispensing unit of Figure 5;
  • FIG. 7 is a schematic block diagram of a picture processing apparatus according to an embodiment of the present application.
  • FIG. 8 is a schematic block diagram of a processing device for recording files provided by an embodiment of the present application.
  • FIG. 9 is a schematic block diagram of a computer device according to an embodiment of the present application.
  • FIG. 1 is a schematic flowchart diagram of a task processing method according to an embodiment of the present application. As shown in the figure, the task processing method includes steps S101 to S109.
  • the user includes at least a first user, and the first user is a user who performs a task, such as an employee, a salesperson, and the like.
  • the user also includes a second user who is a user who assigns a task, such as a leader, supervisor, and the like. It can be understood that the second user can also review the tasks submitted by the first user, etc., and is not limited herein.
  • the account information of the user is set in advance as an account corresponding to the first user and an account corresponding to the second user. When the account information of the user login application is detected, the user is determined according to the account information. If it is the first user, if the user is the first user, step S102 is performed; when the user is not the first user, step S106 is performed.
  • a task associated with the account of the first user is pre-stored in the server, and the task is usually formed by the second user.
  • Each task has a task identifier to achieve a distinction between different tasks. It should be noted that different first users may have the same tasks or different tasks.
  • the task identifier is used to identify and distinguish each task.
  • Each task uniquely corresponds to one task identifier.
  • the task code can be used to sequentially number or use the identifier related to the task content.
  • the preset operation includes a photographing operation, a recording operation, and the like. If it is detected that the first user selects a photographing operation during the execution of the task, the photographing function of the terminal is invoked to obtain a picture; if the first user is selected to perform the recording operation during the execution of the task, the called recording function is performed. Record to get a recording file.
  • the preset operation is not limited thereto, and may also include a video shooting operation, and the corresponding operation result is a video file.
  • the operation result obtained by the corresponding task identifier is marked.
  • the obtained picture or recording file may be marked by using a combination of the task identification and the current time, or the obtained picture or recording file may be marked by using a combination of the task identification and the sequence number of the picture or the recording file, thereby implementing each item.
  • the operation result obtained by the preset operation triggered during the task is marked correspondingly, so that the corresponding picture or recording file can be quickly found when the task is submitted.
  • the operation instruction of the first user is used to send the operation result corresponding to the task to the server to complete the submission of the task.
  • the operation instruction may be configured to set an upload button in the terminal for the first user to select, and of course, the uploading of the uploading instruction may be implemented by using voice control, which is not limited herein.
  • the operation instruction may further include an image uploading instruction and a recording uploading instruction set on the terminal page, and when the first user selects the image uploading instruction, the selected image is sent to the server, when the first user selects the recording.
  • the selected recording file is sent to the server after the upload command.
  • the operation result selected here may be a picture/audio file automatically selected according to the task identifier or a picture/recording file selected according to the manual operation of the first user, which is not limited herein.
  • the task list including the task to be assigned and the account list of the first user to which the task can be assigned are acquired from the server to implement task assignment on the terminal corresponding to the second user.
  • the task list includes at least one task to be assigned
  • the first user's account list includes at least one first user's account.
  • FIG. 2 is a schematic diagram of a sub-flow of step S108. As shown in the figure, S108 includes steps S201 to S203.
  • the task time refers to the total duration of the first user completing a task
  • the task processing efficiency of different first users can be known according to the task time.
  • Historical performance can be divided into multiple performance levels according to the time of the task, and the shorter the task time, the higher the corresponding performance level.
  • the historical performance can obtain performance within a preset time period, such as the performance of the previous six months, the first user corresponding to the assignable task obtains the performance of the corresponding six months respectively, and can further improve the performance of the previous six months.
  • the average value is obtained, or different weights are set corresponding to the performances of different months, and the historical performance of each first user is calculated according to different weights. Understandably, the shorter the task, the higher the historical performance.
  • the first user is prioritized according to the historical performance of the first user.
  • the higher the historical performance the higher the priority corresponding to the first user.
  • the lower the historical performance the lower the priority corresponding to the first user.
  • the tasks in the task list are correspondingly assigned to the first user after the sorting, so that the tasks to be allocated are allocated as much as possible to the task.
  • the first user to ensure timely completion of the task.
  • the corresponding task to be assigned is allocated to the corresponding first user, and the second user is received.
  • the confirmation command sends the correspondence between the configured task and the account of the first user to the server for storage.
  • the embodiment of the present application After detecting that the user logging in to the application is the first user, the embodiment of the present application acquires a task associated with the account of the first user from the server, and each task has a task identifier, and when detecting that the first user is performing the task
  • the preset operation such as photographing/recording, is selected, and the corresponding function of the terminal is called according to the preset operation to obtain an operation result, such as a picture or a recording file; and then the corresponding operation result is marked according to the task identifier, and according to The first user's operation instruction sends the selected operation result to the server.
  • the embodiment of the present application can achieve fast uploading of operation results, thereby improving task processing efficiency.
  • FIG. 3 is a schematic flowchart of a method for processing a picture according to an embodiment of the present application. As shown, the method includes S301 to S308.
  • the preset sharpness parameter is a shooting parameter used when the terminal photographing function is called.
  • the image size is 16M, the resolution is 4608 ⁇ 3456; the image size is 12M, the resolution is 4608 ⁇ 2592; the image size is 8M, the resolution is 3264 ⁇ 2448; the image size is 6M, and the resolution is 3264 ⁇ 1840;
  • the terminal can be controlled to take a photo according to the preset definition parameter to obtain a photo.
  • the preset definition may be the same as or different from the current resolution parameter of the terminal.
  • the photo triggering command is sent by the first user to control the content and quantity of the picture taken by the terminal.
  • the photo triggering command is sent by the first user to control the content and quantity of the picture taken by the terminal.
  • the obtained picture may be compressed according to a preset compression ratio, so as to implement fast transmission of the picture.
  • the compressed picture is transferred from the terminal memory to a preset picture folder, where the preset picture folder is located in a local execution file of the application.
  • the preset picture folder is located in the local execution file of the application, and the compressed picture is transferred and saved in the preset picture folder, so that the application loads the required picture. Compared with saving the image in the terminal gallery, it can prevent other applications from loading, which can improve the security of the image.
  • the selected picture may be all the pictures associated with the task identifier of the current task, or may select a part of the pictures from all the pictures associated with the task identification, which is not limited herein.
  • the corresponding picture is sent to the server, thereby implementing a fast processing operation of the picture.
  • FIG. 4 is a schematic flowchart diagram of a method for processing a recording file according to an embodiment of the present application. As shown, the method includes S401 to S406.
  • the recording control command is issued by the first user to control the start time point and the end time point of the terminal recording.
  • the recording file is obtained by calling the recording function of the terminal and recording according to the recording control command of the first user, and the recording file is temporarily stored in the terminal memory.
  • FIG. 5 is a schematic block diagram of a task processing apparatus according to an embodiment of the present application.
  • the apparatus 50 in the present embodiment as shown includes a judging unit 51, a first obtaining unit 52, a calling unit 53, a marking unit 54, a first transmitting unit 55, a second obtaining unit 56, an allocating unit 57, and a second transmitting. Unit 58.
  • the determining unit 51 is configured to determine, if the user logs in to the application, whether the user is the first user, and the first user is the user who performs the task.
  • the first obtaining unit 52 is configured to: if the user is the first user, obtain a task associated with the account of the first user from the server, and each task has a task identifier.
  • the calling unit 53 is configured to: if it is detected that the first user selects a preset operation during the execution of the task, invoke a function corresponding to the terminal according to the preset operation to obtain an operation result.
  • the marking unit 54 is configured to mark the operation result according to the task identifier.
  • the first sending unit 55 is configured to send the selected operation result to the server according to the operation instruction of the first user.
  • the determining unit 51 is further configured to determine whether the user is a second user if the user is not the first user.
  • the second obtaining unit 56 is configured to acquire, from the server, a task list including a task to be assigned and a account list of the first user that can assign a task, if the user is a second user.
  • the allocating unit 57 is configured to pair the tasks in the task list with the account of the first user according to a preset allocation rule.
  • the second sending unit 58 is configured to send, according to the confirmation instruction of the second user, the correspondence between the configured task and the account of the first user to the server for storage.
  • FIG. 6 is a schematic structural diagram of the distribution unit of FIG. 5.
  • the allocation unit 57 includes a third acquisition unit 571, a sorting unit 572, and a configuration unit 573.
  • the third obtaining unit 571 is configured to acquire historical performance corresponding to each of the first users of the assignable tasks, where the historical performance is associated with the task time.
  • the sorting unit 572 is configured to prioritize the first user according to the historical performance.
  • the configuration unit 573 is configured to allocate the tasks in the task list to the sorted first user.
  • the embodiment of the present application After detecting that the user logging in to the application is the first user, the embodiment of the present application acquires a task associated with the account of the first user from the server, and each task has a task identifier, and when detecting that the first user is performing the task
  • the preset operation such as photographing/recording, is selected, and the corresponding function of the terminal is called according to the preset operation to obtain an operation result, such as a picture or a recording file; and then the corresponding operation result is marked according to the task identifier, and according to The first user's operation instruction sends the selected operation result to the server.
  • the embodiment of the present application can achieve fast uploading of operation results, thereby improving task processing efficiency.
  • FIG. 7 is a schematic block diagram of a picture processing apparatus according to an embodiment of the present application.
  • the apparatus 70 in this embodiment as shown in the figure includes a judging unit 71, a first obtaining unit 72, a calling unit 73, a marking unit 74, a compressing unit 75, a shifting unit 76, a first selecting unit 77, and a first jump.
  • the determining unit 71 is configured to determine, if the user logs in the application, the account information, and determine whether the user is the first user, and the first user is the user who performs the task.
  • the first obtaining unit 72 is configured to: if yes, obtain a task associated with the account of the first user from the server, where each task has a task identifier.
  • the calling unit 73 is specifically configured to invoke the photographing function of the terminal and perform photographing according to the photographing triggering instruction of the first user and the preset sharpness parameter to obtain the image, and the image is temporarily stored in the terminal memory.
  • the marking unit 74 is configured to mark the picture according to the task identifier.
  • the compressing unit 75 is configured to compress the marked picture according to a preset compression ratio.
  • the shifting unit 76 is configured to transfer the compressed picture from the terminal memory to a preset picture folder, where the preset picture folder is located in a local execution file of the application.
  • the first selecting unit 77 is configured to: if the uploading instruction of the first user is received, select the picture associated with the task identifier.
  • the first jump unit 78 is configured to: after the first selected unit selects the picture associated with the task identifier, jump to the preset picture folder page for the first user to confirm the selected picture.
  • the first uploading unit 79 is configured to send the selected picture to the server according to the confirmation instruction of the first user.
  • the image associated with the task identifier is selected and the selected image is uploaded to the server, thereby implementing fast uploading of the image, thereby improving task processing efficiency.
  • FIG. 8 is a schematic block diagram of a recording file processing apparatus provided by an embodiment of the present application.
  • the apparatus 80 in the present embodiment as shown includes a judging unit 81, a first obtaining unit 82, a calling unit 83, a marking unit 84, a second selecting unit 85, a second jumping unit 86, and a second uploading unit 87.
  • the determining unit 81 is configured to determine whether the user is the first user if the user account information is detected when the user logs in to the application, and the first user is the user who performs the task.
  • the first obtaining unit 82 is configured to obtain, from the server, a task associated with the account of the first user, where each task has a task identifier.
  • the calling unit 83 is specifically configured to invoke the recording function of the terminal and perform recording according to the recording control command of the first user to obtain the recording file, and the recording file is temporarily stored in the terminal memory.
  • the marking unit 84 is configured to mark the recording file according to the task identifier.
  • the second selecting unit 85 is configured to: if the uploading instruction of the first user is received, select the recording file associated with the task identifier.
  • a second jump unit 86 configured to: after the first selected unit selects the recording file associated with the task identifier, jump to the preset recording file folder page for the first user to confirm the selected Recording files.
  • the second uploading unit 87 is configured to send the selected recording file to the server according to the confirmation instruction of the first user.
  • the recording file is marked according to the task identifier.
  • the recording file associated with the task identifier is selected and jumped to the preset recording folder page for confirmation by the first user, and according to The first user's confirmation command sends the selected recording file to the server, so that the recording file can be quickly uploaded.
  • FIG. 9 is a schematic block diagram of a computer device according to an embodiment of the present application.
  • the computer device 500 can be a terminal, and the terminal can be, for example, an electronic device such as a smart phone, a tablet computer, a laptop computer, or a desktop computer.
  • the computer device 500 includes a processor 502, a memory, and a network interface 505 connected by a system bus 501, wherein the memory can include a non-volatile storage medium 503 and an internal memory 504.
  • the non-volatile storage medium 503 can store an operating system 5031 and a computer program 5032.
  • the computer program 5032 includes program instructions that, when executed, cause the processor 502 to perform a task processing method.
  • the processor 502 is used to provide computing and control capabilities to support the operation of the entire computer device 500.
  • the internal memory 504 provides an environment for operation of the computer program 5032 in the non-volatile storage medium 503, which when executed by the processor 502, may cause the processor 502 to perform a task processing method.
  • the network interface 505 is used for network communication, such as sending assigned tasks and the like. It will be understood by those skilled in the art that the structure shown in FIG. 9 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation of the computer device 500 to which the solution of the present application is applied, and a specific computer device. 500 may include more or fewer components than shown, or some components may be combined, or have different component arrangements.
  • the processor 502 is configured to execute a computer program 5032 stored in a memory to implement a task processing method in various embodiments of the present application. It should be understood that in the embodiment of the present application, the processor 502 may be a central processing unit, and the processor 502 may also be other general purpose processors, digital signal processors, application specific integrated circuits, off-the-shelf programmable gate arrays, or other programmable logic. Devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • the general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
  • a storage medium in another embodiment, can be a computer readable storage medium.
  • the storage medium stores a computer program, wherein the computer program includes program instructions.
  • the program instructions when executed by the processor, cause the processor to perform the task processing methods in various embodiments of the present application.
  • the storage medium may be a medium that can store program codes, such as a USB flash drive, a removable hard disk, a Read-Only Memory (ROM), a flash memory, a magnetic disk, or an optical disk.
  • the disclosed terminal and method may be implemented in other manners.
  • the device device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner such as multiple units or components may be combined or may be Integrate into another system, or some features can be ignored or not executed.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the technical solution of the present application may be in essence or part of the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium.
  • There are a number of instructions for causing a computer device (which may be a personal computer, terminal, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application.

Landscapes

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

Abstract

本申请实施例公开一种任务处理方法、装置、计算机设备及存储介质。该方法在判定登录应用的用户为第一用户时,从服务器获取与第一用户的账号相关联的任务;若检测到第一用户选择了预设操作,根据预设操作调用终端相应的功能以得到操作结果;根据任务对应的任务标识标记操作结果;根据操作指令发送选中的操作结果至服务器。

Description

任务处理方法、装置、计算机设备及存储介质
本申请要求于2017年4月10日提交中国专利局、申请号为201710229562.7、发明名称为“一种任务处理方法及任务处理装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及电子技术领域,尤其涉及一种任务处理方法、装置、计算机设备及存储介质。
背景技术
目前稽核人员处理稽核任务时需要到现场进行调查。由于反馈任务时通常需要上传附件,稽核人员去现场时需要带上照相机、录音笔等设备,现场调查完成后,反馈任务时还需要回到办公室在Web端系统中进行任务反馈,如将照相机连接电脑进行附件上传,从而导致稽核人员的任务效率低下。
发明内容
本申请实施例提供一种任务处理方法、装置、计算机设备及存储介质,其能够提高任务处理效率。
第一方面,本申请实施例提供了一种任务处理方法,该方法包括:若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户;若是,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识;若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果;根据所述任务标识标记所述操作结果;根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
第二方面,本申请实施例提供了一种任务处理装置,该装置包括判断单元,用于若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所 述第一用户为执行任务的用户;第一获取单元,用于若是,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识;调用单元,用于若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果;标记单元,用于根据所述任务标识标记所述操作结果;第一发送单元,用于根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
第三方面,本申请实施例还提供一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其中,所述处理器执行所述计算机程序时实现:若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户;若是,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识;若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果;根据所述任务标识标记所述操作结果;根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
第四方面,本申请实施例还提供一种存储介质,其中,所述存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行:若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户;若是,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识;若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果;根据所述任务标识标记所述操作结果;根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
本申请实施例中的任务处理方法能够实现操作结果的快速上传,从而提高了任务处理效率。
附图说明
为了更清楚地说明本申请实施例技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是本申请实施例提供的一种任务处理方法的流程示意图;
图2是图1中步骤S107的子流程示意图;
图3是本申请实施例提供的一种图片的处理方法的流程示意图;
图4是本申请实施例提供的一种录音文件的处理方法的流程示意图;
图5是本申请实施例提供的一种任务处理装置的方法示意图;
图6是图5中分配单元的示意性框图;
图7是本申请实施例提供的一种图片的处理装置的示意性框图;
图8是本申请实施例提供的一种录音文件的处理装置的示意性框图;
图9是本申请实施例提供的一种计算机设备的示意性框图。
具体实施方式
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
参见图1,图1是本申请实施例提供的一种任务处理方法的流程示意图。如图所示,该任务处理方法包括步骤S101~S109。
S101,若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户。
具体地,在本申请实施例中,用户至少包括第一用户,该第一用户为执行任务的用户,如员工,业务员等。在一些实施例中,用户还包括第二用户,该第二用户为分配任务的用户,如领导、主管等。可以理解地,第二用户还可以对第一用户提交的任务进行审核等,此处不做限定。在本申请实施例中,用户的账号信息预先被设置为与第一用户相对应的账号以及与第二用户相对应的账号,当检测到用户登录应用时的账号信息,根据账号信息来判断用户是否为第一用户,若该用户为第一用户,则执行步骤S102;当该用户不是第一用户,则执行步骤S106。
S102,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识。
具体地,服务器中预存有与第一用户的账号相关联的任务,该任务通常由 第二用户分配形成。每一项任务均具有任务标识以实现不同任务之间的区分。需要说明的是,不同的第一用户其对应的任务可以相同也可以不同。任务标识用于标识并区分每一项任务,每一项任务唯一对应一个任务标识,如可以使用任务编码进行顺序编号或者使用与任务内容相关的标识等,此处不作限定。
S103,若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果。
具体地,在本申请实施例中,预设操作包括拍照操作、录音操作等。如若检测到第一用户在执行任务的过程中选择了拍照操作,则调用终端的拍照功能以得到图片;若检测到第一用户在执行任务的过程中选择了录音操作,则调用的录音功能进行录音以得到录音文件。可以理解地,预设操作并不局限此,如还可以包括视频拍摄操作,对应的操作结果为视频文件。
S104,根据所述任务标识标记所述操作结果。
具体地,在S103得到对应的操作结果后,根据对应的任务标识标记得到的操作结果。具体地,可以使用任务标识与当前时间的组合来标记得到的图片或录音文件,或者使用任务标识与图片或录音文件序列号的组合来标记得到的图片或录音文件,从而实现对执行每一项任务过程中所触发的预设操作而得到的操作结果进行相对应的标记,以便在任务提交时可以快速找到对应的图片或录音文件。
S105,根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
具体地,该第一用户的操作指令用于将该任务对应的操作结果发送至服务器从而完成该项任务的提交。该操作指令可以在终端设置上传按钮以供该第一用户选择,当然还可通过语音控制来实现上传指令的发布,此处不作限定。可以理解地,该操作指令可进一步包括设置在终端页面上的图片上传指令和录音上传指令,当第一用户选择了图片上传指令之后将选中的图片发送至服务器中,当第一用户选择了录音上传指令之后将选中的录音文件发送至服务器中。需要说明的是,此处选中的操作结果可以是根据任务标识自动选中的图片/录音文件或者根据第一用户手动操作而选中的图片/录音文件,此处不作限定。
S106,判断所述用户是否为第二用户。
S107,若所述用户为第二用户,从所述服务器获取包含待分配任务的任务列表以及可分配任务的第一用户的账号列表。
具体地,当该用户为第二用户时,从服务器获取包含待分配任务的任务列表以及可分配任务的第一用户的账号列表以便在第二用户对应的终端上实现任务分配。其中,任务列表中至少包括一项待分配的任务,第一用户的账号列表至少包括一个第一用户的账号。
S108,根据预设分配规则将任务列表中的任务与该第一用户的账号进行配对。
具体地,预设规则可以为根据不同第一用户的历史绩效进行分配或根据根据待分配的任务进行平均分配等,此处不做限定。在一些实施例中,参照图2,图2是步骤S108的子流程示意图。如图所示,S108包括骤S201~S203。
S201,获取可分配任务的第一用户各自对应的历史绩效,所述历史绩效与任务用时相关联。
具体地,任务用时是指第一用户完成一项任务的总时长,根据任务用时可以了解不同第一用户的任务处理效率。历史绩效可根据任务用时的不同划分为多个不同的绩效等级,且任务用时越短,对应的绩效等级越高。该历史绩效可以获取预设时间段内的绩效,如之前六个月的绩效,对应可分配任务的第一用户分别获取其对应之前六个月的绩效,并可进一步对之前六个月的绩效求取平均值,或者对应不同月份的绩效设置不同的权重,并根据不同的权重计算每一个第一用户的历史绩效。可以理解地,任务用时越短,历史绩效越高。
S202,根据所述历史绩效对第一用户进行优先级排序。
具体地,根据步骤S201获得的历史绩效之后,根据第一用户的历史绩效对第一用户进行优先级排序。历史绩效越高,第一用户对应的优先级越高,相反地,历史绩效越低,第一用户对应的优先级越低。
S203,将任务列表中的任务分配给排序后的第一用户。
具体地,在根据历史绩效对不同的第一用户进行优先级排序后,将任务列表中的任务对应地分配给排序后的第一用户,从而使待分配的任务尽量分配给任务完成量较高的第一用户,以保证及时完成任务。
S109,根据第二用户的确认指令将配置后的任务和第一用户的账号的对应关系发送至所述服务器进行存储。
具体地,在步骤S108根据预设分配规则将任务列表中的任务与该第一用户的账号进行配对后,即将对应的待分配任务分配给对应的第一用户之后,当接 收到第二用户的确认指令,将配置后的任务和第一用户的账号的对应关系发送至服务器进行存储。
本申请实施例当检测到登录应用的用户为第一用户后,从服务器获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识,当检测该第一用户在执行任务的过程中选择了预设操作,如拍照/录音等,根据该预设操作调用终端相对应的功能以得到操作结果,如图片或录音文件等;然后根据任务标识标记对应的操作结果,并根据该第一用户的操作指令将选中的操作结果发送至服务器。本申请实施例能够实现操作结果的快速上传,从而提高了任务处理效率。
参照图3,图3是本申请实施例提供的一种图片的处理方法的示意流程图。如图所示,该方法包括S301~S308。
S301,若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户。
S302,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识。
S303,若检测到该第一用户在执行任务过程中选择了拍照操作,调用终端的拍照功能并根据第一用户的拍照触发指令及预设清晰度参数进行拍照以得到所述图片,所述图片暂存在终端内存中。
具体地,预设清晰度参数是调用终端拍照功能时采用的拍摄参数。通常终端内会预存有几种清晰度参数以供用户选择。如图片大小为16M,分辨率为4608×3456;图片大小为12M,分辨率为4608×2592;图片大小为8M,分辨率为3264×2448;图片大小为6M,分辨率为3264×1840;在该应用中调用终端的拍照功能时,可以控制终端按照预设清晰度参数进行拍照以得到照片。可以理解地,该预设清晰度与终端当前的清晰度参数可能相同或不同。拍照触发指令由第一用户发出,以控制终端拍摄图片的内容和数量等。通过调用终端的拍照功能并根据第一用户的拍照触发指令及预设清晰度参数进行拍照以得到期望大小的图片,并将图片暂时保存在终端内存中。
S304,根据任务标识标记得到的图片。
S305,根据预设压缩比例压缩标记后的所述图片。
具体地,在根据任务标识标记了获取的图片之后,可以按照预设压缩比例 对得到的图片进行压缩,以便实现图片的快速传输。
S306,将压缩后的所述图片从终端内存中移转至预设图片文件夹中,所述预设图片文件夹位于所述应用的本地执行文件中。
具体地,预设图片文件夹位于该应用的本地执行文件中,将压缩之后的图片移转并保存在预设图片文件夹中,以便于该应用加载所需的图片。相比将图片保存在终端图库中,可防止其他应用加载,进而可以提高图片的安全性。
S307,若接收到第一用户的上传指令,选中与所述任务标识相关联的所述图片并跳转至所述预设图片文件夹页面以供该第一用户确认所选中的图片。
具体地,为了实现图片的快速上传,在接收到第一用户的上传指令之后,选中与任务标识相关联的图片,并控制终端跳转至预设图片文件夹页面以供第一用户确认所选中的图片。可以理解地,所选中的图片可以是与当前任务的任务标识相关联的所有图片,也可以是从与任务标识相关联的所有图片中选取部分图片,此处不做限定。
S308,根据该第一用户的确认指令将选中的图片发送至所述服务器。
具体地,该第一用户确认所选中的图片后将对应的图片发送至服务器,从而实现图片的快速处理操作。
参照图4,图4是本申请实施例提供的录音文件的处理方法的流程示意图。如图所示,该方法包括S401~S406。
S401,若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户。
S402,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识。
S403,若检测到该第一用户在执行任务过程中选择了录音操作,调用终端的录音功能并根据第一用户的录音控制指令进行录音以得到所述录音文件,所述录音文件暂存在终端内存中。
具体地,录音控制指令由第一用户发出,以控制终端录音的开始时刻点和结束时间点。通过调用终端的拍录音功能并根据第一用户的录音控制指令进行录音以得到录音文件,并将录音文件暂存在终端内存中。
S404,根据任务标识标记得到录音文件。
S405,若接收到第一用户的上传指令,选中与所述任务标识相关联的录音 文件并跳转至所述预设录音文件夹页面以供第一用户确认所选中的录音文件。
S406,根据该第一用户的确认指令将选中的录音文件发送至所述服务器。
当接收到第一用户的上传指令之后,选中与任务标识相关联的录音文件并跳转至预设录音文件夹页面以供第一用户确认,并根据第一用户的确认指令将选中的录音文件发送至服务器,从而实现录音文件的快速上传。
参照图5,图5是本申请实施例提供的一种任务处理装置的示意性框图。如图所示的本实施例中的装置50包括判断单元51、第一获取单元52、调用单元53、标记单元54、第一发送单元55、第二获取单元56、分配单元57以及第二发送单元58。
判断单元51,用于若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户。
第一获取单元52,用于若该用户为第一用户,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识。
调用单元53,用于若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果。
标记单元54,用于根据所述任务标识标记所述操作结果。
第一发送单元55,用于根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
所述判断单元51还用于若所述用户不是第一用户,判断所述用户是否为第二用户。
第二获取单元56,用于若所述用户为第二用户,从所述服务器获取包含待分配任务的任务列表以及可分配任务的第一用户的账号列表。
分配单元57,用于根据预设分配规则将任务列表中的任务与该第一用户的账号进行配对。
第二发送单元58,用于根据第二用户的确认指令将配置后的任务和第一用户的账号的对应关系发送至所述服务器进行存储。
进一步地,参照图6,图6是图5中分配单元的结构示意图。如图所示,分配单元57包括第三获取单元571、排序单元572及配置单元573。
第三获取单元571,用于获取可分配任务的第一用户各自对应的历史绩效,所述历史绩效与任务用时相关联。
排序单元572,用于根据所述历史绩效对第一用户进行优先级排序。
配置单元573,用于将任务列表中的任务分配给排序后的第一用户。
本申请实施例当检测到登录应用的用户为第一用户后,从服务器获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识,当检测该第一用户在执行任务的过程中选择了预设操作,如拍照/录音等,根据该预设操作调用终端相对应的功能以得到操作结果,如图片或录音文件等;然后根据任务标识标记对应的操作结果,并根据该第一用户的操作指令将选中的操作结果发送至服务器。本申请实施例能够实现操作结果的快速上传,从而提高了任务处理效率。
参照图7,图7是本申请实施例提供的一种图片处理装置的示意框图。如图所示的本实施例中的装置70包括判断单元71、第一获取单元72、调用单元73、标记单元74、压缩单元75、移转单元76、第一选中单元77、第一跳转单元78以及第一上传单元79。
判断单元71,用于若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户。
第一获取单元72,用于若是,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识。
调用单元73,具体用于调用终端的拍照功能并根据第一用户的拍照触发指令及预设清晰度参数进行拍照以得到所述图片,所述图片暂存在终端内存中。
标记单元74,用于根据所述任务标识标记所述图片。
压缩单元75,用于根据预设压缩比例压缩标记后的所述图片。
移转单元76,用于将压缩后的所述图片从终端内存中移转至预设图片文件夹中,所述预设图片文件夹位于所述应用的本地执行文件中。
第一选中单元77,用于若接收到第一用户的上传指令,选中与所述任务标识相关联的所述图片。
第一跳转单元78,用于所述第一选中单元选中了与所述任务标识相关联的图片后跳转至所述预设图片文件夹页面以供该第一用户确认所选中的图片。
第一上传单元79,用于根据该第一用户的确认指令将选中的图片发送至所述服务器。
本申请实施例根据任务标识标记图片,当接收第一用户上传指令后,选中 与任务标识相关联的图片并将选中的图片上传到服务器,从而实现图片的快速上传,从而提高了任务处理效率。
参照图8,是本申请实施例提供的一种录音文件处理装置的示意框图。如图所示的本实施例中的装置80包括判断单元81、第一获取单元82、调用单元83、标记单元84、第二选中单元85、第二跳转单元86以及第二上传单元87。
判断单元81,用于若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户。
第一获取单元82,用于若是,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识。
调用单元83,具体具体用于调用终端的录音功能并根据第一用户的录音控制指令进行录音以得到所述录音文件,所述录音文件暂存在终端内存中。
标记单元84,用于根据所述任务标识标记所述录音文件。
第二选中单元85,用于若接收到第一用户的上传指令,选中与所述任务标识相关联的所述录音文件。
第二跳转单元86,用于所述第一选中单元选中了与所述任务标识相关联的录音文件后跳转至所述预设录音文件文件夹页面以供该第一用户确认所选中的录音文件。
第二上传单元87,用于根据该第一用户的确认指令将选中的录音文件发送至所述服务器。
本申请实施例根据任务标识标记录音文件,当接收到第一用户的上传指令之后,选中与任务标识相关联的录音文件并跳转至预设录音文件夹页面以供第一用户确认,并根据第一用户的确认指令将选中的录音文件发送至服务器,从而实现录音文件的快速上传。
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
上述任务处理装置可以实现为一种计算机程序的形式,该计算机程序可以在如图9所示的计算机设备上运行。请参阅图9,图9是本申请实施例提供的一种计算机设备的示意性框图。该计算机设备500可以是终端,该终端可例如为 智能手机、平板电脑、手提电脑、台式电脑等电子设备。
参阅图9,该计算机设备500包括通过系统总线501连接的处理器502、存储器和网络接口505,其中,存储器可以包括非易失性存储介质503和内存储器504。该非易失性存储介质503可存储操作系统5031和计算机程序5032。该计算机程序5032包括程序指令,该程序指令被执行时,可使得处理器502执行一种任务处理方法。该处理器502用于提供计算和控制能力,支撑整个计算机设备500的运行。该内存储器504为非易失性存储介质503中的计算机程序5032的运行提供环境,该计算机程序5032被处理器502执行时,可使得处理器502执行一种任务处理方法。该网络接口505用于进行网络通信,如发送分配的任务等。本领域技术人员可以理解,图9中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备500的限定,具体的计算机设备500可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
其中,所述处理器502用于运行存储在存储器中的计算机程序5032以实现本申请各个实施例中的任务处理方法。应当理解,在本申请实施例中,处理器502可以是中央处理单元,该处理器502还可以是其他通用处理器、数字信号处理器、专用集成电路、现成可编程门阵列或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。其中,通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。
在本申请的另一实施例中提供一种存储介质。该存储介质可以为计算机可读存储介质。该存储介质存储有计算机程序,其中计算机程序包括程序指令。该程序指令被处理器执行时使处理器执行本申请中的各个实施例中的任务处理方法。该存储介质可以是U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、闪存、磁碟或者光盘等各种可以存储程序代码的介质。
在本申请所提供的几个实施例中,应该理解到,所揭露的终端和方法,可以通过其它的方式实现。例如,以上所描述的装置设备实施例仅仅是示意性的,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。
本申请上述实施例方法中的步骤可以根据实际需要进行顺序调整、合并和 删减。本申请实施例终端中的单元可以根据实际需要进行合并、划分和删减。另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以是两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分,或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,终端,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。
以上为发明的优选实施例,而非对发明做任何形式上的限制。本领域的技术人员可在上述实施例的基础上施以各种等同的更改和改进,凡在权利要求范围内所做的等同变化或修饰,均应落入发明的包含范围之内。

Claims (20)

  1. 一种任务处理方法,其包括:
    若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户;
    若是,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识;
    若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果;
    根据所述任务标识标记所述操作结果;
    根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
  2. 如权利要求1所述的方法,其中,所述预设操作为拍照操作,所述操作结果为图片,所述根据所述预设操作调用终端相对应的功能以得到操作结果包括:
    调用终端的拍照功能并根据第一用户的拍照触发指令及预设清晰度参数进行拍照以得到所述图片,所述图片暂存在终端内存中;
    所述根据所述任务标识标记所述操作结果之后,所述方法还包括:
    根据预设压缩比例压缩标记后的所述图片;
    将压缩后的所述图片从终端内存中移转至预设图片文件夹中,所述预设图片文件夹位于所述应用的本地执行文件中;
    所述根据该第一用户的操作指令将选中的操作结果发送至所述服务器包括:
    若接收到第一用户的上传指令,选中与所述任务标识相关联的所述图片并跳转至所述预设图片文件夹页面以供该第一用户确认所选中的图片;
    根据该第一用户的确认指令将选中的图片发送至所述服务器。
  3. 如权利要求1所述的方法,其中,所述预设操作为录音操作,所述操作结果为录音文件,所述根据所述预设操作调用终端相对应的功能以得到操作结果包括:
    调用终端的录音功能并根据第一用户的录音控制指令进行录音以得到所述录音文件,所述录音文件暂存在终端内存中;
    所述根据该第一用户的操作指令将选中的操作结果发送至所述服务器包括:
    若接收到第一用户的上传指令,选中与所述任务标识相关联的录音文件并 跳转至所述预设录音文件夹页面以供第一用户确认所选中的录音文件;
    根据该第一用户的确认指令将选中的录音文件发送至所述服务器。
  4. 如权利要求1所述的方法,其中,所述用户还包括第二用户,该第二用户为分配任务的用户,所述方法还包括:
    若所述用户不是第一用户,判断所述用户是否为第二用户;
    若所述用户为第二用户,从所述服务器获取包含待分配任务的任务列表以及可分配任务的第一用户的账号列表;
    根据预设分配规则将任务列表中的任务与该第一用户的账号进行配对;
    根据第二用户的确认指令将配置后的任务和第一用户的账号的对应关系发送至所述服务器进行存储。
  5. 如权利要求4所述的方法,其中,所述根据预设分配规则将任务列表中的任务与该第一用户的账号进行配对包括:
    获取可分配任务的第一用户各自对应的历史绩效,所述历史绩效与任务用时相关联;
    根据所述历史绩效对第一用户进行优先级排序;
    将任务列表中的任务分配给排序后的第一用户。
  6. 如权利要求1所述的方法,其中,所述根据所述任务标识标记所述操作结果,包括:根据所述任务标识与当前时间的组合标记所述操作结果,或者根据所述任务标识与所述操作结果的序列号的组合标记所述操作结果。
  7. 一种任务处理装置,其包括:
    判断单元,用于若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户;
    第一获取单元,用于若所述用户为第一用户,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识;
    调用单元,用于若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果;
    标记单元,用于根据所述任务标识标记所述操作结果;
    第一发送单元,用于根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
  8. 如权利要求7所述的装置,其中,所述预设操作为拍照操作,所述操作结 果为图片,所述调用单元具体用于调用终端的拍照功能并根据第一用户的拍照触发指令及预设清晰度参数进行拍照以得到所述图片,所述图片暂存在终端内存中;
    在标记单元之后,所述方法还包括:
    压缩单元,用于根据预设压缩比例压缩标记后的所述图片;
    移转单元,用于将压缩后的所述图片从终端内存中移转至预设图片文件夹中,所述预设图片文件夹位于所述应用的本地执行文件中;
    所述第一发送单元包括:
    第一选中单元,用于若接收到第一用户的上传指令,选中与所述任务标识相关联的所述图片;
    第一跳转单元,用于所述第一选中单元选中了与所述任务标识相关联的图片后跳转至所述预设图片文件夹页面以供该第一用户确认所选中的图片;
    第一上传单元,用于根据该第一用户的确认指令将选中的图片发送至所述服务器。
  9. 如权利要求7所述的装置,其中,所述预设操作为录音操作,所述操作结果为录音文件,所述调用单元具体用于调用终端的录音功能并根据第一用户的录音控制指令进行录音以得到所述录音文件,所述录音文件暂存在终端内存中;
    所述第一发送单元包括:
    第二选中单元,用于若接收到第一用户的上传指令,选中与所述任务标识相关联的录音文件;
    第二跳转单元,用于第二选中单元选中了与所述任务标识相关联的录音文件后跳转至所述预设录音文件夹页面以供第一用户确认所选中的录音文件;
    第二上传单元,用于根据该第一用户的确认指令将选中的录音文件发送至所述服务器。
  10. 如权利要求7所述的装置,其中,所述用户还包括第二用户,该第二用户为分配任务的用户,所述判断单元还用于若所述用户不是第一用户,判断所述用户是否为第二用户,所述装置还包括:
    第二获取单元,用于若所述用户为第二用户,从所述服务器获取包含待分配任务的任务列表以及可分配任务的第一用户的账号列表;
    分配单元,用于根据预设分配规则将任务列表中的任务与该第一用户的账 号进行配对;
    第二发送单元,用于根据第二用户的确认指令将配置后的任务和第一用户的账号的对应关系发送至所述服务器进行存储。
  11. 如权利要求10所述的装置,其中,所述分配单元包括:
    第三获取单元,用于获取可分配任务的第一用户各自对应的历史绩效,所述历史绩效与任务用时相关联;
    排序单元,用于根据所述历史绩效对第一用户进行优先级排序;
    配置单元,用于将任务列表中的任务分配给排序后的第一用户。
  12. 如权利要求7所述的装置,其中,所述标记单元,具体用于根据所述任务标识与当前时间的组合标记所述操作结果,或者根据所述任务标识与所述操作结果的序列号的组合标记所述操作结果。
  13. 一种计算机设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其中,所述处理器执行所述计算机程序时实现:若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户;若是,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识;若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果;根据所述任务标识标记所述操作结果;根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
  14. 如权利要求13所述的计算机设备,其中,所述预设操作为拍照操作,所述操作结果为图片,所述处理器执行根据所述预设操作调用终端相对应的功能以得到操作结果时,具体实现:调用终端的拍照功能并根据第一用户的拍照触发指令及预设清晰度参数进行拍照以得到所述图片,所述图片暂存在终端内存中;
    所述处理器执行根据所述任务标识标记所述操作结果之后,还实现:根据预设压缩比例压缩标记后的所述图片;将压缩后的所述图片从终端内存中移转至预设图片文件夹中,所述预设图片文件夹位于所述应用的本地执行文件中;
    所述处理器执行根据该第一用户的操作指令将选中的操作结果发送至所述服务器时,具体实现:若接收到第一用户的上传指令,选中与所述任务标识相关联的所述图片并跳转至所述预设图片文件夹页面以供该第一用户确认所选中 的图片;根据该第一用户的确认指令将选中的图片发送至所述服务器。
  15. 如权利要求13所述的计算机设备,其中,所述预设操作为录音操作,所述操作结果为录音文件,所述处理器执行根据所述预设操作调用终端相对应的功能以得到操作结果时,具体实现:调用终端的录音功能并根据第一用户的录音控制指令进行录音以得到所述录音文件,所述录音文件暂存在终端内存中;
    所述处理器执行根据该第一用户的操作指令将选中的操作结果发送至所述服务器时,具体实现:若接收到第一用户的上传指令,选中与所述任务标识相关联的录音文件并跳转至所述预设录音文件夹页面以供第一用户确认所选中的录音文件;根据该第一用户的确认指令将选中的录音文件发送至所述服务器。
  16. 如权利要求13所述的计算机设备,其中,所述用户还包括第二用户,该第二用户为分配任务的用户,所述处理器执行判断所述用户是否为第一用户之后,还实现:若所述用户不是第一用户,判断所述用户是否为第二用户;若所述用户为第二用户,从所述服务器获取包含待分配任务的任务列表以及可分配任务的第一用户的账号列表;根据预设分配规则将任务列表中的任务与该第一用户的账号进行配对;根据第二用户的确认指令将配置后的任务和第一用户的账号的对应关系发送至所述服务器进行存储。
  17. 如权利要求16所述的计算机设备,其中,所述处理器执行根据预设分配规则将任务列表中的任务与该第一用户的账号进行配对时,具体实现:获取可分配任务的第一用户各自对应的历史绩效,所述历史绩效与任务用时相关联;根据所述历史绩效对第一用户进行优先级排序;将任务列表中的任务分配给排序后的第一用户。
  18. 一种存储介质,其中,所述存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行:若检测到用户登录应用时的帐号信息,判断所述用户是否为第一用户,所述第一用户为执行任务的用户;若是,从服务器中获取与该第一用户的账号相关联的任务,每一项任务均具有任务标识;若检测到该第一用户在执行任务过程中选择了预设操作,根据所述预设操作调用终端相对应的功能以得到操作结果;根据所述任务标识标记所述操作结果;根据该第一用户的操作指令将选中的操作结果发送至所述服务器。
  19. 如权利要求18所述的存储介质,其中,所述预设操作为拍照操作,所述 操作结果为图片,所述程序指令当被处理器执行根据所述预设操作调用终端相对应的功能以得到操作结果时使所述处理器执行:调用终端的拍照功能并根据第一用户的拍照触发指令及预设清晰度参数进行拍照以得到所述图片,所述图片暂存在终端内存中;
    所述程序指令当被处理器执行根据所述任务标识标记所述操作结果之后,还使所述处理器执行:根据预设压缩比例压缩标记后的所述图片;将压缩后的所述图片从终端内存中移转至预设图片文件夹中,所述预设图片文件夹位于所述应用的本地执行文件中;
    所述程序指令当被处理器执行根据该第一用户的操作指令将选中的操作结果发送至所述服务器时使所述处理器执行:若接收到第一用户的上传指令,选中与所述任务标识相关联的所述图片并跳转至所述预设图片文件夹页面以供该第一用户确认所选中的图片;根据该第一用户的确认指令将选中的图片发送至所述服务器。
  20. 如权利要求18所述的存储介质,其中,所述预设操作为录音操作,所述操作结果为录音文件,所述程序指令当被处理器执行根据所述预设操作调用终端相对应的功能以得到操作结果时使所述处理器执行:调用终端的录音功能并根据第一用户的录音控制指令进行录音以得到所述录音文件,所述录音文件暂存在终端内存中;
    所述程序指令当被处理器执行根据该第一用户的操作指令将选中的操作结果发送至所述服务器时使所述处理器执行:若接收到第一用户的上传指令,选中与所述任务标识相关联的录音文件并跳转至所述预设录音文件夹页面以供第一用户确认所选中的录音文件;根据该第一用户的确认指令将选中的录音文件发送至所述服务器。
PCT/CN2018/082232 2017-04-10 2018-04-09 任务处理方法、装置、计算机设备及存储介质 Ceased WO2018188541A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710229562.7 2017-04-10
CN201710229562.7A CN108259548B (zh) 2017-04-10 2017-04-10 一种任务处理方法及任务处理装置

Publications (1)

Publication Number Publication Date
WO2018188541A1 true WO2018188541A1 (zh) 2018-10-18

Family

ID=62721774

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/082232 Ceased WO2018188541A1 (zh) 2017-04-10 2018-04-09 任务处理方法、装置、计算机设备及存储介质

Country Status (2)

Country Link
CN (1) CN108259548B (zh)
WO (1) WO2018188541A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110223133A (zh) * 2019-04-23 2019-09-10 平安科技(深圳)有限公司 产品展示方法、装置、计算机设备和存储介质

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109660592B (zh) * 2018-11-05 2021-06-11 视联动力信息技术股份有限公司 一种基于视联网的信息获取方法和装置
CN112308401A (zh) * 2020-10-29 2021-02-02 多点(深圳)数字科技有限公司 任务分配方法、装置、计算机设备和可读存储介质
CN113191792B (zh) * 2021-03-31 2024-04-30 北京达佳互联信息技术有限公司 任务的处理方法、装置、电子设备、存储介质和程序产品

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103684989A (zh) * 2013-12-06 2014-03-26 北京奇虎科技有限公司 从移动通信终端设备上传个人信息的方法及装置
CN104731986A (zh) * 2015-03-17 2015-06-24 苏交科集团股份有限公司 桥梁信息检测手持式终端系统
CN104915576A (zh) * 2015-07-09 2015-09-16 北京慧摩尔科技有限公司 数字化心血管风险评估系统
CN105023086A (zh) * 2015-01-07 2015-11-04 泰华智慧产业集团股份有限公司 一种基于云计算的数字城市管理数据共享系统
CN105023188A (zh) * 2015-01-07 2015-11-04 泰华智慧产业集团股份有限公司 一种基于云数据的数字化城市管理数据共享系统
US20160309321A1 (en) * 2015-04-14 2016-10-20 Lg Electronics Inc. Mobile terminal

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10042993B2 (en) * 2010-11-02 2018-08-07 Homayoon Beigi Access control through multifactor authentication with multimodal biometrics
CN103870986A (zh) * 2012-12-12 2014-06-18 周良文 基于实体店的网络购物系统及方法
US9948682B2 (en) * 2015-08-11 2018-04-17 Vescel, Llc Data resource control through a control policy defining an authorized context for utilization of a protected data resource

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103684989A (zh) * 2013-12-06 2014-03-26 北京奇虎科技有限公司 从移动通信终端设备上传个人信息的方法及装置
CN105023086A (zh) * 2015-01-07 2015-11-04 泰华智慧产业集团股份有限公司 一种基于云计算的数字城市管理数据共享系统
CN105023188A (zh) * 2015-01-07 2015-11-04 泰华智慧产业集团股份有限公司 一种基于云数据的数字化城市管理数据共享系统
CN104731986A (zh) * 2015-03-17 2015-06-24 苏交科集团股份有限公司 桥梁信息检测手持式终端系统
US20160309321A1 (en) * 2015-04-14 2016-10-20 Lg Electronics Inc. Mobile terminal
CN104915576A (zh) * 2015-07-09 2015-09-16 北京慧摩尔科技有限公司 数字化心血管风险评估系统

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110223133A (zh) * 2019-04-23 2019-09-10 平安科技(深圳)有限公司 产品展示方法、装置、计算机设备和存储介质
CN110223133B (zh) * 2019-04-23 2024-03-08 平安科技(深圳)有限公司 产品展示方法、装置、计算机设备和存储介质

Also Published As

Publication number Publication date
CN108259548A (zh) 2018-07-06
CN108259548B (zh) 2020-12-01

Similar Documents

Publication Publication Date Title
US10169900B2 (en) Picture processing method and apparatus
WO2018188541A1 (zh) 任务处理方法、装置、计算机设备及存储介质
US10637953B2 (en) Apparatus, system and method for cache management
WO2021040994A1 (en) Systems, method, and media for determining security compliance of continuous build software
US10455110B2 (en) Suggesting image files for deletion based on image file parameters
US9369823B2 (en) System and method for transferring software applications and data between two mobile devices with different operating systems
US20150286897A1 (en) Automated techniques for photo upload and selection
KR101920801B1 (ko) 정보 처리장치, 정보 처리장치의 제어방법 및 기억매체
KR101528216B1 (ko) 사진 촬영 처리 방법 및 단말 장치
US20170041652A1 (en) Image data processing method and electronic device supporting the same
US20210365295A1 (en) Method, storage medium storing instructions, and apparatus for implementing hardware resource allocation according to user-requested resource quantity
US20170364303A1 (en) Suggesting image files for deletion based on image file parameters
CN110298895B (zh) 基于人工智能的图片压缩方法、装置、设备及存储介质
EP3220634A1 (en) System, information processing apparatus, information processing method, and computer-readable recording medium
WO2020232888A1 (zh) 容器应用克隆方法、装置、计算机设备及存储介质
CN110262871B (zh) 容器应用的容器实例启停方法、装置、计算机设备及存储介质
CN108984238B (zh) 应用程序的手势处理方法、装置及电子设备
CN119967050A (zh) 配置云手机的方法、相关装置及计算机程序产品
CN109739779B (zh) 一种获取java卡内可用存储空间的方法、计算机装置以及计算机可读存储介质
JP6423699B2 (ja) 作業申請処理装置、作業申請処理方法、及びプログラム
CN111131727A (zh) 视频数据处理方法和装置
CN112836913B (zh) 业务配置方法、装置及设备
CN107872687B (zh) 监控系统中权限分配方法及系统
CN115185521A (zh) 页面处理方法、装置、电子设备及存储介质
CN114238973A (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: 18784161

Country of ref document: EP

Kind code of ref document: A1

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 1205A DATED 22/01/2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18784161

Country of ref document: EP

Kind code of ref document: A1