WO2023080380A1 - Method for managing work progress situation by state machine, and device using same - Google Patents

Method for managing work progress situation by state machine, and device using same Download PDF

Info

Publication number
WO2023080380A1
WO2023080380A1 PCT/KR2022/009134 KR2022009134W WO2023080380A1 WO 2023080380 A1 WO2023080380 A1 WO 2023080380A1 KR 2022009134 W KR2022009134 W KR 2022009134W WO 2023080380 A1 WO2023080380 A1 WO 2023080380A1
Authority
WO
WIPO (PCT)
Prior art keywords
progress
task
change
job
status
Prior art date
Application number
PCT/KR2022/009134
Other languages
French (fr)
Korean (ko)
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 WO2023080380A1 publication Critical patent/WO2023080380A1/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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • 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

Definitions

  • a method for managing a progress status of a work and an apparatus using the same are disclosed.
  • the computing device in response to a job registration request, which is a signal requesting registration of a job, the computing device generates job information, which is information including a name of the job and a progress status of the job. and, when a task progress change request, which is a signal for requesting a change in the progress of the task to the target progress, is obtained, whether the change from the current progress of the requested progress to the target progress is allowed. is determined as a state machine, and if a change from the current progress of the task to the target progress is permitted, update the progress of the task to the target progress.
  • the characteristic configuration of the present invention for achieving the object of the present invention as described above and realizing the characteristic effects of the present invention described later is as follows.
  • a method for managing the progress of a task by a state machine comprising: in response to a task registration request, which is a signal requesting registration of the task, Generating, by a computing device, job information, which is information including a name of the job and a progress status of the job, wherein the progress status is selected from a progress status set, and the progress status set is registered and complete ( completed, and further includes at least one of reserved, in progress, canceled, and postponed, and is initialized with registration when the job information is generated.
  • a task progress change request which is a signal for requesting a change in the progress status of the task to a target progress status
  • the computing device permits the change of the requested progress status from the current progress status to the target progress status.
  • a job progress status change verification step of determining whether or not to change using the state machine; and a task progress updating step of updating, by the computing device, the progress of the task to the target progress if a change from the current progress of the task to the target progress is permitted.
  • the state machine is a set of pairs of a standard progress and a next progress from which change is allowed: , (registration, cancellation), (reservation, in progress), (reservation, cancellation), (reservation, postponement), (in progress, complete), (in progress, cancellation), (in progress, postponement), (cancellation, register), (deferred, register) ⁇ is a finite state machine.
  • the generating of the job information comprises obtaining the job registration request including the name of the job from the computing device or a terminal that is another device linked to the computing device by providing a predetermined first user interface.
  • the computing device or a terminal that is another device linked to the computing device changes from the current progress status of the task to the target progress status.
  • the method further includes obtaining a request for changing the job progress status.
  • the target progress status is selected from the provided candidate progress statuses.
  • the second user interface is provided with a name of a progress status of the job and an image display corresponding to the progress status.
  • an explanatory text corresponding to the progress situation is provided on the second user interface, or an explanatory text corresponding to the progress status is provided on the second user interface as a response to a predetermined operation on the second user interface.
  • An explanatory text is displayed.
  • the method comprises, if a change from the current progress of the task to the target progress is not permitted, the computing device or another device interoperable with the computing device by providing a predetermined third user interface.
  • a computer program comprising instructions implemented to perform the methods according to the present invention is also provided.
  • a computer program may be stored on a machine-readable non-transitory recording medium.
  • a computing device for managing the progress of a job by a state machine, including: a communication unit for obtaining a job registration request, which is a signal for requesting job registration; and a job information generation process for generating job information, which is information including a name of the job and a progress status of the job, in response to the job registration request, requesting a change of the progress status of the job to a target progress status through the communication unit.
  • a job progress change verification process for determining, by the state machine, whether or not a change of the requested progress status from the current progress status to the target progress status is permitted when a job progress change request, which is a signal to do so, is obtained; and and a processor performing a task progress update process of updating the progress of the task to the target progress if a change from the current progress of the task to the target progress is permitted.
  • method for managing task progress is a conceptual diagram schematically illustrating an exemplary configuration of a computing device that performs a method for managing the progress of a task by a state machine (hereinafter referred to as “method for managing task progress”) according to the present disclosure.
  • FIG. 2 is an exemplary block diagram illustrating hardware or software components of a computing device that performs a method for managing a task progress according to the present disclosure.
  • FIG. 3 is a flowchart illustrating an embodiment of a task progress management method according to the present disclosure.
  • FIG. 4 is a diagram showing a first user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
  • FIG. 5 is a diagram showing a second user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
  • FIG. 6 is a diagram illustrating an example of displaying an image corresponding to a progress status of a task in an embodiment of a task progress management method of the present disclosure.
  • FIG. 7 is an exemplary block diagram of a state machine used in the task progress management method according to the present disclosure.
  • FIG. 8 is a view showing explanatory text corresponding to a progress status displayed in the second user interface illustrated in FIG. 5 by way of example.
  • FIG. 9 exemplarily illustrates an alternative provided to change the progress status of a task in the second user interface illustrated in FIG. 5 .
  • FIG. 10 is a diagram showing a third user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
  • FIG. 11 is a diagram showing a fourth user interface provided to customize a progress set used in the task progress management method of the present disclosure by way of example.
  • first or second may be used to describe various components, but such terms are to be interpreted solely for the purpose of distinguishing one component from another, and no order is implied. because it doesn't For example, a first element may be termed a second element, and similarly, a second element may be termed a first element.
  • FIG. 1 is a conceptual diagram schematically illustrating an exemplary configuration of a computing device that performs a task progress management method according to the present disclosure.
  • a computing device 100 includes a communication unit 110 and a processor 120, and communicates with an external computing device (not shown) through the communication unit 110. You can communicate directly or indirectly.
  • the computing device 100 may include typical computer hardware (eg, a computer, processor, memory, storage, input and output devices, and other components of conventional computing devices; a router; electronic communication devices, such as switches, switches, etc.; electronic information storage systems, such as network-attached storage (NAS) and storage area network (SAN)) and computer software (i.e., enabling computing devices to It may be to achieve the desired system performance by using a combination of instructions).
  • the storage may include a storage device such as a hard disk or a universal serial bus (USB) memory as well as a storage device based on a network connection such as a cloud server.
  • USB universal serial bus
  • the communication unit 110 of such a computing device may transmit and receive requests and responses between other computing devices that are interlocked, for example, a dedicated storage, for example, a database server, and the like.
  • requests and responses are the same TCP ( It may be performed by a Transmission Control Protocol (Session) session, but is not limited thereto, and may be transmitted and received as a User Datagram Protocol (UDP) datagram, for example.
  • TCP Transmission Control Protocol
  • UDP User Datagram Protocol
  • the communication unit 110 may be implemented in the form of a communication module including a communication interface.
  • communication interfaces include Wireless LAN (WLAN), Wireless Fidelity (WiFi) Direct, Digital Living Network Alliance (DLNA), Wireless Broadband (WiBro), World interoperability for Microwave access (WiMax), High Speed Downlink Packet Access (HSDPA), etc.
  • DLNA Digital Living Network Alliance
  • WiBro Wireless Broadband
  • WiMax World interoperability for Microwave access
  • HSDPA High Speed Downlink Packet Access
  • BluetoothTM BluetoothTM
  • RFID Radio Frequency IDentification
  • IrDA Infrared Data Association
  • UWB Userltra-WideBand
  • ZigBee ZigBee
  • NFC Near Field Communication
  • the communication unit 110 may transmit/receive data from another computing device through an appropriate communication interface.
  • the communication unit 110 may include a keyboard, a mouse, other external input devices, a printing device, a display, and other external output devices for receiving commands or instructions, or may be interlocked with them.
  • the computing device 100 has a built-in display unit or the communication unit 110. It is known that it can be interlocked with an external display device through.
  • a display unit or display device may be a touch screen capable of touch input.
  • the processor 120 of the computing device may include a micro processing unit (MPU), a central processing unit (CPU), a graphics processing unit (GPU), a neural processing unit (NPU) or a tensor processing unit (TPU), a cache memory ), and a hardware configuration such as a data bus.
  • MPU micro processing unit
  • CPU central processing unit
  • GPU graphics processing unit
  • NPU neural processing unit
  • TPU tensor processing unit
  • cache memory a hardware configuration such as a data bus.
  • it may further include a software configuration of an operating system and an application that performs a specific purpose.
  • FIG. 2 is an exemplary block diagram illustrating hardware or software components of a computing device 200 for performing a task progress management method according to the present disclosure
  • FIG. 3 is a task progress management method according to the present disclosure. It is a flow chart illustrating one embodiment.
  • the task progress management method of the present disclosure includes a computing device 200 of a user who wants to register a task or a terminal 300 that is another computing device that works with the computing device 200.
  • the job information generation module 210 implemented by the computing device 200 includes the name of the job and the progress of the job.
  • a step of allowing a predetermined storage 240 to hold the created job information by generating job information that is information to do job information generation step; S100).
  • the progress is selected from a set of progress, the set of progress including registered and completed, reserved, in progress, canceled and postponed. It further includes at least one of, and in step S100 when generating the job information, it is initialized by registration.
  • the names of individual progresses such as 'registration' and 'complete' are only appropriately designated in relation to the role of the individual progresses, and are arbitrary and may be specifically replaced with other names. There will be.
  • FIG. 4 is a diagram showing a first user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
  • the job registration request including the name of the job can be obtained from the computing device 200 or the terminal 300 by providing a predetermined first user interface.
  • the interface is as illustrated in FIG. 4 .
  • a text field 410 for entering the name of a job, a completion button 420 for completing the input and triggering a job registration request, and canceling the input A cancel button 430 is provided to enable this.
  • the task progress management method of the present disclosure is a task progress signal requesting to change the task progress status to the target progress status.
  • the status change request is obtained from the computing device 100 or the terminal 300 (S210)
  • the progress status change verification module 220 implemented by the computing device 100, in the current progress status of the requested progress status
  • a step of determining (S220) whether a change to the target progress status is allowed by using the state machine (a task progress change verification step; S200) is further included.
  • a task progress change request from the computing device 200 or terminal 300 from the current progress status of the task to the target progress status is provided by providing a predetermined second user interface.
  • Obtaining (S210) may be further included.
  • FIG. 5 is a diagram showing a series of views 500a to 500d of a second user interface provided according to an embodiment of a task progress management method of the present disclosure
  • FIG. 6 is a diagram illustrating task progress of the present disclosure It is a diagram illustrating an example of displaying images 610 to 660 corresponding to the progress of a task in an embodiment of a method for managing a situation
  • FIG. 7 is an example of a state machine used in the method for managing a progress of a task according to the present disclosure. It is a block diagram.
  • a name 510 of a progress status of a task and an image display 520a corresponding to the progress status of the task may be provided to the second user interface 500a.
  • an image corresponding to 'registration' is displayed 610
  • an image corresponding to 'complete' is displayed 620
  • an image corresponding to 'reservation' is displayed 630
  • an image corresponding to 'in progress' is displayed ( 640)
  • image display 660 corresponding to 'postponement' are exemplified.
  • step S210 one or more candidate progress situations 520b to 520d that are allowed to be changed from the current progress status 520a of the task are provided on the second user interface 500a to 500d, thereby providing the provided candidate progress statuses.
  • the target progress situation may be selected. For example, the user repeatedly clicks or taps an area where the image display 520a of the current progress is located, thereby displaying the target progress (currently displayed on the second user interface).
  • 520b to 520d) can be selected, and the 'input completion' button 530 can be manipulated to complete the selection of the target progress status and trigger a task progress change request.
  • reference 520b is displayed when there is an operation on 520a
  • 520c is displayed when there is an operation on 520b
  • 520d is displayed when there is an operation on 520c.
  • reference numeral 520a is displayed again.
  • the user may manipulate the 'cancel' button 550 to cancel the change in the progress of the job.
  • Candidate progresses 520b to 520d that are allowed to change from the task's current progress 520a can be determined by the state machine.
  • the state machine is a set of pairs of a standard progress and a next progress that is allowed to change from the standard progress, ⁇ (registered, completed), (registered, reserved), (registered, in progress) , (registration, cancellation), (reservation, in progress), (reservation, cancellation), (reservation, postponement), (in progress, complete), (in progress, cancellation), (in progress, postponement), (cancellation, registration), (deferral, registration) ⁇ as shown in the directed graph of FIG. 6 .
  • explanatory text corresponding to the progress status may be provided.
  • explanatory text corresponding to the progress status may be displayed on the second user interface as a response to a predetermined manipulation of the second user interface.
  • FIG. 8 is a view showing explanatory text corresponding to a progress status displayed in the second user interface illustrated in FIG. 5 by way of example.
  • a predetermined manipulation of an image display 820 related to an 'in progress' progress such as hovering a mouse pointer or finger touch for a certain period of time, right-clicking a mouse, and the like.
  • an explanatory text corresponding to the progress 'Please change the registered items to this display.' Helps understand progress.
  • a person skilled in the art may assume various modifications in which a name of a specific progress situation, an image display related to the progress status, and an explanatory text are provided in response to a user's manipulation.
  • FIG. 9 is a diagram illustrating an example of an alternative provided to change the progress status of a task in the second user interface illustrated in FIG. 5, and FIG. It is a diagram showing the provided third user interface by way of example.
  • the computing device 200 or terminal 300 displays all progress belonging to the progress set as illustrated in FIG. 9 . Since items 970 of the status can be enumerated, the current progress status 920 can be excluded from the enumerated items of the progress status because it is for a change from the current progress status 920 .
  • the user may perform an operation (e.g., click or tap) to select an arbitrary item from the progress items 970 on the second user interface, and whether the change is allowed for a job progress change request triggered thereby is determined by the state machine (S220).
  • step S220 when it is determined in step S220 that the change from the current progress of the task to the target progress is permitted, the task progress implemented by the computing device 100 is updated.
  • the module 230 performs a task progress update step (S300) of updating the progress status of the task to the target progress status and causing the storage 240 to store the updated progress status.
  • step S220 determines whether to force a change to the target progress from the computing device 200 or terminal 300, and when the change is forced (S250), the task progress update module 230, the progress of the task Force update the status to the target progress status.
  • the third user interface 1000 may show an image display 1020 corresponding to the current progress status and an image display 1080 corresponding to the target progress status in order to arouse the user, and a 'yes' button and a 'no' button By providing, it is possible to receive an input from the user whether to force a change to the target progress situation.
  • a person skilled in the art reading this disclosure may name each of the progresses belonging to the progress set as registered, completed, reserved, in progress, canceled, and postponed. ), several variants of referring to each by a name other than ) may be envisaged. Some of those variants provide certain user interface elements that enable customization to allow for changing the names of progressions, images corresponding to progressions, and descriptive texts for progressions. It may include the step of doing, and those skilled in the art will be able to easily implement it based on the foregoing. That is, the name, image, and description text of each progress situation belonging to the progress status set can be changed.
  • the remaining progress conditions other than 'registration' and 'complete' are not essential, so whether or not to use each of the remaining progress conditions may be changed.
  • the progress set can also be customized, and a person skilled in the art can easily implement a step of providing certain interface elements that enable such customization, as illustrated in FIG. 11 .
  • creation of a job, updating of a progress status of a job, etc. may be performed once, but may be performed intermittently or repeatedly by continuously being triggered by a user's manipulation.
  • the hardware may include a general purpose computer and/or a dedicated computing device or a specific computing device or a particular aspect or component of a specific computing device.
  • the processes may include one or more processors, e.g., microprocessors, controllers, e.g., microcontrollers, embedded microcontrollers, microcomputers, arithmetic logic units (ALUs), digital signal processors, having internal and/or external memory. , for example, can be realized by a programmable digital signal processor or other programmable device.
  • the processes may use an application specific integrated circuit (ASIC), programmable gate array, such as a field programmable gate array (FPGA), programmable logic unit (PLU) or programmable array logic (Programmable Array Logic; PAL) or any other device capable of executing and responding to other instructions, any other device or combination of devices that may be configured to process electronic signals.
  • a processing device may run an operating system and one or more software applications running on the operating system.
  • a processing device may also access, store, manipulate, process, and generate data in response to execution of software.
  • the processing device includes a plurality of processing elements and/or a plurality of types of processing elements. It can be seen that it can include.
  • a processing device may include a plurality of processors or a processor and a controller. Other processing configurations are also possible, such as parallel processors.
  • Software may include a computer program, code, instructions, or a combination of one or more of the foregoing, and may independently or collectively configure a processing device to operate as desired. ) command to the processing unit.
  • Software and/or data may be any tangible machine, component, physical device, virtual equipment, computer storage medium or device, intended to be interpreted by or provide instructions or data to a processing device. , or may be permanently or temporarily embodied in a transmitted signal wave.
  • Software may be distributed on networked computer systems and stored or executed in a distributed manner.
  • Software and data may be stored on one or more machine-readable recording media.
  • Machine-readable media may include program instructions, data files, data structures, etc. alone or in combination.
  • Program instructions recorded on a machine-readable recording medium may be specially designed and configured for the embodiment or may be known and usable to those skilled in the art of computer software.
  • Examples of machine-readable recording media include magnetic media such as hard disks, floppy disks and magnetic tapes, optical media such as CD-ROMs, DVDs, and Blu-rays, and floptical disks. ), and hardware devices specially configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like.
  • Examples of program instructions include stored and compiled or interpreted for execution on any one of the foregoing devices, as well as a heterogeneous combination of processors, processor architectures, or different combinations of hardware and software, or any other machine capable of executing program instructions.
  • Machine code which can be created using a structured programming language such as C, an object-oriented programming language such as C++, or a high-level or low-level programming language (assembly language, hardware description languages, and database programming languages and technologies), This includes not only bytecode, but also high-level language code that can be executed by a computer using an interpreter or the like.
  • the methods and combinations of methods may be implemented as executable code that performs each step.
  • the method may be implemented as systems performing the steps, the methods may be distributed in several ways across devices or all functions may be integrated into one dedicated, stand-alone device or other hardware.
  • the means for performing the steps associated with the processes described above may include any of the hardware and/or software described above. All such sequential combinations and combinations are intended to fall within the scope of this disclosure.
  • the hardware device described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.
  • the hardware device may include a processor such as an MPU, CPU, GPU, TPU coupled to a memory such as ROM/RAM for storing program instructions and configured to execute instructions stored in the memory, and external devices and signals It may include a communication unit capable of sending and receiving.
  • the hardware device may include a keyboard, mouse, and other external input devices for receiving commands written by developers.

Abstract

The present disclosure provides a method for managing a work progress situation and a device using same. Specifically, according to an embodiment of the present disclosure, in response to a work registration request which is a signal for requesting registration of work, a computing device: generates work information that is information including a name of the work and a progress situation of the work; when a work progress situation change request, which is a signal for requesting a change of the progress situation of the work to a target progress situation, is obtained, determines, using a state machine, whether the requested change from a current progress situation of the progress situation to the target progress situation is permitted; and if the change from the current progress situation of the work to the target progress situation is permitted, updates the progress situation of the work to the target progress situation.

Description

상태 기계에 의하여 작업의 진행 상황을 관리하는 방법 및 이를 이용한 장치Method for managing job progress by state machine and device using the same
본 개시서에는 작업의 진행 상황을 관리하는 방법 및 이를 이용한 장치가 개시된다. 구체적으로, 본 개시서의 일 실시 예에 의하면, 작업의 등록을 요청하는 신호인 작업 등록 요청에 응하여, 컴퓨팅 장치가, 상기 작업의 명칭 및 상기 작업의 진행 상황을 포함하는 정보인 작업 정보를 생성하고, 표적 진행 상황으로 상기 작업의 진행 상황의 변경을 요청하는 신호인 작업 진행 상황 변경 요청이 획득되면, 요청된 상기 진행 상황의 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되는 것인지 여부를 상태 기계로써 판정하며, 상기 작업의 상기 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되면, 상기 작업의 진행 상황을 상기 표적 진행 상황으로 갱신한다.In the present disclosure, a method for managing a progress status of a work and an apparatus using the same are disclosed. Specifically, according to an embodiment of the present disclosure, in response to a job registration request, which is a signal requesting registration of a job, the computing device generates job information, which is information including a name of the job and a progress status of the job. and, when a task progress change request, which is a signal for requesting a change in the progress of the task to the target progress, is obtained, whether the change from the current progress of the requested progress to the target progress is allowed. is determined as a state machine, and if a change from the current progress of the task to the target progress is permitted, update the progress of the task to the target progress.
일정 관리 또는 작업 관리에 관한 소프트웨어의 발달에 힘입어, 일정 또는 개별 작업의 진행 상황을 체계적으로 관리하는 기술들도 발전하고 있다.Thanks to the development of software related to schedule management or task management, techniques for systematically managing the progress of schedules or individual tasks are also developing.
그러나 현재까지는 사용자가 미리 입력한 작업마다 사용자 인터페이스 요소, 특히, 체크박스(checkbox)를 표시하고, 그 체크의 유무에 따라 해당 작업의 등록(입력) 또는 완료만을 나타내는 기술적 사상은 광범위하게 활용되고 있다.However, until now, the technical concept of displaying a user interface element, in particular, a checkbox, for each task input by the user in advance, and indicating only the registration (input) or completion of the corresponding task depending on whether or not the check is checked has been widely used. .
그러나 이는, 작업의 등록과 완료 사이의 특정 시점에서 그 작업을 수행하기를 바라는 '예약' 상태, 해당 작업이 현재 수행 중인 '진행 중' 상태, 해당 작업을 철회한 '취소' 상태, 사정 변경으로 '연기'한 상태 등 여러 상태를 간편하게 나타내지 못하는 한계점이 있었다. However, this is due to the 'reservation' status in which the job is requested to be performed at a specific point in time between registration and completion of the job, the 'in progress' status in which the job is currently being performed, the 'cancellation' status in which the job is withdrawn, and circumstances change. There was a limitation in not being able to easily express various states, such as the 'postponed' state.
(선행특허문헌 1) US 2016-0077911 A1(Prior Patent Document 1) US 2016-0077911 A1
따라서 본 개시서에서는 전술한 종래 기술의 한계를 넘어, 작업의 등록과 완료 사이의 작업의 다양한 상태들의 설정과 표시가 간편하게 가능하면서도 상태 기계를 적용하여 상태 사이에서 규칙에 따른 전이(transition)를 가능하게 하는 작업 진행 상황 관리 방법 및 이를 이용한 장치를 제공하는 것을 목적으로 한다.Therefore, in the present disclosure, beyond the limitations of the prior art described above, it is possible to easily set and display various states of a task between registration and completion of a task, and transition between states according to rules by applying a state machine. It is an object of the present invention to provide a work progress management method and a device using the same.
상기한 바와 같은 본 발명의 목적을 달성하고, 후술하는 본 발명의 특징적인 효과를 실현하기 위한 본 발명의 특징적인 구성은 하기와 같다.The characteristic configuration of the present invention for achieving the object of the present invention as described above and realizing the characteristic effects of the present invention described later is as follows.
본 개시서의 일 태양에 따르면, 상태 기계에 의하여 작업(task)의 진행 상황(progression)을 관리하는 방법이 제공되는바, 그 방법은, 작업의 등록을 요청하는 신호인 작업 등록 요청에 응하여, 컴퓨팅 장치가, 상기 작업의 명칭 및 상기 작업의 진행 상황을 포함하는 정보인 작업 정보를 생성하는 단계로서, 상기 진행 상황은, 진행 상황 세트로부터 선택되되 상기 진행 상황 세트는 등록(registered) 및 완료(completed)를 포함하고, 예약(reserved), 진행 중(in progress), 취소(cancelled) 및 연기(postponed) 중 적어도 하나를 더 포함하며, 상기 작업 정보의 생성 시에는 등록으로 초기화되는, 작업 정보 생성 단계; 표적 진행 상황으로 상기 작업의 진행 상황의 변경을 요청하는 신호인 작업 진행 상황 변경 요청이 획득되면, 상기 컴퓨팅 장치가, 요청된 상기 진행 상황의 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되는 것인지 여부를 상기 상태 기계로써 판정하는 작업 진행 상황 변경 검증 단계; 및 상기 작업의 상기 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되면, 상기 컴퓨팅 장치가, 상기 작업의 진행 상황을 상기 표적 진행 상황으로 갱신하는 작업 진행 상황 갱신 단계를 포함한다.According to one aspect of the present disclosure, a method for managing the progress of a task by a state machine is provided, the method comprising: in response to a task registration request, which is a signal requesting registration of the task, Generating, by a computing device, job information, which is information including a name of the job and a progress status of the job, wherein the progress status is selected from a progress status set, and the progress status set is registered and complete ( completed, and further includes at least one of reserved, in progress, canceled, and postponed, and is initialized with registration when the job information is generated. step; When a task progress change request, which is a signal for requesting a change in the progress status of the task to a target progress status, is obtained, the computing device permits the change of the requested progress status from the current progress status to the target progress status. a job progress status change verification step of determining whether or not to change using the state machine; and a task progress updating step of updating, by the computing device, the progress of the task to the target progress if a change from the current progress of the task to the target progress is permitted.
바람직하게, 상기 상태 기계는, 기준 진행 상황과 상기 기준 진행 상황으로부터의 변경이 허용되는 다음 진행 상황의 쌍들의 집합인, {(등록, 완료), (등록, 예약), (등록, 진행 중), (등록, 취소), (예약, 진행 중), (예약, 취소), (예약, 연기), (진행 중, 완료), (진행 중, 취소), (진행 중, 연기), (취소, 등록), (연기, 등록)}로 정의되는 유한 상태 기계이다.Preferably, the state machine is a set of pairs of a standard progress and a next progress from which change is allowed: , (registration, cancellation), (reservation, in progress), (reservation, cancellation), (reservation, postponement), (in progress, complete), (in progress, cancellation), (in progress, postponement), (cancellation, register), (deferred, register)} is a finite state machine.
유리하게, 상기 작업 정보 생성 단계는, 소정의 제1 사용자 인터페이스를 제공함으로써 상기 컴퓨팅 장치 또는 상기 컴퓨팅 장치에 연동되는 타 장치인 단말로부터 상기 작업의 명칭을 포함하는 상기 작업 등록 요청을 획득하는 단계를 더 포함한다.Advantageously, the generating of the job information comprises obtaining the job registration request including the name of the job from the computing device or a terminal that is another device linked to the computing device by providing a predetermined first user interface. contains more
바람직하게, 상기 작업 진행 상황 변경 검증 단계는, 소정의 제2 사용자 인터페이스를 제공함으로써 상기 컴퓨팅 장치 또는 상기 컴퓨팅 장치에 연동되는 타 장치인 단말로부터 상기 작업의 현재의 진행 상황에서 상기 표적 진행 상황으로의 상기 작업 진행 상황 변경 요청을 획득하는 단계를 더 포함한다.Preferably, in the task progress change verification step, by providing a predetermined second user interface, the computing device or a terminal that is another device linked to the computing device changes from the current progress status of the task to the target progress status. The method further includes obtaining a request for changing the job progress status.
더 바람직하게, 상기 제2 사용자 인터페이스 상에 상기 작업의 현재 진행 상황으로부터의 변경이 허용되는 하나 이상의 후보 진행 상황들을 제공함으로써, 제공된 상기 후보 진행 상황들 중에서 상기 표적 진행 상황이 선택되도록 지원한다.More preferably, by providing on the second user interface one or more candidate progress situations to which a change from the current progress status of the task is permitted, the target progress status is selected from the provided candidate progress statuses.
더욱 더 바람직하게, 상기 제2 사용자 인터페이스에는 상기 작업의 진행 상황의 명칭 및 상기 진행 상황에 대응하는 이미지 표시가 제공된다.Even more preferably, the second user interface is provided with a name of a progress status of the job and an image display corresponding to the progress status.
더더욱 바람직하게, 상기 제2 사용자 인터페이스에 상기 진행 상황에 대응하는 설명 텍스트가 제공되거나, 상기 제2 사용자 인터페이스에 대한 소정의 조작에 대한 응답으로서 상기 제2 사용자 인터페이스 상에 상기 진행 상황에 대응하는 상기 설명 텍스트가 표시된다.Even more preferably, an explanatory text corresponding to the progress situation is provided on the second user interface, or an explanatory text corresponding to the progress status is provided on the second user interface as a response to a predetermined operation on the second user interface. An explanatory text is displayed.
유리하게, 상기 방법은, 상기 작업의 상기 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되지 않으면, 소정의 제3 사용자 인터페이스를 제공함으로써 상기 컴퓨팅 장치 또는 상기 컴퓨팅 장치에 연동되는 타 장치인 단말로부터 상기 표적 진행 상황으로의 변경을 강제할 것인지 여부를 획득하고, 상기 변경이 강제되면, 상기 컴퓨팅 장치가, 상기 작업의 진행 상황을 상기 표적 진행 상황으로 갱신하는 작업 진행 상황 강제 갱신 단계를 더 포함한다.Advantageously, the method comprises, if a change from the current progress of the task to the target progress is not permitted, the computing device or another device interoperable with the computing device by providing a predetermined third user interface. Further, a task progress status forcible updating step of acquiring whether to force a change to the target progress status from a terminal and, if the change is forced, updating, by the computing device, the progress status of the task to the target progress status. include
본 발명의 다른 태양에 따르면, 본 발명에 따른 방법들을 수행하도록 구현된 명령어들(instructions)을 포함하는 컴퓨터 프로그램도 제공된다. 예를 들어, 그러한 컴퓨터 프로그램은 기계 판독 가능한 비일시적 기록 매체에 저장될 수 있다.According to another aspect of the present invention, a computer program comprising instructions implemented to perform the methods according to the present invention is also provided. For example, such a computer program may be stored on a machine-readable non-transitory recording medium.
본 발명의 또 다른 태양에 따르면, 상태 기계에 의하여 작업의 진행 상황을 관리하는 컴퓨팅 장치가 제공되는바, 그 컴퓨팅 장치는, 작업의 등록을 요청하는 신호인 작업 등록 요청을 획득하는 통신부; 및 상기 작업 등록 요청에 응하여, 상기 작업의 명칭 및 상기 작업의 진행 상황을 포함하는 정보인 작업 정보를 생성하는 작업 정보 생성 프로세스, 상기 통신부를 통하여 표적 진행 상황으로 상기 작업의 진행 상황의 변경을 요청하는 신호인 작업 진행 상황 변경 요청이 획득되면, 요청된 상기 진행 상황의 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되는 것인지 여부를 상기 상태 기계로써 판정하는 작업 진행 상황 변경 검증 프로세스, 및 상기 작업의 상기 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되면, 상기 작업의 진행 상황을 상기 표적 진행 상황으로 갱신하는 작업 진행 상황 갱신 프로세스를 수행하는 프로세서를 포함한다.According to another aspect of the present invention, there is provided a computing device for managing the progress of a job by a state machine, including: a communication unit for obtaining a job registration request, which is a signal for requesting job registration; and a job information generation process for generating job information, which is information including a name of the job and a progress status of the job, in response to the job registration request, requesting a change of the progress status of the job to a target progress status through the communication unit. a job progress change verification process for determining, by the state machine, whether or not a change of the requested progress status from the current progress status to the target progress status is permitted when a job progress change request, which is a signal to do so, is obtained; and and a processor performing a task progress update process of updating the progress of the task to the target progress if a change from the current progress of the task to the target progress is permitted.
본 발명에 의하면, 작업의 등록과 완료 사이의 작업의 다양한 상태들의 설정과 표시가 제공되어 사용자의 편의성이 향상되는 효과가 있다.According to the present invention, there is an effect of improving user convenience by providing setting and displaying various states of a job between registration and completion of a job.
본 발명의 실시 예의 설명에 이용되기 위하여 첨부된 아래 도면들은 본 발명의 실시 예들 중 단지 일부일 뿐이며, 본 발명이 속한 기술분야에서 통상의 지식을 가진 사람(이하 "통상의 기술자"라 함)은 별개의 발명에 이를 정도의 노력 없이 이 도면들에 기초하여 다른 도면들을 얻을 수 있다.The accompanying drawings for use in describing the embodiments of the present invention are only some of the embodiments of the present invention, and those of ordinary skill in the art (hereinafter referred to as "ordinary technicians") Other figures may be obtained on the basis of these figures without any effort to the extent of inventing the invention.
도 1은 본 개시서에 따라 상태 기계에 의하여 작업의 진행 상황을 관리하는 방법(이하 "작업 진행 상황 관리 방법"이라 함)을 수행하는 컴퓨팅 장치의 예시적 구성을 개략적으로 도시한 개념도이다.1 is a conceptual diagram schematically illustrating an exemplary configuration of a computing device that performs a method for managing the progress of a task by a state machine (hereinafter referred to as “method for managing task progress”) according to the present disclosure.
도 2는 본 개시서에 따른 작업 진행 상황 관리 방법을 수행하는 컴퓨팅 장치의 하드웨어 또는 소프트웨어 구성요소를 도시한 예시적 블록도이다.2 is an exemplary block diagram illustrating hardware or software components of a computing device that performs a method for managing a task progress according to the present disclosure.
도 3은 본 개시서에 따른 작업 진행 상황 관리 방법의 일 실시 예를 도시한 흐름도이다.3 is a flowchart illustrating an embodiment of a task progress management method according to the present disclosure.
도 4는 본 개시서의 작업 진행 상황 관리 방법의 일 실시 예에 따라 제공된 제1 사용자 인터페이스를 예시적으로 나타낸 도면이다.4 is a diagram showing a first user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
도 5는 본 개시서의 작업 진행 상황 관리 방법의 일 실시 예에 따라 제공된 제2 사용자 인터페이스를 예시적으로 나타낸 도면이다.5 is a diagram showing a second user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
도 6은 본 개시서의 작업 진행 상황 관리 방법의 일 실시 예에서 작업의 진행 상황에 대응하는 이미지 표시의 예시를 나타낸 도면이다.6 is a diagram illustrating an example of displaying an image corresponding to a progress status of a task in an embodiment of a task progress management method of the present disclosure.
도 7은 본 개시서에 따른 작업 진행 상황 관리 방법에 이용되는 상태 기계의 예시적 블록도이다.7 is an exemplary block diagram of a state machine used in the task progress management method according to the present disclosure.
도 8은 도 5에 예시된 제2 사용자 인터페이스에서 표시된, 진행 상황에 대응하는 설명 텍스트를 예시적으로 나타낸 도면이다.FIG. 8 is a view showing explanatory text corresponding to a progress status displayed in the second user interface illustrated in FIG. 5 by way of example.
도 9는 도 5에 예시된 제2 사용자 인터페이스에서 작업의 진행 상황을 변경할 수 있도록 제공되는 대안을 예시적으로 나타낸 도면이다.FIG. 9 exemplarily illustrates an alternative provided to change the progress status of a task in the second user interface illustrated in FIG. 5 .
도 10은 본 개시서의 작업 진행 상황 관리 방법의 일 실시 예에 따라 제공된 제3 사용자 인터페이스를 예시적으로 나타낸 도면이다.10 is a diagram showing a third user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
도 11은 본 개시서의 작업 진행 상황 관리 방법에서 이용되는 진행 상황 세트를 사용자화하기 위하여 제공되는 제4 사용자 인터페이스를 예시적으로 나타낸 도면이다.11 is a diagram showing a fourth user interface provided to customize a progress set used in the task progress management method of the present disclosure by way of example.
후술하는 본 발명에 대한 상세한 설명은, 본 발명의 목적들, 기술적 해법들 및 장점들을 분명하게 하기 위하여 본 발명이 실시될 수 있는 특정 실시 예를 예시로서 도시하는 첨부 도면을 참조한다. 이들 실시 예는 통상의 기술자가 본 발명을 실시할 수 있기에 충분하도록 상세히 설명된다. 첨부 도면을 참조하여 설명함에 있어, 도면 부호에 관계없이 동일한 구성 요소는 동일한 참조부호를 부여하고, 이에 대한 중복되는 설명은 생략하기로 한다.DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The following detailed description of the present invention refers to the accompanying drawings, which illustrate specific embodiments in which the present invention may be practiced in order to make the objects, technical solutions and advantages of the present invention clear. These embodiments are described in sufficient detail to enable a person skilled in the art to practice the present invention. In the description with reference to the accompanying drawings, the same reference numerals are given to the same components regardless of reference numerals, and overlapping descriptions thereof will be omitted.
실시 예들에 대한 특정한 구조적 또는 기능적 설명들은 단지 예시를 위한 목적으로 개시된 것으로서, 다양한 형태로 변경되어 실시될 수 있다. 따라서, 실시 예들은 특정한 개시형태로 한정되는 것이 아니며, 본 개시서의 범위는 기술적 사상에 포함되는 변경, 균등물 또는 대체물을 포함한다.Specific structural or functional descriptions of the embodiments are disclosed for illustrative purposes only, and may be modified and implemented in various forms. Therefore, the embodiments are not limited to the specific disclosed form, and the scope of the present disclosure includes changes, equivalents, or substitutes included in the technical spirit.
"제1" 또는 "제2" 등의 용어를 다양한 구성요소들을 설명하는데 사용될 수 있지만, 이런 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 해석되어야 하는바, 어떠한 순서도 시사하고 있지 않기 때문이다. 예를 들어, 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소는 제1 구성요소로도 명명될 수 있다.Terms such as "first" or "second" may be used to describe various components, but such terms are to be interpreted solely for the purpose of distinguishing one component from another, and no order is implied. because it doesn't For example, a first element may be termed a second element, and similarly, a second element may be termed a first element.
어떤 구성요소가 다른 구성요소에 "연결되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다.It should be understood that when an element is referred to as being “connected” to another element, it may be directly connected or connected to the other element, but other elements may exist in the middle.
단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 개시서에서, "포함하다" 또는 "가지다" 등의 용어는 기재된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함으로 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.Singular expressions include plural expressions unless the context clearly dictates otherwise. In this disclosure, terms such as "comprise" or "have" are intended to designate that the described feature, number, step, operation, component, part, or combination thereof exists, but one or more other features or numbers, It should be understood that the presence or addition of steps, operations, components, parts, or combinations thereof is not precluded.
다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 해당 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가진다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 의미를 갖는 것으로 해석되어야 하며, 본 개시서에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art. Terms such as those defined in commonly used dictionaries should be interpreted as having a meaning consistent with the meaning in the context of the related art, and unless explicitly defined in the present disclosure, interpreted in an ideal or excessively formal meaning. It doesn't work.
더욱이 본 발명은 본 개시서에 표시된 실시 예들의 모든 가능한 조합들을 망라한다. 본 발명의 다양한 실시 예는 서로 다르지만 상호 배타적일 필요는 없음이 이해되어야 한다. 예를 들어, 여기에 기재되어 있는 특정 형상, 구조 및 특성은 일 실시 예에 관련하여 본 발명의 사상 및 범위를 벗어나지 않으면서 다른 실시 예로 구현될 수 있다. 또한, 각각의 개시된 실시 예 내의 개별 구성요소의 위치 또는 배치는 본 발명의 사상 및 범위를 벗어나지 않으면서 변경될 수 있음이 이해되어야 한다. 따라서, 후술하는 상세한 설명은 한정적인 의미로서 취하려는 것이 아니다. 도면에서 유사한 참조부호는 여러 측면에 걸쳐서 동일하거나 유사한 기능을 지칭한다. Moreover, the present invention covers all possible combinations of the embodiments presented in this disclosure. It should be understood that the various embodiments of the present invention are different, but need not be mutually exclusive. For example, specific shapes, structures, and characteristics described herein may be implemented in one embodiment in another embodiment without departing from the spirit and scope of the invention. Additionally, it should be understood that the location or arrangement of individual components within each disclosed embodiment may be changed without departing from the spirit and scope of the invention. Accordingly, the detailed description that follows is not intended to be taken in a limiting sense. Like reference numbers in the drawings indicate the same or similar function throughout the various aspects.
본 개시서에서 달리 표시되거나 분명히 문맥에 모순되지 않는 한, 단수로 지칭된 항목은, 그 문맥에서 달리 요구되지 않는 한, 복수의 것을 아우른다. 또한, 본 발명을 설명함에 있어, 관련된 공지 구성 또는 기능에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명은 생략한다.In this disclosure, unless otherwise indicated or clearly contradicted by context, terms referred to in the singular encompass the plural unless the context requires otherwise. In addition, in describing the present invention, if it is determined that a detailed description of a related known configuration or function may obscure the gist of the present invention, the detailed description will be omitted.
이하, 통상의 기술자가 본 발명을 용이하게 실시할 수 있도록 하기 위하여, 본 발명의 바람직한 실시 예들에 관하여 첨부된 도면을 참조하여 상세히 설명하기로 한다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art can easily practice the present invention.
도 1은 본 개시서에 따른 작업 진행 상황 관리 방법을 수행하는 컴퓨팅 장치의 예시적 구성을 개략적으로 도시한 개념도이다.1 is a conceptual diagram schematically illustrating an exemplary configuration of a computing device that performs a task progress management method according to the present disclosure.
도 1을 참조하면, 본 개시서의 일 실시 예에 따른 컴퓨팅 장치(100)는, 통신부(110) 및 프로세서(120)를 포함하며, 상기 통신부(110)를 통하여 외부 컴퓨팅 장치(미도시)와 직간접적으로 통신할 수 있다.Referring to FIG. 1 , a computing device 100 according to an embodiment of the present disclosure includes a communication unit 110 and a processor 120, and communicates with an external computing device (not shown) through the communication unit 110. You can communicate directly or indirectly.
구체적으로, 상기 컴퓨팅 장치(100)는, 전형적인 컴퓨터 하드웨어(예컨대, 컴퓨터, 프로세서, 메모리, 스토리지(storage), 입력 장치 및 출력 장치, 기타 기존의 컴퓨팅 장치의 구성요소들을 포함할 수 있는 장치; 라우터, 스위치 등과 같은 전자 통신 장치; 네트워크 부착 스토리지(NAS; network-attached storage) 및 스토리지 영역 네트워크(SAN; storage area network)와 같은 전자 정보 스토리지 시스템)와 컴퓨터 소프트웨어(즉, 컴퓨팅 장치로 하여금 특정의 방식으로 기능하게 하는 명령어들)의 조합을 이용하여 원하는 시스템 성능을 달성하는 것일 수 있다. 상기 스토리지는 하드 디스크, USB(Universal Serial Bus) 메모리와 같은 기억 장치뿐만 아니라 클라우드 서버와 같은 네트워크 연결 기반의 저장 장치의 형태를 포함할 수 있다.Specifically, the computing device 100 may include typical computer hardware (eg, a computer, processor, memory, storage, input and output devices, and other components of conventional computing devices; a router; electronic communication devices, such as switches, switches, etc.; electronic information storage systems, such as network-attached storage (NAS) and storage area network (SAN)) and computer software (i.e., enabling computing devices to It may be to achieve the desired system performance by using a combination of instructions). The storage may include a storage device such as a hard disk or a universal serial bus (USB) memory as well as a storage device based on a network connection such as a cloud server.
이와 같은 컴퓨팅 장치의 통신부(110)는 연동되는 타 컴퓨팅 장치, 예컨대 전용의 저장소, 예컨대, 데이터베이스 서버 등과의 사이에서 요청과 응답을 송수신할 수 있는바, 일 예시로서 그러한 요청과 응답은 동일한 TCP(Transmission Control Protocol) 세션(session)에 의하여 이루어질 수 있지만, 이에 한정되지는 않는 바, 예컨대 UDP(User Datagram Protocol) 데이터그램(datagram)으로서 송수신될 수도 있을 것이다.The communication unit 110 of such a computing device may transmit and receive requests and responses between other computing devices that are interlocked, for example, a dedicated storage, for example, a database server, and the like. As an example, such requests and responses are the same TCP ( It may be performed by a Transmission Control Protocol (Session) session, but is not limited thereto, and may be transmitted and received as a User Datagram Protocol (UDP) datagram, for example.
구체적으로, 통신부(110)는 통신 인터페이스를 포함하는 통신 모듈의 형태로 구현될 수 있다. 이를테면, 통신 인터페이스는 WLAN(Wireless LAN), WiFi(Wireless Fidelity) Direct, DLNA(Digital Living Network Alliance), WiBro(Wireless Broadband), WiMax(World interoperability for Microwave access), HSDPA(High Speed Downlink Packet Access) 등의 무선 인터넷 인터페이스와 블루투스(Bluetooth™), RFID(Radio Frequency IDentification), 적외선 통신(Infrared Data Association; IrDA), UWB(Ultra-WideBand), ZigBee, NFC(Near Field Communication) 등의 근거리 통신 인터페이스를 포함할 수 있다. 뿐만 아니라, 통신 인터페이스는 프로세서가 외부와 통신을 수행할 수 있는 모든 인터페이스(예를 들어, 버스, 유무선 인터페이스)를 나타낼 수 있다.Specifically, the communication unit 110 may be implemented in the form of a communication module including a communication interface. For example, communication interfaces include Wireless LAN (WLAN), Wireless Fidelity (WiFi) Direct, Digital Living Network Alliance (DLNA), Wireless Broadband (WiBro), World interoperability for Microwave access (WiMax), High Speed Downlink Packet Access (HSDPA), etc. Including wireless Internet interface of Bluetooth™, RFID (Radio Frequency IDentification), Infrared Data Association (IrDA), UWB (Ultra-WideBand), ZigBee, and NFC (Near Field Communication) short-range communication interfaces. can do. In addition, the communication interface may represent all interfaces (eg, a bus, a wired/wireless interface) through which the processor communicates with the outside.
예를 들어, 통신부(110)는 이와 같이 적합한 통신 인터페이스를 통해 타 컴퓨팅 장치로부터 데이터를 송수신할 수 있다. 덧붙여, 넓은 의미에서 상기 통신부(110)는 명령어 또는 지시 등을 전달받기 위한 키보드, 마우스, 기타 외부 입력 장치, 인쇄 장치, 디스플레이, 기타 외부 출력 장치를 포함하거나 이들과 연동될 수 있다. 컴퓨팅 장치, 예컨대 서버, 단말 PC, 또는 휴대 단말의 사용자에게 적절한 사용자 인터페이스를 표시하여 제공함으로써 사용자와의 상호작용을 가능하게 하기 위하여, 컴퓨팅 장치(100)는 디스플레이부를 내장하거나 상기 통신부(110)를 통하여 외부의 디스플레이 장치와 연동될 수 있음이 알려져 있다. 예컨대, 그러한 디스플레이부 또는 디스플레이 장치는 터치 입력이 가능한 터치스크린일 수 있다.For example, the communication unit 110 may transmit/receive data from another computing device through an appropriate communication interface. In addition, in a broad sense, the communication unit 110 may include a keyboard, a mouse, other external input devices, a printing device, a display, and other external output devices for receiving commands or instructions, or may be interlocked with them. In order to enable interaction with a user by displaying and providing an appropriate user interface to a user of a computing device, such as a server, terminal PC, or portable terminal, the computing device 100 has a built-in display unit or the communication unit 110. It is known that it can be interlocked with an external display device through. For example, such a display unit or display device may be a touch screen capable of touch input.
또한, 컴퓨팅 장치의 프로세서(120)는 MPU(micro processing unit), CPU(central processing unit), GPU(graphics processing unit), NPU(neural processing unit) 또는 TPU(tensor processing unit), 캐시 메모리(cache memory), 데이터 버스(data bus) 등의 하드웨어 구성을 포함할 수 있다. 또한, 운영체제, 특정 목적을 수행하는 애플리케이션의 소프트웨어 구성을 더 포함할 수도 있다.In addition, the processor 120 of the computing device may include a micro processing unit (MPU), a central processing unit (CPU), a graphics processing unit (GPU), a neural processing unit (NPU) or a tensor processing unit (TPU), a cache memory ), and a hardware configuration such as a data bus. In addition, it may further include a software configuration of an operating system and an application that performs a specific purpose.
이제 도 2 내지 도 11을 참조하여 본 개시서에 따른 작업 진행 상황 관리 방법을 상세히 후술하기로 한다.Now, with reference to FIGS. 2 to 11 , the task progress management method according to the present disclosure will be described in detail below.
도 2는 본 개시서에 따른 작업 진행 상황 관리 방법을 수행하는 컴퓨팅 장치(200)의 하드웨어 또는 소프트웨어 구성요소를 도시한 예시적 블록도이고, 도 3은 본 개시서에 따른 작업 진행 상황 관리 방법의 일 실시 예를 도시한 흐름도이다.2 is an exemplary block diagram illustrating hardware or software components of a computing device 200 for performing a task progress management method according to the present disclosure, and FIG. 3 is a task progress management method according to the present disclosure. It is a flow chart illustrating one embodiment.
도 2 및 도 3을 참조하면, 우선, 본 개시서의 작업 진행 상황 관리 방법은, 작업을 등록하고자 하는 사용자의 컴퓨팅 장치(200) 또는 컴퓨팅 장치(200)에 연동하는 타 컴퓨팅 장치인 단말(300)로부터 획득된, 상기 작업의 등록을 요청하는 신호인 작업 등록 요청에 응하여, 컴퓨팅 장치(200)에 의하여 구현되는 작업 정보 생성 모듈(210)이, 상기 작업의 명칭 및 상기 작업의 진행 상황을 포함하는 정보인 작업 정보를 생성함으로써 소정의 저장소(240)로 하여금 그 생성된 작업 정보를 보유하게 하는 단계(작업 정보 생성 단계; S100)를 포함한다.Referring to FIGS. 2 and 3 , first, the task progress management method of the present disclosure includes a computing device 200 of a user who wants to register a task or a terminal 300 that is another computing device that works with the computing device 200. In response to a job registration request, which is a signal for requesting registration of the job, obtained from ), the job information generation module 210 implemented by the computing device 200 includes the name of the job and the progress of the job. A step of allowing a predetermined storage 240 to hold the created job information by generating job information that is information to do (job information generation step; S100).
상기 진행 상황은, 진행 상황 세트로부터 선택되되 상기 진행 상황 세트는 등록(registered) 및 완료(completed)를 포함하고, 예약(reserved), 진행 중(in progress), 취소(cancelled) 및 연기(postponed) 중 적어도 하나를 더 포함하며, 상기 작업 정보의 생성 시 단계(S100)에서는 등록으로 초기화된다. 통상의 기술자는 '등록', '완료'와 같은 개별 진행 상황의 명칭은 그 개별 진행 상황의 역할과 관련하여 적절하게 지정된 것에 불과하며, 구체적으로 다른 명칭으로 대체될 수도 있는 임의적이라는 점을 이해할 수 있을 것이다.The progress is selected from a set of progress, the set of progress including registered and completed, reserved, in progress, canceled and postponed. It further includes at least one of, and in step S100 when generating the job information, it is initialized by registration. A person skilled in the art can understand that the names of individual progresses such as 'registration' and 'complete' are only appropriately designated in relation to the role of the individual progresses, and are arbitrary and may be specifically replaced with other names. There will be.
도 4는 본 개시서의 작업 진행 상황 관리 방법의 일 실시 예에 따라 제공된 제1 사용자 인터페이스를 예시적으로 나타낸 도면이다.4 is a diagram showing a first user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
작업 정보 생성 단계(S100)에서는 소정의 제1 사용자 인터페이스를 제공함으로써 컴퓨팅 장치(200) 또는 단말(300)로부터 상기 작업의 명칭을 포함하는 상기 작업 등록 요청을 획득할 수 있는바, 그 제1 사용자 인터페이스는 도 4에 예시된 바와 같다.In the job information generation step (S100), the job registration request including the name of the job can be obtained from the computing device 200 or the terminal 300 by providing a predetermined first user interface. The interface is as illustrated in FIG. 4 .
도 4를 참조하면, 작업의 명칭을 입력할 수 있는 텍스트 필드(text field; 410), 그 입력을 완료하고 작업 등록 요청을 촉발(trigger)할 수 있게 하는 완료 버튼(420), 상기 입력을 취소할 수 있게 하는 취소 버튼(430)이 제공되어 있다.Referring to FIG. 4 , a text field 410 for entering the name of a job, a completion button 420 for completing the input and triggering a job registration request, and canceling the input A cancel button 430 is provided to enable this.
다시 도 2 및 도 3을 참조하면, 작업 정보 생성 단계(S100) 다음에, 본 개시서의 작업 진행 상황 관리 방법은, 상기 작업의 진행 상황을 표적 진행 상황으로 변경하는 것을 요청하는 신호인 작업 진행 상황 변경 요청이 컴퓨팅 장치(100) 또는 단말(300)로부터 획득(S210)되면, 컴퓨팅 장치(100)에 의하여 구현되는 진행 상황 변경 검증 모듈(220)이, 요청된 상기 진행 상황의 현재 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되는 것인지 여부를 상기 상태 기계로써 판정(S220)하는 단계(작업 진행 상황 변경 검증 단계; S200)를 더 포함한다.Referring back to FIGS. 2 and 3 , after the task information generation step (S100), the task progress management method of the present disclosure is a task progress signal requesting to change the task progress status to the target progress status. When the status change request is obtained from the computing device 100 or the terminal 300 (S210), the progress status change verification module 220 implemented by the computing device 100, in the current progress status of the requested progress status A step of determining (S220) whether a change to the target progress status is allowed by using the state machine (a task progress change verification step; S200) is further included.
작업 진행 상황 변경 검증 단계(S200)에는 소정의 제2 사용자 인터페이스를 제공함으로써 컴퓨팅 장치(200) 또는 단말(300)로부터 상기 작업의 현재의 진행 상황에서 상기 표적 진행 상황으로의 상기 작업 진행 상황 변경 요청을 획득하는 단계(S210)가 더 포함될 수 있다.In the task progress change verification step (S200), a task progress change request from the computing device 200 or terminal 300 from the current progress status of the task to the target progress status is provided by providing a predetermined second user interface. Obtaining (S210) may be further included.
도 5는 본 개시서의 작업 진행 상황 관리 방법의 일 실시 예에 따라 제공된 제2 사용자 인터페이스의 일련의 모습들(500a 내지 500d)을 예시적으로 나타낸 도면이며, 도 6은 본 개시서의 작업 진행 상황 관리 방법의 일 실시 예에서 작업의 진행 상황에 대응하는 이미지 표시(610 내지 660)의 예시를 나타낸 도면이고, 도 7은 본 개시서에 따른 작업 진행 상황 관리 방법에 이용되는 상태 기계의 예시적 블록도이다.5 is a diagram showing a series of views 500a to 500d of a second user interface provided according to an embodiment of a task progress management method of the present disclosure, and FIG. 6 is a diagram illustrating task progress of the present disclosure It is a diagram illustrating an example of displaying images 610 to 660 corresponding to the progress of a task in an embodiment of a method for managing a situation, and FIG. 7 is an example of a state machine used in the method for managing a progress of a task according to the present disclosure. It is a block diagram.
도 5를 참조하면, 단계(S210)에서 제2 사용자 인터페이스(500a)에는 작업의 진행 상황의 명칭(510) 및 그 작업의 진행 상황에 대응하는 이미지 표시(520a)가 제공될 수 있다. 도 6에는, '등록'에 대응하는 이미지 표시(610), '완료'에 대응하는 이미지 표시(620), '예약'에 대응하는 이미지 표시(630), '진행 중'에 대응하는 이미지 표시(640), '취소'에 대응하는 이미지 표시(650), 및 '연기'에 대응하는 이미지 표시(660)가 예시되어 있다.Referring to FIG. 5 , in step S210 , a name 510 of a progress status of a task and an image display 520a corresponding to the progress status of the task may be provided to the second user interface 500a. 6, an image corresponding to 'registration' is displayed 610, an image corresponding to 'complete' is displayed 620, an image corresponding to 'reservation' is displayed 630, and an image corresponding to 'in progress' is displayed ( 640), image display 650 corresponding to 'cancel', and image display 660 corresponding to 'postponement' are exemplified.
단계(S210)에서 제2 사용자 인터페이스(500a 내지 500d) 상에 상기 작업의 현재 진행 상황(520a)으로부터의 변경이 허용되는 하나 이상의 후보 진행 상황들(520b 내지 520d)을 제공함으로써, 제공된 상기 후보 진행 상황들(520b 내지 520d) 중에서 상기 표적 진행 상황이 선택되도록 지원할 수 있다. 예를 들어, 사용자는 현재 진행 상황의 이미지 표시(520a)가 위치한 영역에 대해 반복적으로 클릭(click) 또는 탭(tab)의 조작을 가함으로써 현재의 제2 사용자 인터페이스에 표시되는 상기 표적 진행 상황(520b 내지 520d)을 선택할 수 있고, 그 표적 진행 상황의 선택을 완료하여 작업 진행 상황 변경 요청을 촉발하기 위하여 '입력 완료' 버튼(530)을 조작할 수 있다. In step S210, one or more candidate progress situations 520b to 520d that are allowed to be changed from the current progress status 520a of the task are provided on the second user interface 500a to 500d, thereby providing the provided candidate progress statuses. Among the situations 520b to 520d, the target progress situation may be selected. For example, the user repeatedly clicks or taps an area where the image display 520a of the current progress is located, thereby displaying the target progress (currently displayed on the second user interface). 520b to 520d) can be selected, and the 'input completion' button 530 can be manipulated to complete the selection of the target progress status and trigger a task progress change request.
더 구체적으로 설명하자면, 참조부호 520a에 대한 조작이 있으면 참조부호 520b가 표시되고, 참조부호 520b에 대한 조작이 있으면 참조부호 520c가 표시되며, 참조부호 520c에 대한 조작이 있으면 참조부호 520d가 표시되고, 참조부호 520d에 대한 조작이 있으면 다시 참조부호 520a가 표시되는 식이다.More specifically, reference 520b is displayed when there is an operation on 520a, 520c is displayed when there is an operation on 520b, and 520d is displayed when there is an operation on 520c. , and if there is an operation for reference numeral 520d, reference numeral 520a is displayed again.
물론, 사용자는 작업 진행 상황의 변경을 철회하기 위하여 '취소' 버튼(550)을 조작할 수도 있다. Of course, the user may manipulate the 'cancel' button 550 to cancel the change in the progress of the job.
작업의 현재 진행 상황(520a)으로부터 변경이 허용되는 후보 진행 상황들(520b 내지 520d)은 상태 기계에 의하여 판정될 수 있다. 구체적으로, 상기 상태 기계는, 기준 진행 상황과 상기 기준 진행 상황으로부터의 변경이 허용되는 다음 진행 상황의 쌍들의 집합인, {(등록, 완료), (등록, 예약), (등록, 진행 중), (등록, 취소), (예약, 진행 중), (예약, 취소), (예약, 연기), (진행 중, 완료), (진행 중, 취소), (진행 중, 연기), (취소, 등록), (연기, 등록)}로 정의되는 유한 상태 기계일 수 있는바, 이는 도 6의 유향 그래프(directed graph)로 도시된 바와 같다.Candidate progresses 520b to 520d that are allowed to change from the task's current progress 520a can be determined by the state machine. Specifically, the state machine is a set of pairs of a standard progress and a next progress that is allowed to change from the standard progress, {(registered, completed), (registered, reserved), (registered, in progress) , (registration, cancellation), (reservation, in progress), (reservation, cancellation), (reservation, postponement), (in progress, complete), (in progress, cancellation), (in progress, postponement), (cancellation, registration), (deferral, registration)} as shown in the directed graph of FIG. 6 .
이 예시적인 상태 기계에 따르면, 어느 작업의 현재의 진행 상황이 '취소'인 때에 '연기'로 변경하는 것은 허용되지 않는다. 한편, 도 5에 예시된 '제초 작업하기'라는 명칭(510)을 가진 작업과 같이 현재 진행 상황이 '진행 중'일 때에는, '완료', '연기', '취소' 중의 하나로 변경되는 것이 허용된다.According to this exemplary state machine, when a task's current progress is 'Cancel', it is not allowed to change to 'Postpone'. On the other hand, when the current progress is 'in progress', such as the task having the name 510 of 'weeding' illustrated in FIG. do.
한편, 상기 진행 상황에 관한 이미지 표시 외에, 상기 진행 상황에 대응하는 설명 텍스트가 제공될 수 있다. 예를 들어, 상기 제2 사용자 인터페이스에 대한 소정의 조작에 대한 응답으로서 상기 제2 사용자 인터페이스 상에 상기 진행 상황에 대응하는 설명 텍스트가 표시될 수 있다.Meanwhile, in addition to displaying images related to the progress status, explanatory text corresponding to the progress status may be provided. For example, explanatory text corresponding to the progress status may be displayed on the second user interface as a response to a predetermined manipulation of the second user interface.
도 8은 도 5에 예시된 제2 사용자 인터페이스에서 표시된, 진행 상황에 대응하는 설명 텍스트를 예시적으로 나타낸 도면이다.FIG. 8 is a view showing explanatory text corresponding to a progress status displayed in the second user interface illustrated in FIG. 5 by way of example.
도 8을 참조하면, 예컨대, '진행 중'인 진행 상황에 관한 이미지 표시(820)에 대한 소정의 조작, 예를 들어, 일정 시간 동안 마우스 포인터 또는 손가락 터치의 머무름(hovering), 마우스 오른쪽 클릭 등과 같은 다양한 조작에 응답으로서 그 진행 상황에 대응하는 설명 텍스트인 '등록된 사항 중 진행 중인 사항은 이 표시로 변경하세요.'를 표시할 수 있는바, 이는 사용자로 하여금 이미지 표시(820)에 해당하는 진행 상황의 이해를 돕는다. 이 외에도 통상의 기술자는 사용자의 조작에 응하여 특정 진행 상황의 명칭, 그 진행 상황에 관한 이미지 표시, 및 설명 텍스트를 제공하는 다양한 변형례를 상정할 수 있을 것이다.Referring to FIG. 8 , for example, a predetermined manipulation of an image display 820 related to an 'in progress' progress, such as hovering a mouse pointer or finger touch for a certain period of time, right-clicking a mouse, and the like. As a response to various manipulations such as, an explanatory text corresponding to the progress, 'Please change the registered items to this display.' Helps understand progress. In addition to this, a person skilled in the art may assume various modifications in which a name of a specific progress situation, an image display related to the progress status, and an explanatory text are provided in response to a user's manipulation.
도 9는 도 5에 예시된 제2 사용자 인터페이스에서 작업의 진행 상황을 변경할 수 있도록 제공되는 대안을 예시적으로 나타낸 도면이며, 도 10은 본 개시서의 작업 진행 상황 관리 방법의 일 실시 예에 따라 제공된 제3 사용자 인터페이스를 예시적으로 나타낸 도면이다.FIG. 9 is a diagram illustrating an example of an alternative provided to change the progress status of a task in the second user interface illustrated in FIG. 5, and FIG. It is a diagram showing the provided third user interface by way of example.
앞서 도 5에 예시된 제2 사용자 인터페이스 상에서 '사용자 지정' 버튼(430)을 조작하면, 이에 응하여 컴퓨팅 장치(200) 또는 단말(300)은 도 9에 예시된 바와 같이 진행 상황 세트에 속한 모든 진행 상황의 항목들(970)을 열거할 수 있는바, 현재의 진행 상황(920)으로부터의 변경을 위한 것이므로 열거되는 진행 상황의 항목들에는 현재의 진행 상황(920)이 제외될 수 있다. 사용자는 제2 사용자 인터페이스 상의 진행 상황의 항목들(970) 중에서 임의의 것을 고르는 조작(예컨대, 클릭 또는 탭)을 행할 수 있고, 이에 따라 촉발되는 작업 진행 상황 변경 요청에 대하여 그 변경이 허용되는지 여부가 상태 기계에 의하여 판정(S220)된다.If the 'custom' button 430 is manipulated on the second user interface illustrated in FIG. 5 above, in response to this, the computing device 200 or terminal 300 displays all progress belonging to the progress set as illustrated in FIG. 9 . Since items 970 of the status can be enumerated, the current progress status 920 can be excluded from the enumerated items of the progress status because it is for a change from the current progress status 920 . The user may perform an operation (e.g., click or tap) to select an arbitrary item from the progress items 970 on the second user interface, and whether the change is allowed for a job progress change request triggered thereby is determined by the state machine (S220).
다시 도 2 및 도 3을 참조하면, 단계(S220)에서 상기 작업의 상기 현재 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되는 것으로 판정되면, 컴퓨팅 장치(100)에 의하여 구현되는 작업 진행 상황 갱신 모듈(230)은, 상기 작업의 진행 상황을 상기 표적 진행 상황으로 갱신하여 저장소(240)로 하여금 그 갱신된 진행 상황을 저장하게 하는 작업 진행 상황 갱신 단계(S300)를 수행한다.Referring back to FIGS. 2 and 3 , when it is determined in step S220 that the change from the current progress of the task to the target progress is permitted, the task progress implemented by the computing device 100 is updated. The module 230 performs a task progress update step (S300) of updating the progress status of the task to the target progress status and causing the storage 240 to store the updated progress status.
반대로, 단계(S220)에서 상기 작업의 상기 현재 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되지 않은 것으로 판정되면, 도 10에 예시된 바와 같이, 소정의 제3 사용자 인터페이스(1000)를 제공함으로써 컴퓨팅 장치(200) 또는 단말(300)로부터 상기 표적 진행 상황으로의 변경을 강제할 것인지 여부를 획득하고, 상기 변경이 강제(S250)되면, 작업 진행 상황 갱신 모듈(230)은, 상기 작업의 진행 상황을 상기 표적 진행 상황으로 강제로 갱신한다. 제3 사용자 인터페이스(1000)는 사용자를 환기시키기 위하여 현재 진행 상황에 해당하는 이미지 표시(1020) 및 표적 진행 상황에 해당하는 이미지 표시(1080)를 보일 수 있으며, '예' 버튼 및 '아니요' 버튼을 제공함으로써 상기 표적 진행 상황으로의 변경을 강제할 것인지 여부를 사용자로부터 입력받을 수 있다.Conversely, if it is determined in step S220 that the change from the current progress of the task to the target progress is not allowed, as illustrated in FIG. 10, by providing a predetermined third user interface 1000. Obtains whether to force a change to the target progress from the computing device 200 or terminal 300, and when the change is forced (S250), the task progress update module 230, the progress of the task Force update the status to the target progress status. The third user interface 1000 may show an image display 1020 corresponding to the current progress status and an image display 1080 corresponding to the target progress status in order to arouse the user, and a 'yes' button and a 'no' button By providing, it is possible to receive an input from the user whether to force a change to the target progress situation.
본 개시서를 읽은 통상의 기술자는 진행 상황 세트에 속한 진행 상황들 각각의 명칭을 등록(registered), 완료(completed), 예약(reserved), 진행 중(in progress), 취소(cancelled), 연기(postponed)가 아닌 다른 명칭으로 각각을 지칭하는 여러 변형례들을 상정할 수 있을 것이다. 그러한 변형례 중 일부는 진행 상황들의 명칭들, 진행 상황들에 대응하는 이미지들, 진행 상황들에 대한 설명 텍스트들의 변경을 가능하게 하는 사용자화(customize)를 가능하게 하는 소정의 사용자 인터페이스 요소들을 제공하는 단계를 포함할 수도 있을 것인바, 통상의 기술자는 전술한 내용에 기초하여 이를 쉽게 구현할 수 있을 것이다. 즉, 진행 상황 세트에 속한 개별 진행 상황의 명칭, 이미지, 설명 텍스트는 변경될 수 있는 것이다.A person skilled in the art reading this disclosure may name each of the progresses belonging to the progress set as registered, completed, reserved, in progress, canceled, and postponed. ), several variants of referring to each by a name other than ) may be envisaged. Some of those variants provide certain user interface elements that enable customization to allow for changing the names of progressions, images corresponding to progressions, and descriptive texts for progressions. It may include the step of doing, and those skilled in the art will be able to easily implement it based on the foregoing. That is, the name, image, and description text of each progress situation belonging to the progress status set can be changed.
또한, 본 개시서의 일 변형례에서 '등록', '완료'를 제외한 나머지 진행 상황들은 필수적이지 않은바, 그 나머지 진행 상황들 각각을 사용할 것인지 사용하지 않을 것인지, 그 사용 여부를 변경할 수도 있다. 요컨대, 상기 진행 상황 세트도 사용자화될 수 있고, 통상의 기술자는 그러한 사용자화를 가능하게 하는 소정의 인터페이스 요소들을 제공하는 단계를 쉽게 구현할 수 있을 것인바, 도 11에 예시된 바와 같다.In addition, in one variation of the present disclosure, the remaining progress conditions other than 'registration' and 'complete' are not essential, so whether or not to use each of the remaining progress conditions may be changed. In short, the progress set can also be customized, and a person skilled in the art can easily implement a step of providing certain interface elements that enable such customization, as illustrated in FIG. 11 .
이상에서 전술한 바와 같은 본 개시서의 작업 진행 상황 관리 방법에 있어서 여러 단계들 간에는 논리적으로 필연적이지 않는 한 그 선후가 뒤바뀔 수 있음이 통상의 기술자에게 이해될 것이다. 즉, 위 설명에도 불구하고 통상의 기술자는 논리적 당위성이 개입하는 경우가 아닌 이상 전술된 모든 단계들이 그 단계를 지칭하기 위해 나타낸 숫자의 대소에 관계없이 서로 바뀔 수 있음을 이해할 것이다.As described above, it will be understood by those skilled in the art that in the method for managing work progress of the present disclosure, the precedence may be reversed between various steps unless it is logically necessary. That is, despite the above description, those skilled in the art will understand that all the steps described above can be interchanged regardless of the size of the numbers indicated to refer to the steps unless logical necessity intervenes.
또한, 작업의 생성, 작업의 진행 상황 등의 갱신 등은 1회 수행될 수도 있으나 계속적으로 사용자의 조작에 의하여 촉발됨으로써 간헐적으로 또는 반복적으로 수행될 수도 있다. In addition, creation of a job, updating of a progress status of a job, etc. may be performed once, but may be performed intermittently or repeatedly by continuously being triggered by a user's manipulation.
본 발명에 의하면, 작업의 등록과 완료 사이의 작업의 다양한 상태들의 설정과 표시가 제공되어 사용자의 편의성이 향상되는 효과가 있다. According to the present invention, there is an effect of improving user convenience by providing setting and displaying various states of a job between registration and completion of a job.
이상, 본 개시서의 다양한 실시 예들에 관한 설명에 기초하여 해당 기술분야의 통상의 기술자는, 본 발명의 방법 및/또는 프로세스들, 그리고 그 단계들이 하드웨어, 소프트웨어 또는 특정 용례에 적합한 하드웨어 및 소프트웨어의 임의의 조합으로 실현될 수 있다는 점을 명확하게 이해할 수 있다. Based on the description of various embodiments of the present disclosure, a person skilled in the art can determine the method and / or processes of the present invention, and the steps are hardware, software, or hardware and software suitable for a particular application. It can be clearly understood that any combination can be realized.
또한, 본 개시서를 읽은 오늘날의 통상의 기술자는 컴퓨팅 장치, 단말을 통하여 제공될 수 있는 다양한 사용자 인터페이스에 익숙한바, 본 개시서에서 설명된 방법들을 이루는 개별 단계들에서 언급된 사용자 인터페이스 구성에 관한 상세한 설명의 유무에도 불구하고 통상의 기술자는 본 개시서의 방법에서 필요한 사용자의 여러 조작을 가능하게 하는 다양한 사용자 인터페이스를 쉽게 상정할 수 있을 것이다.In addition, today's skilled artisans who have read this disclosure are familiar with various user interfaces that can be provided through computing devices and terminals, so detailed information about the configuration of the user interface mentioned in the individual steps constituting the methods described in this disclosure Regardless of the explanation, those skilled in the art will be able to easily assume various user interfaces that enable various user manipulations necessary for the method of the present disclosure.
상기 하드웨어는 범용 컴퓨터 및/또는 전용 컴퓨팅 장치 또는 특정 컴퓨팅 장치 또는 특정 컴퓨팅 장치의 특별한 모습 또는 구성요소를 포함할 수 있다. 상기 프로세스들은 내부 및/또는 외부 메모리를 가지는, 하나 이상의 프로세서, 예컨대, 마이크로프로세서, 컨트롤러, 예컨대, 마이크로컨트롤러, 임베디드 마이크로컨트롤러, 마이크로컴퓨터, ALU(arithmetic logic unit), 디지털 신호 프로세서(digital signal processor), 예컨대, 프로그래머블 디지털 신호 프로세서 또는 기타 프로그래머블 장치에 의하여 실현될 수 있다. 게다가, 혹은 대안으로서, 상기 프로세스들은 주문형 집적회로(application specific integrated circuit; ASIC), 프로그래머블 게이트 어레이(programmable gate array), 예컨대, FPGA(field programmable gate array), PLU(programmable logic unit) 혹은 프로그래머블 어레이 로직(Programmable Array Logic; PAL) 또는 기타 명령어(instruction)를 실행하고 응답할 수 있는 임의의 다른 장치, 전자 신호들을 처리하기 위해 구성될 수 있는 임의의 다른 장치 또는 장치들의 조합으로 실시될 수 있다. 처리 장치는 운영 체제 및 상기 운영 체제 상에서 수행되는 하나 이상의 소프트웨어 애플리케이션을 수행할 수 있다. 또한, 처리 장치는 소프트웨어의 실행에 응답하여, 데이터를 접근, 저장, 조작, 처리 및 생성할 수도 있다. 이해의 편의를 위하여, 처리 장치는 하나가 사용되는 것으로 설명된 경우도 있지만, 해당 기술분야에서 통상의 지식을 가진 자는, 처리 장치가 복수 개의 처리 요소(processing element) 및/또는 복수 유형의 처리 요소를 포함할 수 있음을 알 수 있다. 예를 들어, 처리 장치는 복수 개의 프로세서 또는 하나의 프로세서 및 하나의 컨트롤러를 포함할 수 있다. 또한, 병렬 프로세서(parallel processor)와 같은, 다른 처리 구성(processing configuration)도 가능하다.The hardware may include a general purpose computer and/or a dedicated computing device or a specific computing device or a particular aspect or component of a specific computing device. The processes may include one or more processors, e.g., microprocessors, controllers, e.g., microcontrollers, embedded microcontrollers, microcomputers, arithmetic logic units (ALUs), digital signal processors, having internal and/or external memory. , for example, can be realized by a programmable digital signal processor or other programmable device. Additionally, or alternatively, the processes may use an application specific integrated circuit (ASIC), programmable gate array, such as a field programmable gate array (FPGA), programmable logic unit (PLU) or programmable array logic (Programmable Array Logic; PAL) or any other device capable of executing and responding to other instructions, any other device or combination of devices that may be configured to process electronic signals. A processing device may run an operating system and one or more software applications running on the operating system. A processing device may also access, store, manipulate, process, and generate data in response to execution of software. For convenience of understanding, there are cases in which one processing device is used, but those skilled in the art will understand that the processing device includes a plurality of processing elements and/or a plurality of types of processing elements. It can be seen that it can include. For example, a processing device may include a plurality of processors or a processor and a controller. Other processing configurations are also possible, such as parallel processors.
소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령어(instruction; 인스트럭션), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로(collectively) 처리 장치에 명령할 수 있다. 소프트웨어 및/또는 데이터는, 처리 장치에 의하여 해석되거나 처리 장치에 명령어 또는 데이터를 제공하기 위하여, 어떤 유형의 기계, 구성요소(component), 물리적 장치, 가상 장치(virtual equipment), 컴퓨터 저장 매체 또는 장치, 또는 전송되는 신호 파(signal wave)에 영구적으로, 또는 일시적으로 구체화(embody)될 수 있다. 소프트웨어는 네트워크로 연결된 컴퓨터 시스템 상에 분산되어서, 분산된 방법으로 저장되거나 실행될 수도 있다. 소프트웨어 및 데이터는 하나 이상의 기계 판독 가능 기록 매체에 저장될 수 있다.Software may include a computer program, code, instructions, or a combination of one or more of the foregoing, and may independently or collectively configure a processing device to operate as desired. ) command to the processing unit. Software and/or data may be any tangible machine, component, physical device, virtual equipment, computer storage medium or device, intended to be interpreted by or provide instructions or data to a processing device. , or may be permanently or temporarily embodied in a transmitted signal wave. Software may be distributed on networked computer systems and stored or executed in a distributed manner. Software and data may be stored on one or more machine-readable recording media.
더욱이 본 발명의 기술적 해법의 대상물 또는 선행 기술들에 기여하는 부분들은 다양한 컴퓨터 구성요소를 통하여 수행될 수 있는 프로그램 명령어의 형태로 구현되어 기계 판독 가능 매체에 기록될 수 있다. 기계 판독 가능 매체는 프로그램 명령어, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 기계 판독 가능한 기록 매체에 기록되는 프로그램 명령어는 실시 예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 분야의 통상의 기술자에게 공지되어 사용 가능한 것일 수도 있다. 기계 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD, Blu-ray와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령어를 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령어의 예에는, 전술한 장치들 중 어느 하나뿐만 아니라 프로세서, 프로세서 아키텍처 또는 상이한 하드웨어 및 소프트웨어의 조합들의 이종 조합, 또는 다른 어떤 프로그램 명령어들을 실행할 수 있는 기계 상에서 실행되기 위하여 저장 및 컴파일 또는 인터프리트될 수 있는, C와 같은 구조적 프로그래밍 언어, C++ 같은 객체지향적 프로그래밍 언어 또는 고급 또는 저급 프로그래밍 언어(어셈블리어, 하드웨어 기술 언어들 및 데이터베이스 프로그래밍 언어 및 기술들)를 사용하여 만들어질 수 있는 바, 기계어 코드, 바이트코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드도 이에 포함된다. Furthermore, the subject matter of the technical solution of the present invention or parts contributing to the prior art may be implemented in the form of program instructions that can be executed through various computer components and recorded on a machine-readable medium. Machine-readable media may include program instructions, data files, data structures, etc. alone or in combination. Program instructions recorded on a machine-readable recording medium may be specially designed and configured for the embodiment or may be known and usable to those skilled in the art of computer software. Examples of machine-readable recording media include magnetic media such as hard disks, floppy disks and magnetic tapes, optical media such as CD-ROMs, DVDs, and Blu-rays, and floptical disks. ), and hardware devices specially configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include stored and compiled or interpreted for execution on any one of the foregoing devices, as well as a heterogeneous combination of processors, processor architectures, or different combinations of hardware and software, or any other machine capable of executing program instructions. Machine code, which can be created using a structured programming language such as C, an object-oriented programming language such as C++, or a high-level or low-level programming language (assembly language, hardware description languages, and database programming languages and technologies), This includes not only bytecode, but also high-level language code that can be executed by a computer using an interpreter or the like.
따라서 본 발명에 따른 일 태양에서는, 앞서 설명된 방법 및 그 조합들이 하나 이상의 컴퓨팅 장치들에 의하여 수행될 때, 그 방법 및 방법의 조합들이 각 단계들을 수행하는 실행 가능한 코드로서 실시될 수 있다. 다른 일 태양에서는, 상기 방법은 상기 단계들을 수행하는 시스템들로서 실시될 수 있고, 방법들은 장치들에 걸쳐 여러 가지 방법으로 분산되거나 모든 기능들이 하나의 전용, 독립형 장치 또는 다른 하드웨어에 통합될 수 있다. 또 다른 일 태양에서는, 위에서 설명한 프로세스들과 연관된 단계들을 수행하는 수단들은 앞서 설명한 임의의 하드웨어 및/또는 소프트웨어를 포함할 수 있다. 그러한 모든 순차 결합 및 조합들은 본 개시서의 범위 내에 속하도록 의도된 것이다.Therefore, in one aspect according to the present invention, when the above-described methods and combinations thereof are performed by one or more computing devices, the methods and combinations of methods may be implemented as executable code that performs each step. In another aspect, the method may be implemented as systems performing the steps, the methods may be distributed in several ways across devices or all functions may be integrated into one dedicated, stand-alone device or other hardware. In another aspect, the means for performing the steps associated with the processes described above may include any of the hardware and/or software described above. All such sequential combinations and combinations are intended to fall within the scope of this disclosure.
예를 들어, 상기된 하드웨어 장치는 실시 예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다. 상기 하드웨어 장치는, 프로그램 명령어를 저장하기 위한 ROM/RAM 등과 같은 메모리와 결합되고 상기 메모리에 저장된 명령어들을 실행하도록 구성되는 MPU, CPU, GPU, TPU와 같은 프로세서를 포함할 수 있으며, 외부 장치와 신호를 주고받을 수 있는 통신부를 포함할 수 있다. 덧붙여, 상기 하드웨어 장치는 개발자들에 의하여 작성된 명령어들을 전달받기 위한 키보드, 마우스, 기타 외부 입력 장치를 포함할 수 있다.For example, the hardware device described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa. The hardware device may include a processor such as an MPU, CPU, GPU, TPU coupled to a memory such as ROM/RAM for storing program instructions and configured to execute instructions stored in the memory, and external devices and signals It may include a communication unit capable of sending and receiving. In addition, the hardware device may include a keyboard, mouse, and other external input devices for receiving commands written by developers.
이상에서 본 발명이 구체적인 구성요소 등과 같은 특정 사항들과 한정된 실시 예 및 도면에 의해 설명되었으나, 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명이 상기 실시 예들에 한정되는 것은 아니며, 본 발명이 속하는 기술분야에서 통상적인 지식을 가진 사람이라면 이러한 기재로부터 다양한 수정 및 변형을 꾀할 수 있다.In the above, the present invention has been described with specific details such as specific components and limited embodiments and drawings, but these are provided to help a more general understanding of the present invention, and the present invention is not limited to the above embodiments, Those skilled in the art to which the present invention pertains may seek various modifications and variations from these descriptions.
따라서, 본 발명의 사상은 상기 설명된 실시 예에 국한되어 정해져서는 아니되며, 본 개시서에 첨부된 특허청구범위뿐만 아니라 이 특허청구범위와 균등하게 또는 등가적으로 변형된 모든 것들은 본 발명의 사상의 범주에 속한다고 할 것이다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.Therefore, the spirit of the present invention should not be limited to the above-described embodiments, and the claims attached to this disclosure as well as all modifications equivalent or equivalent to these claims are the spirit of the present invention. would be said to fall into the category of For example, the described techniques may be performed in an order different from the method described, and/or components of the described system, structure, device, circuit, etc. may be combined or combined in a different form than the method described, or other components may be used. Or even if it is replaced or substituted by equivalents, appropriate results can be achieved.
그와 같이 균등하게 또는 등가적으로 변형된 것에는, 예컨대 본 발명에 따른 방법을 실시한 것과 동일한 결과를 낼 수 있는, 논리적으로 동치(logically equivalent)인 방법이 포함될 것인 바, 본 발명의 진의 및 범위는 전술한 예시들에 의하여 제한되어서는 아니되며, 법률에 의하여 허용 가능한 가장 넓은 의미로 이해되어야 한다.Such equivalent or equivalent modifications will include, for example, logically equivalent methods that can produce the same results as those performed by the method according to the present invention. The scope should not be limited by the above examples, and should be understood in the broadest sense permitted by law.

Claims (10)

  1. 상태 기계에 의하여 작업(task)의 진행 상황(progression)을 관리하는 방법에 있어서, A method for managing the progress of a task by a state machine, comprising:
    작업의 등록을 요청하는 신호인 작업 등록 요청에 응하여, 컴퓨팅 장치가, 상기 작업의 명칭 및 상기 작업의 진행 상황을 포함하는 정보인 작업 정보를 생성하는 단계로서, 상기 진행 상황은, 진행 상황 세트로부터 선택되되 상기 진행 상황 세트는 등록(registered) 및 완료(completed)를 포함하고, 예약(reserved), 진행 중(in progress), 취소(cancelled) 및 연기(postponed) 중 적어도 하나를 더 포함하며, 상기 작업 정보의 생성 시에는 등록으로 초기화되는, 작업 정보 생성 단계; In response to a job registration request, which is a signal requesting registration of a job, generating, by a computing device, job information, which is information including a name of the job and a progress status of the job, the progress status is selected from a progress status set. The selected progress status set includes registered and completed, and further includes at least one of reserved, in progress, canceled, and postponed, wherein the Job information creation step that is initialized by registration when generating job information;
    표적 진행 상황으로 상기 작업의 진행 상황의 변경을 요청하는 신호인 작업 진행 상황 변경 요청이 획득되면, 상기 컴퓨팅 장치가, 요청된 상기 진행 상황의 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되는 것인지 여부를 상기 상태 기계로써 판정하는 작업 진행 상황 변경 검증 단계; 및 When a task progress change request, which is a signal for requesting a change in the progress status of the task to a target progress status, is obtained, the computing device permits the change of the requested progress status from the current progress status to the target progress status. a job progress status change verification step of determining whether or not to change using the state machine; and
    상기 작업의 상기 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되면, 상기 컴퓨팅 장치가, 상기 작업의 진행 상황을 상기 표적 진행 상황으로 갱신하는 작업 진행 상황 갱신 단계 A task progress update step of updating, by the computing device, the progress of the task to the target progress if a change from the current progress of the task to the target progress is permitted.
    를 포함하고, including,
    상기 상태 기계는, 기준 진행 상황과 상기 기준 진행 상황으로부터의 변경이 허용되는 다음 진행 상황의 쌍들의 집합으로 정의되는 유한 상태 기계이며, the state machine is a finite state machine defined as a set of pairs of a reference progress and a next progress from which changes are permitted;
    상기 작업 진행 상황 변경 검증 단계는, In the step of verifying the work progress change,
    상기 쌍들의 집합에 상기 현재의 진행 상황과 상기 표적 진행 상황의 쌍이 포함되면 상기 변경이 허용되는 것으로 판정되는 것을 특징으로 하고, Characterized in that it is determined that the change is allowed when a pair of the current progress and the target progress is included in the set of pairs,
    상기 작업 진행 상황 변경 검증 단계는, In the step of verifying the work progress change,
    소정의 제2 사용자 인터페이스를 제공함으로써 상기 컴퓨팅 장치 또는 상기 컴퓨팅 장치에 연동되는 타 장치인 단말로부터 상기 작업의 현재의 진행 상황에서 상기 표적 진행 상황으로의 상기 작업 진행 상황 변경 요청을 획득하는 단계를 더 포함하며, obtaining a request for changing the task progress from the current progress of the task to the target progress from the computing device or a terminal that is another device linked to the computing device by providing a predetermined second user interface; contains,
    상기 제2 사용자 인터페이스 상에 상기 작업의 현재 진행 상황으로부터의 변경이 허용되는 하나 이상의 후보 진행 상황들을 제공함으로써, 제공된 상기 후보 진행 상황들 중에서 상기 표적 진행 상황이 선택되도록 지원하는, 작업 진행 상황 관리 방법.A task progress management method for supporting selection of the target progress status from among the provided candidate progress statuses by providing one or more candidate progress statuses that are allowed to change from the current progress status of the task on the second user interface. .
  2. 제1항에 있어서, According to claim 1,
    상기 상태 기계는, 기준 진행 상황과 상기 기준 진행 상황으로부터의 변경이 허용되는 다음 진행 상황의 쌍들의 집합인, {(등록, 완료), (등록, 예약), (등록, 진행 중), (등록, 취소), (예약, 진행 중), (예약, 취소), (예약, 연기), (진행 중, 완료), (진행 중, 취소), (진행 중, 연기), (취소, 등록), (연기, 등록)}로 정의되는 유한 상태 기계인, 작업 진행 상황 관리 방법.The state machine is a set of pairs of a baseline progress and the next progress for which changes from the baseline progress are permitted: {(registered, completed), (registered, reserved), (registered, in progress), , cancellation), (reservation, in progress), (reservation, cancellation), (reservation, postponement), (in progress, complete), (in progress, cancellation), (in progress, postponement), (cancellation, registration), (defer, register)}, a method for managing work progress, which is a finite state machine.
  3. 제1항에 있어서, According to claim 1,
    상기 작업 정보 생성 단계는, The task information generation step,
    소정의 제1 사용자 인터페이스를 제공함으로써 상기 컴퓨팅 장치 또는 상기 컴퓨팅 장치에 연동되는 타 장치인 단말로부터 상기 작업의 명칭을 포함하는 상기 작업 등록 요청을 획득하는 단계를 더 포함하는, 작업 진행 상황 관리 방법.The task progress management method further comprising obtaining the job registration request including the name of the job from a terminal that is the computing device or another device linked to the computing device by providing a predetermined first user interface.
  4. 제1항에 있어서, According to claim 1,
    상기 제2 사용자 인터페이스에는 상기 작업의 진행 상황의 명칭 및 상기 진행 상황에 대응하는 이미지 표시가 제공되는, 작업 진행 상황 관리 방법.The second user interface is provided with a name of the progress of the task and an image display corresponding to the progress.
  5. 제4항에 있어서, According to claim 4,
    상기 제2 사용자 인터페이스에 상기 진행 상황에 대응하는 설명 텍스트가 제공되거나, 상기 제2 사용자 인터페이스에 대한 소정의 조작에 대한 응답으로서 상기 제2 사용자 인터페이스 상에 상기 진행 상황에 대응하는 상기 설명 텍스트가 표시되는, 작업 진행 상황 관리 방법.An explanatory text corresponding to the progress status is provided on the second user interface, or the explanatory text corresponding to the progress status is displayed on the second user interface as a response to a predetermined operation on the second user interface. , how to manage task progress.
  6. 제1항에 있어서, According to claim 1,
    상기 작업의 상기 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되지 않으면, 소정의 제3 사용자 인터페이스를 제공함으로써 상기 컴퓨팅 장치 또는 상기 컴퓨팅 장치에 연동되는 타 장치인 단말로부터 상기 표적 진행 상황으로의 변경을 강제할 것인지 여부를 획득하고, 상기 변경이 강제되면, 상기 컴퓨팅 장치가, 상기 작업의 진행 상황을 상기 표적 진행 상황으로 갱신하는 작업 진행 상황 강제 갱신 단계If a change from the current progress of the task to the target progress is not allowed, a predetermined third user interface is provided to change the target progress from the computing device or a terminal that is another device linked to the computing device. Task progress compulsory update step of acquiring whether to force a change of the task and, if the change is forced, updating the progress of the task to the target progress, by the computing device.
    를 더 포함하는, 작업 진행 상황 관리 방법.Further comprising a, task progress management method.
  7. 컴퓨팅 장치로 하여금, 제1항 내지 제6항 중 어느 한 항의 방법을 수행하도록 구현된 명령어(instructions)를 포함하는, 기계 판독 가능한 기록 매체에 저장된, 컴퓨터 프로그램.A computer program, stored in a machine-readable recording medium, comprising instructions implemented to cause a computing device to perform the method of any one of claims 1 to 6.
  8. 상태 기계에 의하여 작업(task)의 진행 상황(progression)을 관리하는 컴퓨팅 장치에 있어서, A computing device that manages the progress of a task by a state machine, comprising:
    작업의 등록을 요청하는 신호인 작업 등록 요청을 획득하는 통신부; 및 a communication unit for acquiring a job registration request, which is a signal requesting job registration; and
    상기 작업 등록 요청에 응하여, 상기 작업의 명칭 및 상기 작업의 진행 상황을 포함하는 정보인 작업 정보를 생성하는 프로세스로서, 상기 진행 상황은, 진행 상황 세트로부터 선택되되 상기 진행 상황 세트는 등록(registered) 및 완료(completed)를 포함하고, 예약(reserved), 진행 중(in progress), 취소(cancelled) 및 연기(postponed) 중 적어도 하나를 더 포함하며, 상기 작업 정보의 생성 시에는 등록으로 초기화되는, 작업 정보 생성 프로세스, 상기 통신부를 통하여 표적 진행 상황으로 상기 작업의 진행 상황의 변경을 요청하는 신호인 작업 진행 상황 변경 요청이 획득되면, 요청된 상기 진행 상황의 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되는 것인지 여부를 상기 상태 기계로써 판정하는 작업 진행 상황 변경 검증 프로세스, 및 상기 작업의 상기 현재의 진행 상황에서 상기 표적 진행 상황으로의 변경이 허용되면, 상기 작업의 진행 상황을 상기 표적 진행 상황으로 갱신하는 작업 진행 상황 갱신 프로세스를 수행하는 프로세서 A process of generating job information, which is information including a name of the job and a progress status of the job, in response to the job registration request, wherein the progress status is selected from a progress status set, and the progress status set is registered and completed, and further includes at least one of reserved, in progress, canceled, and postponed, and is initialized with registration when the job information is generated. When a task information generation process, when a task progress change request, which is a signal for requesting a change in the progress status of the task to a target progress status through the communication unit, is obtained, the requested progress status changes from the current progress status to the target progress status. a task progress change verification process for determining with the state machine whether or not a change of the task is allowed; Tasks that update with progress The processor that performs the process of updating progress
    를 포함하고, including,
    상기 상태 기계는, 기준 진행 상황과 상기 기준 진행 상황으로부터의 변경이 허용되는 다음 진행 상황의 쌍들의 집합으로 정의되는 유한 상태 기계이며, the state machine is a finite state machine defined as a set of pairs of a reference progress and a next progress from which changes are permitted;
    상기 작업 진행 상황 변경 검증 프로세스는, The work progress change verification process,
    상기 쌍들의 집합에 상기 현재의 진행 상황과 상기 표적 진행 상황의 쌍이 포함되면 상기 변경이 허용되는 것으로 판정되는 것을 특징으로 하고, Characterized in that it is determined that the change is allowed when a pair of the current progress and the target progress is included in the set of pairs,
    상기 프로세서는, the processor,
    상기 작업 진행 상황 변경 검증 프로세스에서, In the work progress change verification process,
    상기 통신부를 거쳐 연동되는 디스플레이 장치 또는 상기 통신부를 거쳐 연동되는 타 컴퓨팅 장치인 단말을 통하여, 소정의 제2 사용자 인터페이스를 제공함으로써 상기 통신부를 거쳐 연동되는 입력 장치 또는 상기 단말로부터 상기 작업의 현재의 진행 상황에서 상기 표적 진행 상황으로의 상기 작업 진행 상황 변경 요청을 획득하며, The current progress of the task from an input device or terminal linked via the communication unit by providing a predetermined second user interface through a display device linked via the communication unit or a terminal that is another computing device linked via the communication unit. obtaining the task progress change request from the situation to the target progress status;
    상기 작업 진행 상황 변경 검증 프로세스에서, In the work progress change verification process,
    상기 작업의 현재 진행 상황으로부터의 변경이 허용되는 하나 이상의 후보 진행 상황들이 상기 제2 사용자 인터페이스 상에 제공되게 함으로써, 상기 프로세서가, 제공된 상기 후보 진행 상황들 중에서 상기 표적 진행 상황이 선택되도록 지원하는, 작업 진행 상황 관리 장치.causing one or more candidate progresses, to which a change from the current progress of the task is allowed, to be presented on the second user interface, so that the processor supports the target progress to be selected from among the provided candidate progresses, Work progress management device.
  9. 제8항에 있어서, According to claim 8,
    상기 상태 기계는, 기준 진행 상황과 상기 기준 진행 상황으로부터의 변경이 허용되는 다음 진행 상황의 쌍들의 집합인, {(등록, 완료), (등록, 예약), (등록, 진행 중), (등록, 취소), (예약, 진행 중), (예약, 취소), (예약, 연기), (진행 중, 완료), (진행 중, 취소), (진행 중, 연기), (취소, 등록), (연기, 등록)}로 정의되는 유한 상태 기계인, 작업 진행 상황 관리 장치.The state machine is a set of pairs of a baseline progress and the next progress for which changes from the baseline progress are permitted: {(registered, completed), (registered, reserved), (registered, in progress), , cancellation), (reservation, in progress), (reservation, cancellation), (reservation, postponement), (in progress, complete), (in progress, cancellation), (in progress, postponement), (cancellation, registration), (defer, register)}, a finite state machine, a task progress management unit.
  10. 제8항에 있어서, According to claim 8,
    상기 프로세서는, the processor,
    상기 작업 정보 생성 프로세스에서, In the process of generating job information,
    상기 통신부를 거쳐 연동되는 디스플레이 장치 또는 상기 통신부를 거쳐 연동되는 타 컴퓨팅 장치인 단말을 통하여, 소정의 제1 사용자 인터페이스를 제공함으로써 상기 통신부를 거쳐 연동되는 입력 장치 또는 상기 단말로부터 상기 작업의 명칭을 포함하는 상기 작업 등록 요청을 획득하는, 작업 진행 상황 관리 장치.A predetermined first user interface is provided through a terminal that is a display device interlocked via the communication unit or another computing device interlocked via the communication unit, thereby including an input device interlocked via the communication unit or the name of the job from the terminal. To obtain the job registration request, the job progress management device.
PCT/KR2022/009134 2021-11-08 2022-06-27 Method for managing work progress situation by state machine, and device using same WO2023080380A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2021-0151950 2021-11-08
KR1020210151950A KR102412088B1 (en) 2021-11-08 2021-11-08 Method for managing the progress of tasks by state machine, and apparatus using the same

Publications (1)

Publication Number Publication Date
WO2023080380A1 true WO2023080380A1 (en) 2023-05-11

Family

ID=82217097

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/009134 WO2023080380A1 (en) 2021-11-08 2022-06-27 Method for managing work progress situation by state machine, and device using same

Country Status (2)

Country Link
KR (1) KR102412088B1 (en)
WO (1) WO2023080380A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102412088B1 (en) * 2021-11-08 2022-06-22 (주) 바우디움 Method for managing the progress of tasks by state machine, and apparatus using the same

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005085271A (en) * 2003-09-05 2005-03-31 Fisher Rosemount Syst Inc State machine functional block having user modifiable state transition configuration database
KR20100048299A (en) * 2008-10-30 2010-05-11 에스케이텔레시스 주식회사 Method and apparatus for managing schedule of mobile communication terminal
KR20110003126A (en) * 2009-07-03 2011-01-11 주식회사 아이비케이시스템 Project management method using activity based project management system
JP2015170110A (en) * 2014-03-06 2015-09-28 株式会社インサイト Schedule management device
KR101739216B1 (en) * 2013-02-15 2017-05-23 애플 인크. Centralized task scheduling
KR102412088B1 (en) * 2021-11-08 2022-06-22 (주) 바우디움 Method for managing the progress of tasks by state machine, and apparatus using the same

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7536597B2 (en) * 2005-04-27 2009-05-19 Texas Instruments Incorporated Apparatus and method for controlling power, clock, and reset during test and debug procedures for a plurality of processor/cores
KR101726794B1 (en) * 2010-08-24 2017-04-13 엘지전자 주식회사 Mobile device and method for providing schedule notice information based location of mobile device
JP2012094005A (en) * 2010-10-27 2012-05-17 Seiko Epson Corp Schedule management device
WO2013140609A1 (en) * 2012-03-23 2013-09-26 株式会社日立製作所 Management system and method that manage operation
US9477549B2 (en) 2014-09-15 2016-10-25 Sandisk Technologies Llc Methods, systems, and computer readable media for address and data integrity checking in flash memory operations
US10571899B2 (en) * 2016-08-18 2020-02-25 i Smart Technologies Corporation Operating state acquisition apparatus, production management system, and production management method for manufacturing line

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005085271A (en) * 2003-09-05 2005-03-31 Fisher Rosemount Syst Inc State machine functional block having user modifiable state transition configuration database
KR20100048299A (en) * 2008-10-30 2010-05-11 에스케이텔레시스 주식회사 Method and apparatus for managing schedule of mobile communication terminal
KR20110003126A (en) * 2009-07-03 2011-01-11 주식회사 아이비케이시스템 Project management method using activity based project management system
KR101739216B1 (en) * 2013-02-15 2017-05-23 애플 인크. Centralized task scheduling
JP2015170110A (en) * 2014-03-06 2015-09-28 株式会社インサイト Schedule management device
KR102412088B1 (en) * 2021-11-08 2022-06-22 (주) 바우디움 Method for managing the progress of tasks by state machine, and apparatus using the same

Also Published As

Publication number Publication date
KR102412088B1 (en) 2022-06-22

Similar Documents

Publication Publication Date Title
Walls Embedded software: the works
WO2023080380A1 (en) Method for managing work progress situation by state machine, and device using same
WO2023106654A1 (en) Method for inputting place of destination of passenger into navigator in vehicle, and apparatus using same
JP6250842B2 (en) Sharing non-USB sensor with another device using USB over IP
WO2020262800A1 (en) System and method for automating natural language understanding (nlu) in skill development
Mukherjee et al. Smart computing with open source platforms
EP3948704A1 (en) System and method for complex task machine learning
WO2023096039A1 (en) Method for inputting and outputting structure of procedure and apparatus using same
Amos Hands-On RTOS with Microcontrollers: Building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools
CN116306396A (en) Chip verification method and device, equipment and medium
WO2019147101A1 (en) Electronic device for classifying malicious code and operation method thereof
Hillar Internet of things with python
WO2023200060A1 (en) Method for managing obtainable resources and apparatus using same
EP1993038A1 (en) Data processing system and data processing method
EP3500928A1 (en) Methods and systems for managing application installation
WO2023058832A1 (en) Method for managing guidance document, action document, and proposal document, and apparatus using same
WO2013115493A1 (en) Method and apparatus for managing an application in a mobile electronic device
CN109815455A (en) Item file treating method and apparatus
WO2014204216A1 (en) Method for managing media contents and apparatus for the same
CN106922189B (en) Equipment agent device and control method thereof
WO2016159484A1 (en) Method and apparatus for sharing personalized content using user information of mobile terminal
WO2016163668A1 (en) Method for providing native application capable of being managed in server, and application thereof
WO2023033318A1 (en) Method for displaying indicators representing schedule status of events on display screen, and device using same
WO2023204570A1 (en) Device and method for providing skin information on basis of skin microbiome
WO2023096004A1 (en) Method and system for producing modular game

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

Country of ref document: EP

Kind code of ref document: A1