WO2024043613A1 - Server device for providing curriculum vitae generation and management service, and operating method thereof - Google Patents

Server device for providing curriculum vitae generation and management service, and operating method thereof Download PDF

Info

Publication number
WO2024043613A1
WO2024043613A1 PCT/KR2023/012195 KR2023012195W WO2024043613A1 WO 2024043613 A1 WO2024043613 A1 WO 2024043613A1 KR 2023012195 W KR2023012195 W KR 2023012195W WO 2024043613 A1 WO2024043613 A1 WO 2024043613A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
server
information
user
file data
Prior art date
Application number
PCT/KR2023/012195
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 WO2024043613A1 publication Critical patent/WO2024043613A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/33User authentication using certificates
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators

Definitions

  • Embodiments disclosed in this document relate to an apparatus for providing resume creation and management services and a method of operating the same.
  • Gig work refers to a form of labor in which companies recruit workers as short-term contract workers or temporary workers as needed and pay for them.
  • Gig labor can be provided based on online platforms, and is expanding into a variety of work fields such as delivery, designated driving, and quick service, as well as restaurant assistance and serving, nursing and hospice, cleaning, and security services.
  • blockchain technology can be used to fairly distribute work to gigs and provide objective evaluation and reasonable compensation for the work performed. For example, it is possible to minimize fees and pay appropriate compensation through cryptocurrency operated based on blockchain technology. Additionally, for example, by recording data related to job evaluation through blockchain, data that cannot be manipulated can be created and reliable evaluation data on gig workers can be accumulated. Also, for example, the identity of the gigs can be easily verified, minimizing the risk of hacking.
  • the online platform collects, analyzes and manages the work performed by gig workers to create a CV (curriculum vitae) and provides the content needed by gig workers when they need it. It is necessary to provide The work performed by gig workers can be recorded in various forms, such as the gig workers' profiles and text data, as well as work-related image data and video data, and accordingly, TR data can have a large capacity.
  • CV curriculum vitae
  • Various embodiments disclosed in this document define a task receipt (TR) and provide a device and method of operating the same for generating a CV based on this.
  • TR data received from gig workers is stored in a decentralized space, various types of resumes are stored, and a device and method of operating the same are provided.
  • a method of operating a server device for creating and managing CVs (curriculum vitae) includes information about a task performed by a user of the at least one client device from at least one client device.
  • An operation of receiving TR (task receipt) data including, an operation of determining whether the TR data includes file data of a predetermined size or more, and determining that the TR data does not contain file data of a predetermined size or more.
  • It may include an operation of transmitting a second storage request including at least part of the TR data to an InterPlanetary File System (IPFS) connected to the server device.
  • IPFS InterPlanetary File System
  • a server device for generating and managing CVs (curriculum vitae) of a plurality of client devices includes a communication unit, a memory, and at least one processor operably connected to the communication unit and the memory. It includes, wherein the at least one processor receives task receipt (TR) data containing information about a task performed by a user of the at least one client device from at least one client device through the communication unit. and determine whether the TR data includes file data larger than a predetermined size, and when determining that the TR data does not include file data larger than the predetermined size, the TR data of the plurality of client devices is transmitted through the communication unit.
  • TR task receipt
  • a first storage request containing the TR data is transmitted to a blockchain-based cloud server that stores data, and when it is determined that the TR data includes file data of a predetermined size or more, a connection is made with the server device through the communication unit.
  • a second storage request containing at least part of the TR data may be transmitted to the InterPlanetary File System (IPFS).
  • IPFS InterPlanetary File System
  • a server device and its operating method provide the effect of efficiently managing TR (task receipt) data received from a client device.
  • server device and its operating method provide the effect of generating and managing client history information based on large-capacity TR data.
  • server device and its operating method provide the effect of filtering stored TR data based on a client's request.
  • FIG. 1 shows an example of a resume creation and management system according to an embodiment.
  • Figure 2 shows the block configuration of a server device according to an embodiment.
  • Figure 3 shows the operation flow of a server device according to an embodiment.
  • Figure 4 shows a signaling flow for storing TR (task receipt) data according to an embodiment.
  • Figure 5 shows a signaling flow for generating curriculum vitae (CV) according to one embodiment.
  • Figure 6 shows an example of CV generation according to one embodiment.
  • Figure 7 shows a signaling flow for authentication of TR data according to an embodiment.
  • Figure 8 shows a signaling flow for billing according to one embodiment.
  • FIG. 1 shows an example of a resume creation and management system according to an embodiment.
  • the resume creation and management system 100 includes a client device 110, a management server 120, an identity and access management (IAM) server, and a blockchain-based cloud server 140 ( Hereinafter referred to as a cloud server), an authentication server 141, an interplanetary file system (IPFS), an external server 160, and a billing server 170 may be included.
  • a cloud server an identity and access management (IAM) server
  • IPFS interplanetary file system
  • the client device 110 may refer to an electronic device of a gig worker (hereinafter referred to as a “user”) who uses a resume creation and management service.
  • the client device 110 may refer to a user's portable terminal (e.g., smartphone, personal digital assistant (PDA), tablet PC, wearable device, etc.), laptop, PC, etc.
  • PDA personal digital assistant
  • laptop PC, etc.
  • client device 110 may generate task receipt (TR) data.
  • TR data may include data about information about tasks performed by the user.
  • TR data may include the type of work performed by the user, date, time, location, work content, and evaluation information about the user.
  • TR data may be generated for each task performed by the user.
  • TR data may include identification information (TR ID) generated for each TR data.
  • TR ID identification information
  • the client device 110 may transmit the generated TR data to the management server 120.
  • the client device 110 may request curriculum vitae (CV) data from the management server 120.
  • CV curriculum vitae
  • client device 110 may receive CV data from management server 120.
  • the management server 120 may refer to a server that performs operations related to storing and managing TR data and generating CV data.
  • management server 120 may determine how to store TR data received from client device 110. For example, the management server 120 may decide to store TR data in the cloud server 140. Also, for example, the management server 120 may decide to store the information in the cloud server 140 and the interplanetary file system (IPFS) 150.
  • IPFS interplanetary file system
  • the management server 120 may request the cloud server 140 and IPFS 150 to store TR data. Accordingly, the management server 120 may transmit TR data to the cloud server 140 or IPFS 150.
  • the management server 120 may communicate with the identity and access management (IAM) server 130 to obtain the user's unique identifier. For example, management server 120 may send a client identifier request to IAM server 130. Also, for example, management server 120 may receive a client identifier from IAM server 130.
  • IAM identity and access management
  • the IAM server 130 may refer to a server for managing user identifiers.
  • the IAM server 130 may discover and generate a unique user identifier based on TR data transmitted from the client device 110 to the management server 120.
  • IAM server 130 may determine whether an identifier corresponding to the user ID of the TR data exists.
  • the IAM server 130 may generate a unique user identifier based on the user ID included in TR data.
  • the identifier generated by the IAM server 130 may be transmitted together when the corresponding TR data is stored in the blockchain-based cloud server 140 or IPFS 150.
  • the cloud server 140 may mean a server that stores TR data received from the management server 120.
  • the cloud server 140 may receive a request to store TR data and TR data from the management server 120.
  • a Transaction including TR data and a request to store TR
  • the Smart Contract of the cloud server 140 is called, and the cloud TR data may be stored in the storage of the server 140.
  • Transactions that have occurred can be stored in blocks that constitute a private network (a private network including the cloud server 140 and the authentication server 141). Accordingly, TR data generated from the client device 110 can be safely stored from external hacking.
  • the cloud server 140 may transmit at least one stored TR data when the management server 120 requests TR data.
  • the authentication server 141 may refer to a server for authenticating TR data.
  • the authentication server 141 may transmit the TR data to an external server related to the TR data and request authentication.
  • the authentication server 141 may communicate with the external server 160 to request authentication for the TR data.
  • the authentication server 141 can receive public authentication of the credentials stored by the user for the CV.
  • the content of receiving public certification may include an indicator (e.g., "") indicating that public certification has been received when creating a CV.
  • IPFS 150 may mean distributed storage.
  • the IPFS 150 may store the TR data or at least a portion of the TR data.
  • IPFS 150 may store image data included in TR data.
  • Image data may include data about still images (images) and data about dynamic images (eg, videos).
  • the external server 160 may refer to a server that performs authentication for TR data in response to an authentication request received from the authentication server 141.
  • the billing server 170 may refer to a server that manages energy (gas) used to store TR data according to a billing request from the management server 120 and calculates the amount for billing based on this. .
  • the management server 120 may be referred to as a “Task handler.” Additionally, the IAM server 130 may be referred to as an “IAM handler.” Additionally, the cloud server 140 may be referred to as “Task Smart Contract.” Additionally, the authentication server 150 may be referred to as “Oracles smart contract.” Additionally, the billing server 170 may be referred to as a “Billing Handler.”
  • FIG. 2 shows the block configuration of a server device according to an embodiment.
  • the server device 200 may mean a server device corresponding to the management server 120 of FIG. 1.
  • the server device 200 may include a processor 210, a memory 220, and a communication unit 230.
  • the configuration shown in FIG. 2 illustrates a configuration related to the description of an embodiment according to the present disclosure, and in addition to the illustrated configuration, other configurations for performing the function of the server device may be added, and the illustrated configurations may be omitted. .
  • the memory 220 is a storage medium used by the server device 200 and can store data such as at least one command 221 or setting information corresponding to at least one program.
  • the program may include an operating system (OS) program and various application programs.
  • OS operating system
  • the memory 220 is a flash memory type, a hard disk type, a multimedia card micro type, or a card type of memory (e.g., SD or memory, etc.), random access memory (RAM), static random access memory (SRAM), read only memory (ROM), electrically erasable programmable ROM (EEPROM), programmable ROM (PROM), magnetic memory, magnetic disk, It may include at least one type of storage medium, such as an optical disk.
  • RAM random access memory
  • SRAM static random access memory
  • ROM read only memory
  • EEPROM electrically erasable programmable ROM
  • PROM programmable ROM
  • magnetic memory magnetic disk
  • It may include at least one type of storage medium, such as an optical disk.
  • the communication unit 230 includes a server device 200 and an external electronic device (e.g., client device 110, IAM server 130, billing server 170, cloud server 140, IPFS 150). ) can perform direct (e.g. wired) communication between For example, the communication unit 230 may receive TR data transmitted from the client device 110. Also, for example, the communication unit 230 may transmit TR data to the cloud server 140 and IPFS 150.
  • an external electronic device e.g., client device 110, IAM server 130, billing server 170, cloud server 140, IPFS 150.
  • the communication unit 230 may include a wireless communication unit (eg, a cellular communication module, a short-range wireless communication module, or a global navigation satellite system (GNSS) communication module) or a wired communication unit.
  • a wireless communication unit e.g., a cellular communication module, a short-range wireless communication module, or a global navigation satellite system (GNSS) communication module
  • GNSS global navigation satellite system
  • the corresponding communication units communicate with external electronic devices (e.g., clients) through networks (e.g., legacy cellular networks, 5G networks, next-generation communication networks, the Internet, or telecommunication networks such as computer networks (e.g., LAN or WAN)). It can communicate with the device 110, IAM server 130, billing server 170, cloud server 140, and IPFS 150).
  • networks e.g., legacy cellular networks, 5G networks, next-generation communication networks, the Internet, or telecommunication networks such as computer networks (e.g., LAN or WAN)
  • IAM server 130
  • the communication unit 230 may support a 5G network after the 4G network and next-generation communication technology, for example, NR access technology (new radio access technology).
  • NR access technology provides high-speed transmission of high-capacity data (eMBB (enhanced mobile broadband)), minimization of terminal power and access to multiple terminals (mMTC (massive machine type communications)), or high reliability and low latency (URLLC (ultra-reliable and low latency). -latency communications)) can be supported.
  • eMBB enhanced mobile broadband
  • mMTC massive machine type communications
  • URLLC ultra-reliable and low latency
  • -latency communications can be supported.
  • the communication unit 230 may support a high frequency band (eg, mmWave band) to achieve a high data transmission rate.
  • the communication unit 230 uses various technologies to secure performance in the high frequency band, for example, beamforming, massive MIMO (multiple-input and multiple-output), and full-dimensional multiple input/output ( It can support technologies such as FD-MIMO (full dimensional MIMO), array antenna, analog beam-forming, or large scale antenna.
  • beamforming massive MIMO (multiple-input and multiple-output)
  • massive MIMO multiple-input and multiple-output
  • full-dimensional multiple input/output It can support technologies such as FD-MIMO (full dimensional MIMO), array antenna, analog beam-forming, or large scale antenna.
  • the communication unit 230 includes a server device 200, an external electronic device (e.g., a client device 110, an IAM server 130, a billing server 170, a cloud server 140, and an IPFS 150). ) or can support various requirements specified in network systems.
  • an external electronic device e.g., a client device 110, an IAM server 130, a billing server 170, a cloud server 140, and an IPFS 150.
  • the processor 210 executes software (e.g., a program) to execute at least one other component (e.g., a hardware or software component) of the server device 200 connected to the processor 210. ) can be controlled and various data processing or operations can be performed.
  • software e.g., a program
  • at least one other component e.g., a hardware or software component
  • the processor 210 stores commands or data received from another component (e.g., communication unit 230) in volatile memory, as at least part of data processing or calculation, and stores the commands or data stored in the volatile memory. can be processed, and the resulting data can be stored in non-volatile memory.
  • another component e.g., communication unit 230
  • the processor 210 is a main processor (e.g., a central processing unit or an application processor) or an auxiliary processor that can operate independently or together (e.g., a graphics processing unit, a neural processing unit (NPU), or a communication processor).
  • a main processor e.g., a central processing unit or an application processor
  • auxiliary processor e.g., a graphics processing unit, a neural processing unit (NPU), or a communication processor.
  • the processor 210 may receive TR data including information about a task performed by a user of the at least one client device from at least one client device.
  • the processor 210 may determine whether TR data includes image data of a predetermined size or more.
  • the processor 210 when the processor 210 determines that the TR data does not include image data larger than a predetermined size, the processor 210 sends a first storage request containing the TR data to a cloud server that stores the TR data of a plurality of client devices. Can be sent.
  • the processor 210 may transmit a second storage request including at least a portion of the TR data to IPFS.
  • the processor 210 may transmit the remaining portion, but not the at least part, of TR data to the cloud server in response to transmitting a second storage request to the at least one node.
  • the processor 210 may generate a TR table including information about the storage location of the TR data in response to determining whether the TR data includes image data of a predetermined size or more.
  • processor 210 may receive a CV transmission request from at least one client device requesting to transmit a CV of a user of the at least one client device.
  • the processor 210 transmits a TR transmission request requesting one or more TR data of a user to at least one of the cloud server and IPFS, based on information about the location where TR data included in the TR table is stored. can do.
  • FIG. 3 shows the operation flow of a server device according to an embodiment.
  • the server device of FIG. 3 may refer to a device corresponding to the management server 120 of FIG. 1 and the electronic device 200 of FIG. 2.
  • the operation of the server device shown in FIG. 3 may include all or part of the operation of the management server 120 of FIGS. 4 and 5.
  • the server device may receive task receipt (TR) data including information about a task performed by a user of the at least one client device from at least one client device.
  • TR task receipt
  • a client device may refer to a server device used by a user.
  • the server device may receive respective TR data from a plurality of client devices.
  • TR data may mean the result of a completed task that the user's server device, that is, the client device, creates through a specific application when the user completes the task.
  • TR data may be generated for each task performed by the user.
  • TR data may include information regarding tasks performed by the user of the client device.
  • TR data includes identification number (ID), user key value, category of work, subcategory, date of work performed, time of work performed, location of work performed, and employer for work performed. It may include the evaluation, the amount paid for the work performed (income), and attachments.
  • TR data may be created and managed in the form of a table.
  • TR data may be generated and managed in the form shown in Table 1 below.
  • TR data may include not only the content included in Table 1 but also other content about the work performed by the user, and some of the content included in Table 1 above is It may be omitted.
  • TR ID may mean a unique ID of the performed task.
  • Category and sub-category may refer to items that classify what kind of work the user has completed.
  • User Key may refer to the user's unique identifier.
  • Date and Time may refer to the date and time the user performed work. Location may refer to the place where the user performed work.
  • Feedback may refer to the employer's evaluation of the work performed.
  • Income may refer to the income earned by the user by performing tasks. Attachments are additional information about tasks performed by the user and may include image data such as videos or photos.
  • TR data generated on a client device may be transmitted to a server device based on input from a user identified on the client device.
  • the server device may receive information about the user's profile (eg, information about personal information, information about qualifications, educational background information, etc.) from the client device.
  • the server device may transmit a message requesting to store information about the user's profile received from the client device to the cloud server.
  • the cloud server may store information about the user's profile. Information regarding the user's profile may be included when creating the user's CV, as described later.
  • the server device may request a user's unique identifier (e.g., key value) from the IAM server. Accordingly, the server device can receive the user's unique identifier from the IAM server.
  • the IAM server may generate the user's key value. For example, although not shown in the drawing, the server device may transmit necessary information to the IAM server so that the IAM server can generate a unique key value for the user. The server device can receive information from the client device that the IAM server needs to generate the key value.
  • the server device may determine whether TR data includes image data of a predetermined size or more.
  • the server device when it receives TR data from a client device, it may analyze the TR data.
  • TR data may mainly consist of text, but may additionally include data about images or videos to represent the tasks performed by the user in more detail.
  • storing large amounts of data on a cloud server may incur large costs, so large amounts of data can be stored in IPFS to reduce costs.
  • image data of a predetermined size or larger may include images included in TR data in addition to images related to the user's personal information (e.g., profile photo, etc.).
  • image data larger than a predetermined size is image data related to the work performed (e.g., photos showing the results of the work performed, photos showing the process of performing the work, video data showing the user performing the work) etc.) may be included.
  • the server device may determine that the TR data includes image data of a predetermined size or more.
  • the server device may determine that the TR data includes image data of a predetermined size or more.
  • the server device may check whether TR data includes a large file.
  • image files may include image files such as jpeg, png, and gif, file formats such as pdf and tiff, video files, and audio files.
  • the file may be data containing information about work performed by the user. For example, if the work performed was a lecture on a specific topic, additional information related to the lecture can be added to the TR data. Also, for example, if prior training is required to perform a specific task, TR data regarding the task may further include completion information certifying that prior training has been completed.
  • the server device may check whether a file such as an image or PDF is the same as a previously stored file to avoid storing duplicate files.
  • the server device may determine whether a file contains sensitive information if the file is not the same as a previously stored file.
  • sensitive information may include personal information (e.g. social security number).
  • the server device can extract text information using technology such as OCR and check whether there is sensitive information. If sensitive information is identified, the server device can blur the relevant portion and store it.
  • the server device may create a table such as Table 2 below.
  • the server device when the server device determines that the TR data does not include image data larger than a predetermined size, in operation 330, the server device includes the TR data to a cloud server that stores TR data of a plurality of client devices.
  • a first storage request may be sent.
  • the server device determines that the TR data does not contain image data larger than a predetermined size, the storage capacity is not large and storing it on the cloud server is sufficient, so storing the TR data on the cloud server is requested.
  • the first storage request may include TR data to be stored by the cloud server at the same time as requesting the cloud server to store TR data.
  • the server device when the server device determines that the TR data includes image data of a predetermined size or more, in operation 340, the server device stores at least a portion of the TR data into an interplanetary file system (IPFS) connected to the server device.
  • IPFS interplanetary file system
  • a second storage request may be transmitted including: If the server device determines that the TR data contains image data of a predetermined size or more, since the capacity of the TR data is relatively large, storing it through IPFS is more efficient than storing it on a cloud server, TR data is stored in the cloud. It can be stored separately on the server and IPFS.
  • At least a portion of TR data transmitted by the server device to IPFS may include image data included in the TR data.
  • the server device may create a table regarding the location where TR data is stored. For example, if the server device stores TR data separately in the cloud server and IPFS, a table indicating that it is stored separately can be created as shown in Table 3 below.
  • a server device may receive a CV request from a client device.
  • CV curriculum vitae
  • the server device may identify the location where the desired TR data is stored based on a TR data table that the server device creates and manages for each client device. For example, if TR data 001, 002, 003, 004 is needed to create a user's CV, identify the location where each TR data is stored and request that the TR data be transmitted to the cloud server and/or IPFS. By receiving this and aggregating the received TR data, a CV can be generated.
  • the server device sends at least one TR data to be included in the CV to the cloud server based on the user's key value. You can request it.
  • the CV request sent by the client device to the server device and the TR data request sent by the server device to the cloud server extract only the TR data desired by the user from among a plurality of TR data stored in the cloud server or IPFS.
  • Filtering information that allows the acquisition of filtering information (e.g., receiving only TR data on work performed in a specific period, receiving only TR data on work performed in a specific location, receiving TR data only on work performed in a specific category, receiving TR data only on work performed in a specific category, It may include receiving only TR data containing feedback above the standard, etc.).
  • the TR data request is a CV request that transmits at least one TR data among TR data about tasks performed by the user stored in the cloud server and IPFS in order to generate a CV desired by the client device. It may mean a signal requesting something to be done.
  • the specific operation for generating CV is explained in detail in FIG. 5 described later.
  • the server device may request public authentication of TR data from the cloud server.
  • the server device may transmit a charging request for TR data to the cloud server.
  • Figure 4 shows a signaling flow for storing TR (task receipt) data according to an embodiment.
  • the operation shown in FIG. 4 shows a process in which one TR data is saved, and each TR data generated in the client device 1100 can be stored through the process shown in FIG. 4.
  • the management server 120 in FIG. 4 The operation of ) may include the operation of the server device in Figure 3. Although only one client device 110 is shown in Figure 4, this is for convenience of explanation, and a plurality of clients communicating with the management server 120 Devices may exist.
  • the client device 110 may transmit a TR data storage request to the management server 120.
  • TR data storage requests may include TR data regarding tasks performed by the user.
  • the management server 120 may request the user's key value from the IAM server 130.
  • the IAM server 130 may transmit the user's key value to the management server 120.
  • the IAM server 130 may generate a unique key value for the user if the user's key value does not exist. Although not shown in the drawing, the IAM server 130 may obtain the information necessary to generate a user's unique key value by requesting the management server 120 and the client device 110.
  • the management server 120 may determine a storage location of the TR data received in operation 401.
  • the management server 120 may decide to store the TR data in the cloud server 140, or may decide to store the TR data separately in the cloud server 140 and the IPFS 150.
  • the management server 120 may decide to divide and store the TR data into the cloud server 140 and the IPFS 150 when the TR data includes image data of a predetermined size or more.
  • the management server 120 may determine to store the TR data in the cloud server 140 when the TR data does not include image data larger than a predetermined size.
  • the management server 120 may transmit a signal requesting to store TR data to the cloud server 140.
  • the management server 120 when the management server 120 determines to store the TR data only in the cloud server 140, the management server 120 sends a first storage request requesting to store the TR data in the cloud server 140 to the cloud server 140 It can be sent to .
  • the first storage request may include TR data to be stored.
  • the management server 120 may transmit a signal requesting to store TR data to the IPFS 150.
  • the management server 120 determines to store TR data divided into the cloud server 140 and IPFS 150, at least some of the TR data (e.g., additionally attached data) is sent to the cloud server 140.
  • a second storage request requesting to store image data, video data) may be transmitted to IPFS.
  • the management server 120 may request that the remaining part of the TR data be stored in the cloud server 140.
  • the cloud server 140 may store the TR data received in operation 409.
  • IPFS 150 may store TR data received in operation 411.
  • the IPFS 150 may transmit a hash value for the stored TR data to the management server 120.
  • a hash value for the TR data can be generated and transmitted to the management server 120 to identify the stored node.
  • the management server 120 may create a table related to the location where TR data is stored based on the received Hash value.
  • a table related to the location where TR data is stored can be created in the form shown in Table 2 described above.
  • the management server 120 may transmit TR data that does not include a hash value to the cloud server 140.
  • Operations 403 and 405 of FIG. 4 may be omitted. If the management server 120 decides to store TR data only in the cloud server 140, operations 411, 413, and 415 may be omitted. Additionally, if the management server 120 decides to store TR data separately in the cloud server 140 and IPFS, operation 409 may be omitted.
  • Figure 5 shows a signaling flow for generating curriculum vitae (CV) according to one embodiment.
  • the operation shown in FIG. 5 illustrates the signaling flow performed when a user requests a CV, and the TR data storage process according to FIG. 4 may precede the CV request.
  • the operation of the management server 120 of FIG. 5 may include the operation of the server device of FIG. 3. Although only one client device 110 is shown in FIG. 5, this is for convenience of explanation, and a plurality of client devices communicating with the management server 120 may exist.
  • the client device 110 may request the user's curriculum vitae (CV) from the management server 120.
  • CV may refer to the user's history information generated based on the user's TR data.
  • the CV request transmitted from the client device 110 to the management server 120 extracts only the TR data desired by the user from among the plurality of TR data stored in the cloud server 140 or IPFS 150.
  • Filtering information that allows the acquisition of filtering information (e.g., receiving only TR data on work performed in a specific period, receiving only TR data on work performed in a specific location, receiving TR data only on work performed in a specific category, receiving TR data only on work performed in a specific category, It may include receiving only TR data containing feedback above the standard, etc.).
  • the management server 120 in response to receiving a CV request from the client device 110, requests a key value of the client device 110 from the IAM server 130.
  • a signal can be transmitted.
  • the management server 120 may receive the key value of the client device 110 from the IAM server 130.
  • the management server 120 may request TR data from the cloud server 140.
  • the management server 120 may request at least one TR data to be included in the CV from the cloud server based on the user's key value.
  • the TR data request is a CV request, in order to generate a CV desired by the client device 110, at least one TR among TR data about tasks performed by the user stored in the cloud server and IPFS. This may mean a signal requesting data to be transmitted.
  • At least one TR data may be selected based on filtering information included in the CV request.
  • the management server 120 may receive at least one TR data requested from the cloud server 140.
  • the management server 120 may determine whether at least one TR data received from the cloud server 140 is stored in IPFS.
  • the management server 120 may determine whether at least one TR data is stored in IPFS based on a table of TR data created and managed by the management server 120. For example, if a table related to TR data includes a Hash value in the TR data area, it may be determined that at least one TR data is stored in IPFS.
  • the management server 120 may request TR data from IPFS.
  • the management server 120 may receive TR data requested from IPFS.
  • operations 513 and 515 are operations performed when there is data stored in the IPFS 150 among at least one TR data requested by the management server 120 from the cloud server 140, and if at least one If there is no data stored in the IPFS 150 among the TR data, operations 513 and 515 may be omitted.
  • the management server 120 may generate a CV based on at least one data received from the cloud server and TR data received from the IPFS 150.
  • the management server 120 may generate a CV by combining TR data received from the cloud server 140 and the IPFS 150.
  • the management server 120 may generate a CV by combining TR data received from the cloud server 140 and IPFS 150 and information about the user's profile received from the client device 110. there is. Operation 517 can be described in detail in FIG. 6 described below.
  • the management server 120 may transmit the generated CV to the client 110.
  • Figure 6 shows an example of CV generation according to one embodiment.
  • the content shown in FIG. 6 is only an example, and some content may be added or omitted.
  • the management server 120 may generate the CV 630 based on a plurality of TR data 610 received from the cloud server 140 and the IPFS 150.
  • each of TR data may include a category, subcategory, work performance location, work performance time, and feedback information. .
  • the management server 120 stores a plurality of TR data (e.g., TR data 610-1, TR data 610-2, TR data 610-3, TR data 610-N). ) can be combined to generate combined TR data 620.
  • TR data 610-1, TR data 610-2, TR data 610-3, TR data 610-N can be combined to generate combined TR data 620.
  • the combined TR data 620 shows that the categories of tasks performed by the user are “restaurant” and “cleaning,” and the subcategories are “serving” and “serving.” May include “delivery” and “home cleaning.” Additionally, for example, the combined TR data 620 may also include information indicating that the user performed work in “Gangnam-Gu” and “Yangcheon-Gu.” Also, for example, the combined data 620 may include information about task performance times (e.g., 140 hours for delivery and 200 hours for serving). Additionally, for example, the combined TR data 620 may provide feedback information about the work performed by the user (e.g., “excellent” for delivery, “excellent” for serving). may include.
  • the CV 630 includes information 632 regarding the user's personal information, information 634 related to certification of the work performed, information 636 related to the user's educational background, and work experience performed. It may include information 638 about. Information 638 regarding work experience performed may include at least a portion of the combined TR data.
  • Figure 7 shows a signaling flow for authentication of TR data according to an embodiment.
  • the operation shown in FIG. 7 illustrates the signaling flow performed when a user requests authentication of TR data, and the TR data storage process according to FIG. 4 may precede the CV request.
  • the operation of the management server 120 of FIG. 7 may include the operation of the server device of FIG. 3. Although only one client device 110 is shown in FIG. 7, this is for convenience of explanation, and a plurality of client devices communicating with the management server 120 may exist.
  • the client device 110 may transmit a TR data authentication request to the management server 120.
  • the management server 120 may request the key value of the client device 110 from the IAM server 130.
  • the management server 120 may receive the key value of the client device 110 from the IAM server 130.
  • the management server 120 may transmit an authentication request for TR data to the cloud server 140.
  • the cloud server 140 may request the authentication server 141 to perform authentication of the corresponding TR data.
  • the authentication server 141 may request authentication of TR data from the external server 160.
  • the external server 160 may be accessed by the authentication server 141.
  • a plurality of external servers that perform authentication of TR data may exist, and the authentication server 141 may communicate with a plurality of external servers.
  • the authentication server 141 may identify the external server 160 based on TR data and the type of public authentication to be performed.
  • the authentication server 141 may receive authentication information about TR data from the external server 160.
  • the cloud server 140 may receive authentication information for TR data from the authentication server 141.
  • the cloud server 140 may store authentication information for TR data received from the authentication server 141 together with the TR data.
  • the cloud server 140 may transmit authentication information for TR data to the management server 120.
  • the management server 120 may transmit authentication information for TR data received from the cloud server 140 to the client device 110.
  • Figure 8 shows a signaling flow for billing according to one embodiment.
  • the client device 110 may transmit TR data to the management server 120.
  • the management server 120 may request storage of TR data from the cloud server 140.
  • operations 801 and 803 may correspond to the operations of FIG. 3 .
  • the management server 120 may request confirmation of Gas used by the cloud server 140.
  • the cloud server 140 may calculate Gas used to store the corresponding TR data.
  • the cloud server 140 may transmit information about how much gas has been used based on the calculation result to the management server 120.
  • the management server 120 may transmit information regarding the amount of Gas used to store the corresponding TR data to the billing server 170.
  • the charging server 170 may store information on how much gas is used to store the corresponding TR data and the price thereof.
  • the client device 110 may request billing from the management server 120.
  • the management server 120 may request price confirmation from the billing server 170.
  • the management server 120 may receive information about the price from the billing server 170.
  • the management server 120 may transmit information about the charged amount to the client device 110.
  • a method of operating a server device for creating and managing CVs (curriculum vitae) of a plurality of client devices is performed by a user of the at least one client device from at least one client device.
  • TR task receipt
  • IPFS InterPlanetary File System
  • At least part of the TR data may include image data larger than or equal to the predetermined size.
  • the operation in response to transmitting the second storage request to the IPFS, the operation may include transmitting the remaining portion, but not at least part, of the TR data to the cloud server.
  • the method in response to determining whether the TR data includes image data larger than the predetermined size, may include generating a TR table including information about a storage location of the TR data.
  • the TR table in response to transmitting the second storage request, receiving a hash value of the TR data from the IPFS, wherein the TR table may include a hash value of the TR data. there is.
  • the at least one client device in response to receiving the TR data from the at least one client device, requesting an identity and access management (IAM) server for an identifier of the at least one client device based on the TR data, It may include receiving the identifier of the at least one client device from an IAM server, and transmitting the identifier of the at least one client device and the TR data to the cloud server or the IPFS.
  • IAM identity and access management
  • the TR data may further include information about the personal information of the user of the at least one client device, information about a certificate owned by the user, and information about the user's educational background.
  • the operation of receiving a CV transmission request requesting to transmit a CV of a user of the at least one client device from the at least one client device, and a location where the TR data included in the TR table is stored Based on information about, transmitting a TR transmission request requesting one or more TR data of the user to at least one of the cloud server and the IPFS, wherein the CV transmission request filters the one or more TR data. May include filtering information for filtering.
  • receiving at least one TR data of the user from at least one of the cloud server and the IPFS generating a CV of the user based on the at least one TR data and the filtering information, and transmitting the generated CV of the user to the at least one client device.
  • the operation of receiving a request for authentication of the TR data from the at least one client device, in response to receiving a request for public authentication of the TR data, performing public authentication of the TR data with the cloud server may include an operation of transmitting a request to perform public authentication, and an operation of receiving a public authentication response to the public authentication request from the cloud server.
  • the operation of updating the TR table may be included. there is.
  • a server device for generating and managing CVs (curriculum vitae) of a plurality of client devices includes a communication unit, a memory, and at least one processor operably connected to the communication unit and the memory. It includes, wherein the at least one processor receives task receipt (TR) data containing information about a task performed by a user of the at least one client device from at least one client device through the communication unit. and determine whether the TR data includes image data of a predetermined size or larger, and when determining that the TR data does not include image data of a predetermined size or larger, TR of the plurality of client devices through the communication unit.
  • TR task receipt
  • IPFS IPFS
  • At least part of the TR data may include image data larger than or equal to the predetermined size.
  • the at least one processor may transmit the remaining portion, but not the at least part, of the TR data to the cloud server in response to transmitting the second storage request to the IPFS.
  • a TR table containing information about a storage location of the TR data may be generated.
  • a hash value of the TR data is received from the IPFS, and the TR table may include a hash value of the TR data.
  • the at least one processor in response to receiving the TR data from the at least one client device, determines the identifier of the at least one client device based on the TR data through identity and access management (IAM).
  • IAM identity and access management
  • a request may be made to a server, an identifier of the at least one client device may be received from the IAM server, and the identifier of the at least one client device and the TR data may be transmitted to the cloud server or the IPFS.
  • the TR data may further include information about the personal information of the user of the at least one client device, information about a certificate owned by the user, and information about the user's educational background.
  • the at least one processor receives a CV transmission request from the at least one client device requesting to transmit a CV of a user of the at least one client device, and selects the TR included in the TR table. Based on information about the location where data is stored, transmit a TR transmission request requesting one or more TR data of the user to at least one of the cloud server and the IPFS, and the CV transmission request requests the one or more TR data It may contain filtering information for filtering.
  • Electronic devices may be of various types. Electronic devices may include, for example, display devices, portable communication devices (e.g., smartphones), computer devices, portable multimedia devices, portable medical devices, cameras, wearable devices, or home appliances. Electronic devices according to embodiments of this document are not limited to the above-described devices.
  • unit or “module” used in various embodiments of this document may include a unit implemented with hardware, software, or firmware, for example, logic, logic block, component, or circuit. Can be used interchangeably with the same term.
  • the “ ⁇ part” or “ ⁇ module” may be an integrated part or a minimum unit of the part or a part thereof that performs one or more functions.
  • “ ⁇ unit” or “ ⁇ module” may be implemented in the form of an application-specific integrated circuit (ASIC).
  • ASIC application-specific integrated circuit
  • Programs executed by the electronic device 110 and the remote control device 120 described throughout this document may be implemented as hardware components, software components, and/or a combination of hardware components and software components.
  • a program can be executed by any system that can execute computer-readable instructions.
  • Software may include a computer program, code, instructions, or a combination of one or more of these, which may configure a processing unit to operate as desired, or may be processed independently or collectively. You can command the device.
  • Software may be implemented as a computer program including instructions stored on computer-readable storage media.
  • Computer-readable storage media include, for example, magnetic storage media (e.g., ROM (Read-Only Memory), RAM (Random-Access Memory), floppy disk, hard disk, etc.) and optical read media (e.g., CD-ROM). (CD-ROM), DVD (Digital Versatile Disc), etc.
  • the computer-readable storage medium is distributed across networked computer systems, so that computer-readable code can be stored and executed in a distributed manner.
  • Computer programs may be distributed (e.g., downloaded or uploaded) online, through an application store (e.g., Play StoreTM) or directly between two user devices (e.g., smart phones).
  • an application store e.g., Play StoreTM
  • two user devices e.g., smart phones
  • at least a portion of the computer program product may be at least temporarily stored or temporarily created in a machine-readable storage medium, such as the memory of a manufacturer's server, an application store's server, or a relay server.
  • each component (e.g., module or program) of the above-described components may include a single or plural entity, and some of the plurality of entities may be separately placed in other components. there is.
  • one or more of the components or operations described above may be omitted, or one or more other components or operations may be added.
  • multiple components eg, modules or programs
  • the integrated component may perform one or more functions of each component of the plurality of components in the same or similar manner as those performed by the corresponding component of the plurality of components prior to the integration. .
  • operations performed by a module, program, or other component may be executed sequentially, in parallel, iteratively, or heuristically, or one or more of the operations may be executed in a different order, or omitted. Alternatively, one or more other operations may be added.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • General Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Strategic Management (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Databases & Information Systems (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Power Engineering (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Disclosed is an operating method of a server device for generating and managing curriculum vitae (CV) of a plurality of client devices. The operating method of the server device may comprise the steps of: receiving, from at least one client device, task receipt (TR) data including information about a task performed by a user of the at least one client device; determining whether the TR data includes file data of a pre-determined size or greater; if it is determined that the TR data does not include the file data of the pre-determined size or greater, transmitting a first storage request including the TR data to a blockchain-based cloud server that stores TR data of the plurality of client devices; and if it is determined that the TR data includes the file data of the pre-determined size or greater, transmitting a second storage request including at least a portion of the TR data to an InterPlanetary File System (IPFS) connected to the server device.

Description

이력서 생성 및 관리 서비스를 제공하기 위한 서버 장치 및 그 동작 방법Server device and method of operating the same for providing resume creation and management services
본 문서에서 개시되는 실시 예들은, 이력서 생성 및 관리 서비스를 제공하기 위한 장치 및 그 동작 방법에 관한 것이다. Embodiments disclosed in this document relate to an apparatus for providing resume creation and management services and a method of operating the same.
긱 노동(gig work)는 기업들이 필요에 따라 단기 계약직이나 임시직으로 인력을 충원하고 그 대가를 지불하는 노동의 형태를 의미한다. 긱 노동은 온라인 플랫폼에 기반하여 제공될 수 있으며, 배달(delivery), 대리운전, 퀵 서비스뿐 아니라, 음식점 보조 및 서빙, 간병 및 호스피스, 청소, 경비 용역 등 다양한 업무 분야로 확장되고 있다. Gig work refers to a form of labor in which companies recruit workers as short-term contract workers or temporary workers as needed and pay for them. Gig labor can be provided based on online platforms, and is expanding into a variety of work fields such as delivery, designated driving, and quick service, as well as restaurant assistance and serving, nursing and hospice, cleaning, and security services.
이와 관련하여, 긱(gig)들에게 공정하게 업무를 배분하고, 수행한 업무에 대하여 객관적인 평가 및 합리적인 보상을 제공하기 위하여 블록체인 기술이 활용될 수 있다. 예를 들어, 블록체인 기술에 기반하여 운용되는 암호 화폐를 통하여 수수료를 최소화하며 적절한 보수 지급이 가능하다. 또한 예를 들어, 업무 평가와 관련된 데이터를 블록체인을 통해 기록하여, 조작할 수 없는 데이터를 생성하여 긱 노동자들에 대한 신뢰도 있는 평가 데이터를 축적할 수 있다. 또한 예를 들어, 해킹의 우려를 최소화하며 긱들의 신원을 쉽게 확인할 수 있다. In this regard, blockchain technology can be used to fairly distribute work to gigs and provide objective evaluation and reasonable compensation for the work performed. For example, it is possible to minimize fees and pay appropriate compensation through cryptocurrency operated based on blockchain technology. Additionally, for example, by recording data related to job evaluation through blockchain, data that cannot be manipulated can be created and reliable evaluation data on gig workers can be accumulated. Also, for example, the identity of the gigs can be easily verified, minimizing the risk of hacking.
긱 노동 서비스를 제공하기 위하여, 온라인 플랫폼은 긱 노동자(gig worker)들이 수행한 업무 내용을 모아서 분석하고 관리하여 CV(curriculum vitae)를 생성하고, 긱 노동자들이 이를 필요로 할 때 필요로 하는 내용을 제공할 필요가 있다. 긱 노동자들이 수행한 업무 내용은 긱 노동자들의 프로필 및 텍스트 데이터뿐 아니라, 업무와 관련한 이미지 데이터, 영상 데이터 등 다양한 형태로 기록될 수 있으며, 이에 따라 TR 데이터는 큰 용량을 가질 수 있다.In order to provide gig labor services, the online platform collects, analyzes and manages the work performed by gig workers to create a CV (curriculum vitae) and provides the content needed by gig workers when they need it. It is necessary to provide The work performed by gig workers can be recorded in various forms, such as the gig workers' profiles and text data, as well as work-related image data and video data, and accordingly, TR data can have a large capacity.
본 문서에 개시되는 다양한 실시 예들은, 일거리(Task Receipt, 이하, TR)를 정의하고, 이것을 바탕으로 CV를 생성하기 위한 장치 및 그 동작 방법을 제공한다.Various embodiments disclosed in this document define a task receipt (TR) and provide a device and method of operating the same for generating a CV based on this.
또한, 신뢰도 있는 CV의 생성 및 제공을 위하여, 블록체인 기술을 사용하여 긱 노동자들로부터 수신한 TR을 안전하게 저장하기 위한 장치 및 그 동작 방법을 제공한다.Additionally, in order to create and provide a reliable CV, we provide a device and operating method for safely storing TR received from gig workers using blockchain technology.
또한, 긱 노동자들로부터 수신하는 TR 데이터를 분산화 된 공간에 저장하여, 다양한 형태의 이력서를 저장하고, 이를 제공하기 위한 장치 및 그 동작 방법을 제공한다. In addition, TR data received from gig workers is stored in a decentralized space, various types of resumes are stored, and a device and method of operating the same are provided.
본 개시의 일 실시 예에 따른 CV(curriculum vitae)들을 생성 및 관리하기 위한 서버 장치의 동작 방법은, 적어도 하나의 클라이언트 장치로부터 상기 적어도 하나의 클라이언트 장치의 사용자가 수행한 태스크(task)에 관한 정보를 포함하는 TR(task receipt) 데이터를 수신하는 동작, 상기 TR 데이터가 미리 정해진 크기 이상의 파일 데이터를 포함하는지 여부를 결정하는 동작, 상기 TR 데이터가 상기 미리 정해진 크기 이상의 파일 데이터를 포함하지 않는다고 결정하는 경우, 상기 복수의 클라이언트 장치들의 TR 데이터를 저장하는 블록 체인 기반 클라우드 서버로 상기 TR 데이터를 포함하는 제1 저장 요청을 송신하는 동작, 상기 TR 데이터가 미리 정해진 크기 이상의 파일 데이터를 포함한다고 결정하는 경우, 상기 서버 장치와 연결되는 IPFS(InterPlanetary File System)로 상기 TR 데이터의 적어도 일부를 포함하는 제2 저장 요청을 송신하는 동작을 포함할 수 있다. A method of operating a server device for creating and managing CVs (curriculum vitae) according to an embodiment of the present disclosure includes information about a task performed by a user of the at least one client device from at least one client device. An operation of receiving TR (task receipt) data including, an operation of determining whether the TR data includes file data of a predetermined size or more, and determining that the TR data does not contain file data of a predetermined size or more. In this case, an operation of transmitting a first storage request including the TR data to a blockchain-based cloud server that stores TR data of the plurality of client devices, when determining that the TR data includes file data of a predetermined size or more. , It may include an operation of transmitting a second storage request including at least part of the TR data to an InterPlanetary File System (IPFS) connected to the server device.
본 개시의 일 실시 예에 따른 복수의 클라이언트(client) 장치들의 CV(curriculum vitae)들을 생성 및 관리하기 위한 서버 장치는, 통신부, 메모리, 상기 통신부 및 상기 메모리와 동작 가능하게 연결되는 적어도 하나의 프로세서를 포함하고, 상기 적어도 하나의 프로세서는, 상기 통신부를 통하여 적어도 하나의 클라이언트 장치로부터 상기 적어도 하나의 클라이언트 장치의 사용자가 수행한 태스크(task)에 관한 정보를 포함하는 TR(task receipt) 데이터를 수신하고, 상기 TR 데이터가 미리 정해진 크기 이상의 파일 데이터를 포함하는지 여부를 결정하고, 상기 TR 데이터가 상기 미리 정해진 크기 이상의 파일 데이터를 포함하지 않는다고 결정하는 경우, 상기 통신부를 통하여 상기 복수의 클라이언트 장치들의 TR 데이터를 저장하는 블록 체인 기반 클라우드 서버로 상기 TR 데이터를 포함하는 제1 저장 요청을 송신하고, 상기 TR 데이터가 미리 정해진 크기 이상의 파일 데이터를 포함한다고 결정하는 경우, 상기 통신부를 통하여 상기 서버 장치와 연결되는 IPFS(InterPlanetary File System)로 상기 TR 데이터의 적어도 일부를 포함하는 제2 저장 요청을 송신할 수 있다. A server device for generating and managing CVs (curriculum vitae) of a plurality of client devices according to an embodiment of the present disclosure includes a communication unit, a memory, and at least one processor operably connected to the communication unit and the memory. It includes, wherein the at least one processor receives task receipt (TR) data containing information about a task performed by a user of the at least one client device from at least one client device through the communication unit. and determine whether the TR data includes file data larger than a predetermined size, and when determining that the TR data does not include file data larger than the predetermined size, the TR data of the plurality of client devices is transmitted through the communication unit. A first storage request containing the TR data is transmitted to a blockchain-based cloud server that stores data, and when it is determined that the TR data includes file data of a predetermined size or more, a connection is made with the server device through the communication unit. A second storage request containing at least part of the TR data may be transmitted to the InterPlanetary File System (IPFS).
본 문서에 개시되는 다양한 실시 예들에 따르면, 서버 장치 및 그 동작 방법은 클라이언트 장치로부터 수신한 TR(task receipt) 데이터를 효율적으로 관리하기 위할 수 있는 효과를 제공한다.According to various embodiments disclosed in this document, a server device and its operating method provide the effect of efficiently managing TR (task receipt) data received from a client device.
또한, 서버 장치 및 그 동작 방법은 용량이 큰 TR 데이터에 기반하여 클라이언트의 이력 정보 생성 및 관리할 수 있는 효과를 제공한다. In addition, the server device and its operating method provide the effect of generating and managing client history information based on large-capacity TR data.
또한, 서버 장치 및 그 동작 방법은 클라이언트의 요청에 기반하여 저장된 TR 데이터를 필터링할 수 있는 효과를 제공한다. Additionally, the server device and its operating method provide the effect of filtering stored TR data based on a client's request.
본 개시의 예시적 실시예들에서 얻을 수 있는 효과는 이상에서 언급한 효과들로 제한되지 아니하며, 언급되지 아니한 다른 효과들은 이하의 기재로부터 본 개시의 예시적 실시예들이 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 도출되고 이해될 수 있다. 즉, 본 개시의 예시적 실시예들을 실시함에 따른 의도하지 아니한 효과들 역시 본 개시의 예시적 실시예들로부터 당해 기술분야의 통상의 지식을 가진 자에 의해 도출될 수 있다.The effects that can be obtained from the exemplary embodiments of the present disclosure are not limited to the effects mentioned above, and other effects not mentioned are common knowledge in the technical field to which the exemplary embodiments of the present disclosure belong from the following description. It can be clearly derived and understood by those who have it. That is, unintended effects resulting from implementing the exemplary embodiments of the present disclosure may also be derived by those skilled in the art from the exemplary embodiments of the present disclosure.
도 1은 일 실시 예에 따른 이력서 생성 및 관리 시스템의 예를 도시한다. 1 shows an example of a resume creation and management system according to an embodiment.
도 2는 일 실시 예에 따른 서버 장치의 블록 구성을 도시한다. Figure 2 shows the block configuration of a server device according to an embodiment.
도 3은 일 실시 예에 따른 서버 장치의 동작 흐름을 도시한다. Figure 3 shows the operation flow of a server device according to an embodiment.
도 4는 일 실시 예에 따른 TR(task receipt) 데이터 저장을 위한 시그널링 흐름을 도시한다.Figure 4 shows a signaling flow for storing TR (task receipt) data according to an embodiment.
도 5는 일 실시 예에 따른 CV(curriculum vitae) 생성을 위한 시그널링 흐름을 도시한다. Figure 5 shows a signaling flow for generating curriculum vitae (CV) according to one embodiment.
도 6은 일 실시 예에 따른 CV 생성의 예를 도시한다.Figure 6 shows an example of CV generation according to one embodiment.
도 7은 일 실시 예에 따른 TR 데이터의 인증을 위한 시그널링 흐름을 도시한다.Figure 7 shows a signaling flow for authentication of TR data according to an embodiment.
도 8은 일 실시 예에 따른 과금을 위한 시그널링 흐름을 도시한다. Figure 8 shows a signaling flow for billing according to one embodiment.
도면의 설명과 관련하여, 동일 또는 유사한 구성요소에 대해서는 동일 또는 유사한 참조 부호가 사용될 수 있다.In relation to the description of the drawings, identical or similar reference numerals may be used for identical or similar components.
이하에서는 도면을 참조하여 본 개시의 실시예에 대하여 본 개시가 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 상세히 설명한다. 그러나 본 개시는 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 도면의 설명과 관련하여, 동일하거나 유사한 구성요소에 대해서는 동일하거나 유사한 참조 부호가 사용될 수 있다. 또한, 도면 및 관련된 설명에서는, 잘 알려진 기능 및 구성에 대한 설명이 명확성과 간결성을 위해 생략될 수 있다.Hereinafter, with reference to the drawings, embodiments of the present disclosure will be described in detail so that those skilled in the art can easily practice them. However, the present disclosure may be implemented in many different forms and is not limited to the embodiments described herein. In relation to the description of the drawings, identical or similar reference numerals may be used for identical or similar components. Additionally, in the drawings and related descriptions, descriptions of well-known functions and configurations may be omitted for clarity and brevity.
도 1은 일 실시 예에 따른 이력서 생성 및 관리 시스템의 예를 도시한다. 1 shows an example of a resume creation and management system according to an embodiment.
도 1을 참조하면, 일 실시 예에 따른 이력서 생성 및 관리 시스템(100)은 클라이언트 장치(110), 관리 서버(120), IAM(identity and access management) 서버, 블록 체인 기반 클라우드 서버(140)(이하, 클라우드 서버로 지칭), 인증 서버(141), IPFS(interplanetary file system), 외부 서버(160) 및 과금 서버(170)를 포함할 수 있다.Referring to Figure 1, the resume creation and management system 100 according to one embodiment includes a client device 110, a management server 120, an identity and access management (IAM) server, and a blockchain-based cloud server 140 ( Hereinafter referred to as a cloud server), an authentication server 141, an interplanetary file system (IPFS), an external server 160, and a billing server 170 may be included.
일 실시 예에 따른 클라이언트 장치(110)는 이력서 생성 및 관리 서비스를 이용하는 긱(gig) 노동자(이하, "사용자"로 지칭)의 전자 장치를 의미할 수 있다. 예를 들어, 클라이언트 장치(110)는 사용자의 휴대용 단말(예: 스마트폰, PDA(personal digital assistant), 태블릿 PC, 웨어러블 디바이스 등), 랩탑(lap top), PC 등을 의미할 수 있다.The client device 110 according to one embodiment may refer to an electronic device of a gig worker (hereinafter referred to as a “user”) who uses a resume creation and management service. For example, the client device 110 may refer to a user's portable terminal (e.g., smartphone, personal digital assistant (PDA), tablet PC, wearable device, etc.), laptop, PC, etc.
일 실시 예에서, 클라이언트 장치(110)는 TR(task receipt) 데이터를 생성할 수 있다. TR 데이터는 사용자가 수행한 업무(task)에 관한 정보에 관한 데이터를 포함할 수 있다. 예를 들어, TR 데이터는 사용자가 수행한 업무의 종류, 날짜, 시간, 장소, 업무 내용, 사용자에 대한 평가 정보를 포함할 수 있다. In one embodiment, client device 110 may generate task receipt (TR) data. TR data may include data about information about tasks performed by the user. For example, TR data may include the type of work performed by the user, date, time, location, work content, and evaluation information about the user.
일 실시 예에서, TR 데이터는 사용자가 수행한 업무 별로 생성될 수 있다. TR 데이터는 TR 데이터 별로 생성되는 식별 정보(TR ID)를 포함할 수 있다. In one embodiment, TR data may be generated for each task performed by the user. TR data may include identification information (TR ID) generated for each TR data.
일 실시 예에서, 클라이언트 장치(110)는 생성한 TR 데이터를 관리 서버(120)로 송신할 수 있다.In one embodiment, the client device 110 may transmit the generated TR data to the management server 120.
일 실시 예에서, 클라이언트 장치(110)는 관리 서버(120)에게 CV (curriculum vitae) 데이터를 요청할 수 있다. In one embodiment, the client device 110 may request curriculum vitae (CV) data from the management server 120.
일 실시 예에서, 클라이언트 장치(110)는 관리 서버(120)로부터 CV 데이터를 수신할 수 있다. In one embodiment, client device 110 may receive CV data from management server 120.
일 실시 예에 따른 관리 서버(120)는 TR 데이터의 저장 및 관리, CV 데이터의 생성과 관련된 동작을 수행하는 서버를 의미할 수 있다. The management server 120 according to an embodiment may refer to a server that performs operations related to storing and managing TR data and generating CV data.
일 실시 예에서, 관리 서버(120)는 클라이언트 장치(110)로부터 수신한 TR 데이터를 저장하는 방법을 결정할 수 있다. 예를 들어, 관리 서버(120)는 클라우드 서버(140)에 TR 데이터를 저장할 것으로 결정할 수 있다. 또한, 예를 들어, 관리 서버(120)는 클라우드 서버(140) 및 IPFS(interplanetary file system)(150)에 저장할 것으로 결정할 수 있다.In one embodiment, management server 120 may determine how to store TR data received from client device 110. For example, the management server 120 may decide to store TR data in the cloud server 140. Also, for example, the management server 120 may decide to store the information in the cloud server 140 and the interplanetary file system (IPFS) 150.
일 실시 예에서, 관리 서버(120)는 클라우드 서버(140) 및 IPFS (150)에게 TR 데이터를 저장할 것을 요청할 수 있다. 이에 따라, 관리 서버(120)는 클라우드 서버(140) 또는 IPFS(150)로 TR 데이터를 송신할 수 있다. In one embodiment, the management server 120 may request the cloud server 140 and IPFS 150 to store TR data. Accordingly, the management server 120 may transmit TR data to the cloud server 140 or IPFS 150.
일 실시 예에서, 관리 서버(120)는 사용자의 고유의 식별자를 획득하기 위하여 IAM(identity and access management) 서버(130)와 통신할 수 있다. 예를 들어, 관리 서버(120)는 IAM 서버(130)로 클라이언트 식별자 요청을 송신할 수 있다. 또한, 예를 들어, 관리 서버(120)는 IAM 서버(130)로부터 클라이언트 식별자를 수신할 수 있다.In one embodiment, the management server 120 may communicate with the identity and access management (IAM) server 130 to obtain the user's unique identifier. For example, management server 120 may send a client identifier request to IAM server 130. Also, for example, management server 120 may receive a client identifier from IAM server 130.
일 실시 예에 따른 IAM 서버(130)는 사용자의 식별자를 관리하기 위한 서버를 의미할 수 있다. The IAM server 130 according to one embodiment may refer to a server for managing user identifiers.
일 실시 예에서, IAM 서버(130)는 클라이언트 장치(110)로부터 관리 서버(120)로 전달되는 TR 데이터에 기반하여 사용자 고유의 식별자를 탐색 및 생성할 수 있다. In one embodiment, the IAM server 130 may discover and generate a unique user identifier based on TR data transmitted from the client device 110 to the management server 120.
일 실시 예에서, IAM 서버(130)는 TR 데이터의 사용자 ID에 상응하는 식별자가 존재하는지 여부를 결정할 수 있다. In one embodiment, IAM server 130 may determine whether an identifier corresponding to the user ID of the TR data exists.
일 실시 예에서, IAM 서버(130)는 TR 데이터에 포함되는 사용자 ID에 기반하여 사용자 고유의 식별자를 생성할 수 있다. IAM 서버(130)가 생성한 식별자는 해당 TR 데이터가 블록 체인 기반 클라우드 서버(140) 또는 IPFS(150)에 저장되는 경우에 함께 송신될 수 있다.In one embodiment, the IAM server 130 may generate a unique user identifier based on the user ID included in TR data. The identifier generated by the IAM server 130 may be transmitted together when the corresponding TR data is stored in the blockchain-based cloud server 140 or IPFS 150.
일 실시 예에 따른 클라우드 서버(140)는 관리 서버(120)로부터 수신한 TR 데이터를 저장하는 서버를 의미할 수 있다. The cloud server 140 according to an embodiment may mean a server that stores TR data received from the management server 120.
일 실시 예에서, 클라우드 서버(140)는 관리 서버(120)로부터 TR 데이터를 저장 요청 및 TR 데이터를 수신할 수 있다. 예를 들어, 관리 서버(120)가 TR 데이터의 저장을 요청하는 경우, Transaction(TR 데이터를 포함하며, TR을 저장할 것을 요청)이 발생하고, 클라우드 서버(140)의 Smart Contract가 호출되어, 클라우드 서버(140)의 저장 공간(storage)에 TR 데이터가 저장될 수 있다. 발생한 Transaction은 Private network(클라우드 서버(140)와 인증 서버(141)를 포함하는 개인 네트워크)를 구성하는 블록들에 저장될 수 있다. 이에 따라, 클라이언트 장치(110)로부터 생성된 TR 데이터는 외부의 해킹으로부터 안전하게 저장될 수 있다.In one embodiment, the cloud server 140 may receive a request to store TR data and TR data from the management server 120. For example, when the management server 120 requests storage of TR data, a Transaction (including TR data and a request to store TR) occurs, the Smart Contract of the cloud server 140 is called, and the cloud TR data may be stored in the storage of the server 140. Transactions that have occurred can be stored in blocks that constitute a private network (a private network including the cloud server 140 and the authentication server 141). Accordingly, TR data generated from the client device 110 can be safely stored from external hacking.
일 실시 예에서, 클라우드 서버(140)는 관리 서버(120)가 TR 데이터를 요청하는 경우, 저장하고 있는 적어도 하나의 TR 데이터를 송신할 수 있다. In one embodiment, the cloud server 140 may transmit at least one stored TR data when the management server 120 requests TR data.
일 실시 예에 따른 인증 서버(141)는 TR 데이터의 인증을 수행하기 위한 서버를 의미할 수 있다.The authentication server 141 according to an embodiment may refer to a server for authenticating TR data.
일 실시 예에서, 인증 서버(141)는 클라우드 서버(140)로부터 TR 데이터의 인증 요청을 수신하는 경우, TR 데이터를 TR 데이터와 관련한 외부 서버로 송신하여, 인증을 요청할 수 있다. In one embodiment, when receiving a request for authentication of TR data from the cloud server 140, the authentication server 141 may transmit the TR data to an external server related to the TR data and request authentication.
일 실시 예에서, 사용자가 정부 과제를 수행하여 생성되는 TR 데이터의 인증을 요청 받는 경우, 인증 서버(141)는 외부 서버(160)와 통신하여 TR 데이터에 대한 인증을 해줄 것을 요청할 수 있다. In one embodiment, when a user is requested to authenticate TR data generated by performing a government task, the authentication server 141 may communicate with the external server 160 to request authentication for the TR data.
일 실시 예에서, 인증 서버(141)는 사용자가 CV를 위하여 저장한 자격증에 대해서도 해당 자격증의 공인 인증을 받을 수 있다. In one embodiment, the authentication server 141 can receive public authentication of the credentials stored by the user for the CV.
일 실시 예에서, 공인 인증을 받는 내용은 CV를 생성할 때에 공인 인증을 받았음을 지시하는 지시자(예: ""를 포함시킬 수 있다.In one embodiment, the content of receiving public certification may include an indicator (e.g., "") indicating that public certification has been received when creating a CV.
일 실시 예에 따른 IPFS(150)는 분산화된 저장소를 의미할 수 있다. 일 실시 예에서, IPFS(150)는 관리 서버(120)로부터 TR 데이터의 저장 요청을 받는 경우, 해당 TR 데이터 또는 TR 데이터의 적어도 일부를 저장할 수 있다. 예를 들어, IPFS(150)는 TR 데이터에 포함되는 이미지 데이터를 저장할 수 있다. 이미지 데이터는 정지 화상(image)에 관한 데이터 및 동적 화상(예: 동영상)(vide)에 관한 데이터를 포함할 수 있다. IPFS 150 according to one embodiment may mean distributed storage. In one embodiment, when the IPFS 150 receives a request to store TR data from the management server 120, the IPFS 150 may store the TR data or at least a portion of the TR data. For example, IPFS 150 may store image data included in TR data. Image data may include data about still images (images) and data about dynamic images (eg, videos).
일 실시 예에 따른 외부 서버(160)는 인증 서버(141)로부터 수신한 인증 요청에 응답하여, TR 데이터에 대한 인증을 수행하는 서버를 의미할 수 있다.The external server 160 according to an embodiment may refer to a server that performs authentication for TR data in response to an authentication request received from the authentication server 141.
일 실시 예에 따른 과금 서버(170)는 관리 서버(120)의 과금 요청에 따라 TR 데이터를 저장하는데 사용한 에너지(gas)를 관리하고, 이를 토대로 과금을 위한 금액을 산정하는 서버를 의미할 수 있다.The billing server 170 according to an embodiment may refer to a server that manages energy (gas) used to store TR data according to a billing request from the management server 120 and calculates the amount for billing based on this. .
이하 발명의 설명 및 도면에서, 관리 서버(120)는 "Task handler"로 지칭될 수 있다. 또한, IAM 서버(130)는 "IAM handler"로 지칭될 수 있다. 또한, 클라우드 서버(140)는 "Task Smart Contract"로 지칭될 수 있다. 또한, 인증 서버(150)는 "Oracles smart contract"로 지칭될 수 있다. 또한, 과금 서버(170)는 "Billing Handler"로 지칭될 수 있다.In the description and drawings below, the management server 120 may be referred to as a “Task handler.” Additionally, the IAM server 130 may be referred to as an “IAM handler.” Additionally, the cloud server 140 may be referred to as “Task Smart Contract.” Additionally, the authentication server 150 may be referred to as “Oracles smart contract.” Additionally, the billing server 170 may be referred to as a “Billing Handler.”
도 2는 일 실시 예에 따른 서버 장치의 블록 구성을 도시한다. 일 실시 예에 따른 서버 장치(200)는 도 1의 관리 서버(120)에 상응하는 서버 장치를 의미할 수 있다. Figure 2 shows the block configuration of a server device according to an embodiment. The server device 200 according to one embodiment may mean a server device corresponding to the management server 120 of FIG. 1.
도 2를 참조하면, 일 실시 예에 따른 서버 장치(200)는 프로세서(210), 메모리(220) 및 통신부(230)를 포함할 수 있다. 도 2에 도시되는 구성은 본 개시에 따른 실시 예의 설명에 관한 구성을 도시한 것이고, 도시된 구성 외에 서버 장치의 기능을 수행하기 위한 다른 구성이 추가될 수 있으며, 도시된 구성들이 생략될 수도 있다.Referring to FIG. 2, the server device 200 according to an embodiment may include a processor 210, a memory 220, and a communication unit 230. The configuration shown in FIG. 2 illustrates a configuration related to the description of an embodiment according to the present disclosure, and in addition to the illustrated configuration, other configurations for performing the function of the server device may be added, and the illustrated configurations may be omitted. .
일 실시 예에 따른 메모리(220)는 서버 장치(200)가 사용하는 저장 매체로서, 적어도 하나의 프로그램에 대응하는 적어도 하나의 명령어(221) 또는 설정 정보 등과 같은 데이터를 저장할 수 있다. 상기 프로그램은 운영체제(OS: Operating System) 프로그램 및 다양한 응용 프로그램을 포함할 수 있다. The memory 220 according to an embodiment is a storage medium used by the server device 200 and can store data such as at least one command 221 or setting information corresponding to at least one program. The program may include an operating system (OS) program and various application programs.
일 실시 예에서, 메모리(220)는 플래시 메모리 타입(flash memory type), 하드 디스크 타입(hard disk type), 멀티미디어 카드 마이크로 타입(multimedia card micro type), 카드 타입의 메모리(예를 들어 SD 또는 XD 메모리 등), 램(random access memory, RAM), SRAM(static random access memory), 롬(read only memory, ROM), EEPROM(electrically erasable programmable ROM), PROM(programmable ROM), 자기 메모리, 자기 디스크, 광디스크 중 적어도 하나의 타입의 저장 매체를 포함할 수 있다. In one embodiment, the memory 220 is a flash memory type, a hard disk type, a multimedia card micro type, or a card type of memory (e.g., SD or memory, etc.), random access memory (RAM), static random access memory (SRAM), read only memory (ROM), electrically erasable programmable ROM (EEPROM), programmable ROM (PROM), magnetic memory, magnetic disk, It may include at least one type of storage medium, such as an optical disk.
일 실시 예에 따른 통신부(230)는 서버 장치(200)와 외부 전자 장치(예: 클라이언트 장치(110), IAM 서버(130), 과금 서버(170), 클라우드 서버(140), IPFS(150)) 간의 직접(예: 유선) 통신을 수행할 수 있다. 예를 들어, 통신부(230)는 클라이언트 장치(110)로부터 송신되는 TR 데이터를 수신할 수 있다. 또한, 예를 들어, 통신부(230)는 클라우드 서버(140) 및 IPFS(150)에게 TR 데이터를 송신할 수 있다. The communication unit 230 according to one embodiment includes a server device 200 and an external electronic device (e.g., client device 110, IAM server 130, billing server 170, cloud server 140, IPFS 150). ) can perform direct (e.g. wired) communication between For example, the communication unit 230 may receive TR data transmitted from the client device 110. Also, for example, the communication unit 230 may transmit TR data to the cloud server 140 and IPFS 150.
일 실시 예에서, 통신부(230)는 무선 통신부(예: 셀룰러 통신 모듈, 근거리 무선 통신 모듈, 또는 GNSS(global navigation satellite system) 통신 모듈) 또는 유선 통신부를 포함할 수 있다. 이들 통신부 중 해당하는 통신부는 네트워크(예: 레거시 셀룰러 네트워크, 5G 네트워크, 차세대 통신 네트워크, 인터넷, 또는 컴퓨터 네트워크(예: LAN 또는 WAN)와 같은 원거리 통신 네트워크)를 통하여 외부의 전자 장치(예: 클라이언트 장치(110), IAM 서버(130), 과금 서버(170), 클라우드 서버(140), IPFS(150))와 통신할 수 있다. In one embodiment, the communication unit 230 may include a wireless communication unit (eg, a cellular communication module, a short-range wireless communication module, or a global navigation satellite system (GNSS) communication module) or a wired communication unit. Among these communication units, the corresponding communication units communicate with external electronic devices (e.g., clients) through networks (e.g., legacy cellular networks, 5G networks, next-generation communication networks, the Internet, or telecommunication networks such as computer networks (e.g., LAN or WAN)). It can communicate with the device 110, IAM server 130, billing server 170, cloud server 140, and IPFS 150).
일 실시 예에서, 통신부(230)는 4G 네트워크 이후의 5G 네트워크 및 차세대 통신 기술, 예를 들어, NR 접속 기술(new radio access technology)을 지원할 수 있다. NR 접속 기술은 고용량 데이터의 고속 전송(eMBB(enhanced mobile broadband)), 단말 전력 최소화와 다수 단말의 접속(mMTC(massive machine type communications)), 또는 고신뢰도와 저지연(URLLC(ultra-reliable and low-latency communications))을 지원할 수 있다. 통신부(230)는 예를 들어, 높은 데이터 전송률 달성을 위해, 고주파 대역(예: mmWave 대역)을 지원할 수 있다. 통신부(230)는 고주파 대역에서의 성능 확보를 위한 다양한 기술들, 예를 들어, 빔포밍(beamforming), 거대 배열 다중 입출력(massive MIMO(multiple-input and multiple-output)), 전차원 다중입출력(FD-MIMO: full dimensional MIMO), 어레이 안테나(array antenna), 아날로그 빔형성(analog beam-forming), 또는 대규모 안테나(large scale antenna)와 같은 기술들을 지원할 수 있다. In one embodiment, the communication unit 230 may support a 5G network after the 4G network and next-generation communication technology, for example, NR access technology (new radio access technology). NR access technology provides high-speed transmission of high-capacity data (eMBB (enhanced mobile broadband)), minimization of terminal power and access to multiple terminals (mMTC (massive machine type communications)), or high reliability and low latency (URLLC (ultra-reliable and low latency). -latency communications)) can be supported. For example, the communication unit 230 may support a high frequency band (eg, mmWave band) to achieve a high data transmission rate. The communication unit 230 uses various technologies to secure performance in the high frequency band, for example, beamforming, massive MIMO (multiple-input and multiple-output), and full-dimensional multiple input/output ( It can support technologies such as FD-MIMO (full dimensional MIMO), array antenna, analog beam-forming, or large scale antenna.
일 실시 예에서, 통신부(230)는 서버 장치(200), 외부 전자 장치(예: 클라이언트 장치(110), IAM 서버(130), 과금 서버(170), 클라우드 서버(140), IPFS(150)) 또는 네트워크 시스템에 규정되는 다양한 요구사항을 지원할 수 있다. In one embodiment, the communication unit 230 includes a server device 200, an external electronic device (e.g., a client device 110, an IAM server 130, a billing server 170, a cloud server 140, and an IPFS 150). ) or can support various requirements specified in network systems.
일 실시 예에 따른 프로세서(210)는, 예를 들면, 소프트웨어(예: 프로그램)를 실행하여 프로세서(210)에 연결된 서버 장치(200)의 적어도 하나의 다른 구성요소(예: 하드웨어 또는 소프트웨어 구성요소)를 제어할 수 있고, 다양한 데이터 처리 또는 연산을 수행할 수 있다. The processor 210 according to one embodiment, for example, executes software (e.g., a program) to execute at least one other component (e.g., a hardware or software component) of the server device 200 connected to the processor 210. ) can be controlled and various data processing or operations can be performed.
일 실시 예에서, 프로세서(210)는 데이터 처리 또는 연산의 적어도 일부로서, 다른 구성요소(예: 통신부(230))로부터 수신된 명령 또는 데이터를 휘발성 메모리에 저장하고, 휘발성 메모리에 저장된 명령 또는 데이터를 처리하고, 결과 데이터를 비휘발성 메모리에 저장할 수 있다. In one embodiment, the processor 210 stores commands or data received from another component (e.g., communication unit 230) in volatile memory, as at least part of data processing or calculation, and stores the commands or data stored in the volatile memory. can be processed, and the resulting data can be stored in non-volatile memory.
일 실시 예에서, 프로세서(210)는 메인 프로세서(예: 중앙 처리 장치 또는 어플리케이션 프로세서) 또는 이와는 독립적으로 또는 함께 운영 가능한 보조 프로세서(예: 그래픽 처리 장치, 신경망 처리 장치(NPU: neural processing unit), 또는 커뮤니케이션 프로세서)를 포함할 수 있다.In one embodiment, the processor 210 is a main processor (e.g., a central processing unit or an application processor) or an auxiliary processor that can operate independently or together (e.g., a graphics processing unit, a neural processing unit (NPU), or a communication processor).
일 실시 예에서, 프로세서(210)는 적어도 하나의 클라이언트 장치로부터 적어도 하나의 클라이언트 장치의 사용자가 수행한 태스크에 관한 정보를 포함하는 TR 데이터를 수신할 수 있다.In one embodiment, the processor 210 may receive TR data including information about a task performed by a user of the at least one client device from at least one client device.
일 실시 예에서, 프로세서(210)는 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하는지 여부를 결정할 수 있다.In one embodiment, the processor 210 may determine whether TR data includes image data of a predetermined size or more.
일 실시 예에서, 프로세서(210)는 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하지 않는다고 결정하는 경우, 복수의 클라이언트 장치들의 TR 데이터를 저장하는 클라우드 서버로 TR 데이터를 포함하는 제1 저장 요청을 송신할 수 있다.In one embodiment, when the processor 210 determines that the TR data does not include image data larger than a predetermined size, the processor 210 sends a first storage request containing the TR data to a cloud server that stores the TR data of a plurality of client devices. Can be sent.
일 실시 예에서, 프로세서(210)는 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함한다고 결정하는 경우, IPFS로 TR 데이터의 적어도 일부를 포함하는 제2 저장 요청을 송신할 수 있다. In one embodiment, when the processor 210 determines that the TR data includes image data of a predetermined size or more, the processor 210 may transmit a second storage request including at least a portion of the TR data to IPFS.
일 실시 예에서, 프로세서(210)는 제2 저장 요청을 상기 적어도 하나의 노드로 송신함에 응답하여, TR 데이터의 상기 적어도 일부가 아닌 나머지 부분을 상기 클라우드 서버로 송신할 수 있다. In one embodiment, the processor 210 may transmit the remaining portion, but not the at least part, of TR data to the cloud server in response to transmitting a second storage request to the at least one node.
일 실시 예에서, 프로세서(210)는 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하는지 여부를 결정함에 응답하여, TR 데이터의 저장 위치에 관한 정보를 포함하는 TR 테이블을 생성할 수 있다.In one embodiment, the processor 210 may generate a TR table including information about the storage location of the TR data in response to determining whether the TR data includes image data of a predetermined size or more.
일 실시 예에서, 프로세서(210)는 적어도 하나의 클라이언트 장치로부터 적어도 하나의 클라이언트 장치의 사용자의 CV를 송신할 것을 요청하는 CV 송신 요청을 수신할 수 있다. In one embodiment, processor 210 may receive a CV transmission request from at least one client device requesting to transmit a CV of a user of the at least one client device.
일 실시 예에서, 프로세서(210)는 TR 테이블에 포함되는 TR 데이터가 저장되는 위치에 관한 정보에 기반하여, 클라우드 서버 및 IPFS 중 적어도 하나로, 사용자의 하나 이상의 TR 데이터를 요청하는 TR 송신 요청을 송신할 수 있다. In one embodiment, the processor 210 transmits a TR transmission request requesting one or more TR data of a user to at least one of the cloud server and IPFS, based on information about the location where TR data included in the TR table is stored. can do.
도 3은 일 실시 예에 따른 서버 장치의 동작 흐름을 도시한다. 도 3의 서버 장치는 도 1의 관리 서버(120), 도 2의 전자 장치(200)에 상응하는 장치를 의미할 수 있다. 도 3에 도시되는 서버 장치의 동작은, 도 4 및 도 5의 관리 서버(120)의 동작의 전부 또는 일부를 포함할 수 있다. Figure 3 shows the operation flow of a server device according to an embodiment. The server device of FIG. 3 may refer to a device corresponding to the management server 120 of FIG. 1 and the electronic device 200 of FIG. 2. The operation of the server device shown in FIG. 3 may include all or part of the operation of the management server 120 of FIGS. 4 and 5.
일 실시 예에 따르면 동작 310에서, 서버 장치는 적어도 하나의 클라이언트 장치로부터 적어도 하나의 클라이언트 장치의 사용자가 수행한 태스크(task)에 관한 정보를 포함하는 TR(task receipt) 데이터를 수신할 수 있다.According to one embodiment, in operation 310, the server device may receive task receipt (TR) data including information about a task performed by a user of the at least one client device from at least one client device.
일 실시 예에서, 클라이언트 장치는 사용자가 사용하는 서버 장치를 의미할 수 있다. In one embodiment, a client device may refer to a server device used by a user.
일 실시 예에서, 서버 장치는 복수의 클라이언트 장치들로부터 각각의 TR 데이터를 수신할 수 있다.In one embodiment, the server device may receive respective TR data from a plurality of client devices.
일 실시 예에서, TR 데이터는 사용자가 업무를 완료하는 경우 사용자의 서버 장치 즉 클라이언트 장치가 클라이언트 장치가 특정 애플리케이션을 통하여 생성하는 완료한 업무(task)에 대한 결과물을 의미할 수 있다. In one embodiment, TR data may mean the result of a completed task that the user's server device, that is, the client device, creates through a specific application when the user completes the task.
일 실시 예에서, TR 데이터는 사용자가 수행한 업무 별로 생성될 수 있다.In one embodiment, TR data may be generated for each task performed by the user.
일 실시 예에서, TR 데이터는 클라이언트 장치의 사용자가 수행한 업무에 관한 정보를 포함할 수 있다. In one embodiment, TR data may include information regarding tasks performed by the user of the client device.
일 실시 예에서, TR 데이터는 식별 번호(ID), 사용자 키 값, 업무의 카테고리(category), 서브 카테고리(sub category), 업무 수행 일자, 업무 수행 시간, 업무 수행 위치, 수행한 업무에 대한 고용주의 평가, 수행한 업무에 대하여 지급된 금액(income), 첨부 파일(attachment)를 포함할 수 있다. In one embodiment, TR data includes identification number (ID), user key value, category of work, subcategory, date of work performed, time of work performed, location of work performed, and employer for work performed. It may include the evaluation, the amount paid for the work performed (income), and attachments.
일 실시 예에서, TR 데이터는 테이블의 형태로 생성되어 관리될 수 있다. 예를 들어, TR 데이터는 하기 표 1과 같은 형태로 생성되어 관리될 수 있다. In one embodiment, TR data may be created and managed in the form of a table. For example, TR data may be generated and managed in the form shown in Table 1 below.
CategoryCategory Data Data
TR IDTR ID 001001
User KeyUser Key DFKDUYF08A90FDDFKDUYF08A90FD
CategoryCategory RestaurantRestaurant
Sub CategorySub Category ServingServing
DateDate 2022-06-032022-06-03
TimeTime 3 Hours3 Hours
LocationLocation Seoul/Gangnam-guSeoul/Gangnam-gu
FeedbackFeedback ExcellentExcellent
IncomeIncome 60,00060,000
Attachment(Hash)Attachment(Hash) Movie clip, Photos, OutputMovie clips, photos, output
상기 표 1에 포함되는 내용은 일 예시일 뿐이며, TR 데이터는 상기 표 1에 포함되는 내용뿐 아니라 사용자가 수행한 업무에 관한 다른 내용을 포함할 수 있으며, 상기 표 1에 포함되는 내용 중 일부가 생략될 수도 있다. 표 1을 참조하면, TR ID는 수행한 업무의 고유의 ID를 의미할 수 있다. Category와 Sub-category는 사용자가 완료한 업무가 어떠한 업무인지를 분류하는 항목을 의미할 수 있다. User Key는 사용자의 고유한 식별자를 의미할 수 있다. Date와 Time은 사용자가 업무를 수행한 날짜와 수행한 시간을 의미할 수 있다. Location은 사용자가 업무를 수행한 장소를 의미할 수 있다. Feedback은 수행한 업무에 대한 고용주의 평가 내용을 의미할 수 있다. Income은 업무를 수행하여 사용자가 획득한 수입을 의미할 수 있다. Attachment는 사용자가 수행한 업무에 관한 추가 정보로서, 동영상 또는 사진 등의 이미지 데이터를 포함할 수 있다. The content included in Table 1 above is only an example, and TR data may include not only the content included in Table 1 but also other content about the work performed by the user, and some of the content included in Table 1 above is It may be omitted. Referring to Table 1, TR ID may mean a unique ID of the performed task. Category and sub-category may refer to items that classify what kind of work the user has completed. User Key may refer to the user's unique identifier. Date and Time may refer to the date and time the user performed work. Location may refer to the place where the user performed work. Feedback may refer to the employer's evaluation of the work performed. Income may refer to the income earned by the user by performing tasks. Attachments are additional information about tasks performed by the user and may include image data such as videos or photos.
일 실시 예에서, 클라이언트 장치에서 생성된 TR 데이터는 클라이언트 장치에서 식별되는 사용자의 입력에 따라 서버 장치로 송신될 수 있다. In one embodiment, TR data generated on a client device may be transmitted to a server device based on input from a user identified on the client device.
일 실시 예에서, 도면에는 도시되지 않았으나, 서버 장치는 사용자의 프로필에 관한 정보(예: 인적 사항에 관한 정보, 자격증에 관한 정보, 학력 정보 등)를 클라이언트 장치로부터 수신할 수 있다. 서버 장치는 클라이언트 장치로부터 수신한 사용자의 프로필에 관한 정보를 저장할 것을 요청하는 메시지를 클라우드 서버로 송신할 수 있다. 이에 따라, 클라우드 서버는 사용자의 프로필에 관한 정보를 저장할 수 있다. 사용자의 프로필에 관한 정부는, 후술하는 바와 같이 사용자의 CV를 생성하는 경우에 포함될 수 있다. In one embodiment, although not shown in the drawing, the server device may receive information about the user's profile (eg, information about personal information, information about qualifications, educational background information, etc.) from the client device. The server device may transmit a message requesting to store information about the user's profile received from the client device to the cloud server. Accordingly, the cloud server may store information about the user's profile. Information regarding the user's profile may be included when creating the user's CV, as described later.
일 실시 예에서, 서버 장치는 IAM 서버에 사용자 고유의 식별자(예: 키 값)을 요청할 수 있다. 이에 따라, 서버 장치는 IAM 서버로부터 사용자의 고유의 식별자를 수신할 수 있다. 일 실시 예에서, 도면에는 도시되지 않았으나, 사용자 고유의 키 값이 존재하지 않는 경우, IAM 서버는 사용자의 키 값을 생성할 수 있다. 예를 들어, 도면에는 도시되지 않았으나, IAM 서버가 사용자의 고유한 키 값을 생성할 수 있도록, 서버 장치는 필요한 정보를 IAM 서버로 송신할 수 있다. 서버 장치는 IAM 서버가 키 값을 생성하는데 필요한 정보를 클라이언트 장치로부터 수신할 수 있다.In one embodiment, the server device may request a user's unique identifier (e.g., key value) from the IAM server. Accordingly, the server device can receive the user's unique identifier from the IAM server. In one embodiment, although not shown in the drawing, if a user's unique key value does not exist, the IAM server may generate the user's key value. For example, although not shown in the drawing, the server device may transmit necessary information to the IAM server so that the IAM server can generate a unique key value for the user. The server device can receive information from the client device that the IAM server needs to generate the key value.
일 실시 예에 따르면 동작 320에서, 서버 장치는 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하는지 여부를 결정할 수 있다.According to one embodiment, in operation 320, the server device may determine whether TR data includes image data of a predetermined size or more.
일 실시 예에서, 서버 장치는 클라이언트 장치로부터 TR 데이터를 수신하는 경우, TR 데이터를 분석할 수 있다. TR 데이터는 주로 텍스트로 구성이 될 수 있으나, 사용자가 수행한 업무를 보다 자세히 나타낼 수 있도록, 추가로 이미지나 동영상에 관한 데이터를 포함할 수 있다. 이러한 경우, 대용량의 데이터를 클라우드 서버에 저장하는 것은 큰 비용을 사용하게 될 수 있으므로, 비용을 절감하기 위하여 대용량의 데이터의 경우 IPFS에 저장할 수 있다. In one embodiment, when the server device receives TR data from a client device, it may analyze the TR data. TR data may mainly consist of text, but may additionally include data about images or videos to represent the tasks performed by the user in more detail. In this case, storing large amounts of data on a cloud server may incur large costs, so large amounts of data can be stored in IPFS to reduce costs.
일 실시 예에서, 미리 정해진 크기 이상의 이미지 데이터는 사용자의 인적 사항과 관련된 이미지(예: 프로필 사진 등)외에 TR 데이터에 포함되는 이미지를 포함할 수 있다. 예를 들어, 미리 정해진 크기 이상의 이미지 데이터는 수행한 업무와 관련한 이미지 데이터(예: 수행한 업무의 결과를 나타내는 사진, 업무 수행 과정을 나타내는 사진, 사용자가 업무를 수행하고 있는 모습을 촬영한 영상 데이터 등)를 포함할 수 있다. In one embodiment, image data of a predetermined size or larger may include images included in TR data in addition to images related to the user's personal information (e.g., profile photo, etc.). For example, image data larger than a predetermined size is image data related to the work performed (e.g., photos showing the results of the work performed, photos showing the process of performing the work, video data showing the user performing the work) etc.) may be included.
일 실시 예에서, 서버 장치는 TR 데이터가 인적 사항과 관련된 이미지 데이터 이외에 다른 이미지를 포함하고 있는 경우, TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함한다고 결정할 수 있다. In one embodiment, if the TR data includes images other than image data related to personal information, the server device may determine that the TR data includes image data of a predetermined size or more.
일 실시 예에서, 서버 장치는 TR 데이터의 크기가 임계 값을 초과하는 경우, TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함한다고 결정할 수 있다.In one embodiment, when the size of the TR data exceeds a threshold, the server device may determine that the TR data includes image data of a predetermined size or more.
일 실시 예에서, 서버 장치는 TR 데이터가 대용량 파일을 포함하고 있는지 여부를 확인할 수 있다. 예를 들어, 이미지 파일은 jpeg, png, gif 등의 이미지 파일, pdf, tiff 등의 파일 형식, 동영상 파일, 오디오 파일을 포함할 수 있다. 파일은 사용자가 수행한 업무에 관한 내용을 포함하는 데이터일 수 있다. 예를 들어, 수행한 업무가 특정한 주제에 대한 강의인 경우, 강의와 관련된 추가 정보를 TR 데이터에 추가할 수 있다. 또한 예를 들어, 특정한 업무를 수행하기 위하여 사전 교육이 필요한 경우, 해당 업무에 관한 TR 데이터는 사전 교육을 완료하였음을 증명하는 수료 정보를 더 포함할 수 있다. In one embodiment, the server device may check whether TR data includes a large file. For example, image files may include image files such as jpeg, png, and gif, file formats such as pdf and tiff, video files, and audio files. The file may be data containing information about work performed by the user. For example, if the work performed was a lecture on a specific topic, additional information related to the lecture can be added to the TR data. Also, for example, if prior training is required to perform a specific task, TR data regarding the task may further include completion information certifying that prior training has been completed.
일 실시 예에서, 서버 장치는 TR 데이터가 파일을 포함하고 있는 경우, 중복된 파일의 저장을 피하기 위하여, 서버 장치는 이미지나 pdf등의 파일이 이전에 저장된 파일과 동일한지 여부를 확인할 수 있다. In one embodiment, when TR data includes a file, the server device may check whether a file such as an image or PDF is the same as a previously stored file to avoid storing duplicate files.
일 실시 예에서, 서버 장치는 파일이 이전에 저장한 파일과 동일하지 않은 경우, 해당 파일에 민감한 정보가 포함되어 있는지 여부를 확인할 수 있다. 예를 들어, 민감한 정보는 개인 정보(예: 주민등록번호)를 포함할 수 있다. 서버 장치는 OCR 등의 기술을 이용하여 텍스트 정보를 추출하여 민감한 정보가 있는지 여부를 확인할 수 있다. 서버 장치는 민감한 정보가 확인되는 경우, 해당 부분을 블러(blur) 처리하여 저장할 수 있다.In one embodiment, the server device may determine whether a file contains sensitive information if the file is not the same as a previously stored file. For example, sensitive information may include personal information (e.g. social security number). The server device can extract text information using technology such as OCR and check whether there is sensitive information. If sensitive information is identified, the server device can blur the relevant portion and store it.
일 실시 예에서, 서버 장치는 하기 표 2와 같은 테이블을 생성할 수 있다.In one embodiment, the server device may create a table such as Table 2 below.
TR IDTR ID Task SCTask S.C. IPFS
(Hash)
IPFS
(Hash)
ImageImage MovieMovie AudioAudio DocDoc
000000 OO XX
001001 OO OO 32489E..32489E.. DSFJSR..DSFJSR..
002002
상기와 같이 TR 데이터가 추가적인 이미지 파일을 첨부하고 있어 TR 데이터의 용량이 큰 경우, 이를 클라우드 서버가 아닌 IPFS에 저장하여 효율적인 TR 데이터의 관리가 가능해진다. 일 실시 예에 따르면, 서버 장치가 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하지 않는다고 결정하는 경우, 동작 330에서, 서버 장치는 복수의 클라이언트 장치들의 TR 데이터를 저장하는 클라우드 서버로 TR 데이터를 포함하는 제1 저장 요청을 송신할 수 있다. 일 실시 예에서, 서버 장치가 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하지 않는다고 결정하는 경우, 용량이 크지 않아 클라우드 서버에 저장하는 것으로 충분한 경우이므로, TR 데이터를 클라우드 서버에 저장할 것을 요청하는 저장 요청을 송신하는 것이다. 일 실시 예에서, 제1 저장 요청은 클라우드 서버에 TR 데이터를 저장할 것을 요청하는 것과 동시에, 클라우드 서버가 저장할 TR 데이터를 포함할 수 있다. As described above, when TR data has a large capacity because additional image files are attached, efficient TR data management is possible by storing it in IPFS rather than a cloud server. According to one embodiment, when the server device determines that the TR data does not include image data larger than a predetermined size, in operation 330, the server device includes the TR data to a cloud server that stores TR data of a plurality of client devices. A first storage request may be sent. In one embodiment, when the server device determines that the TR data does not contain image data larger than a predetermined size, the storage capacity is not large and storing it on the cloud server is sufficient, so storing the TR data on the cloud server is requested. Sending a request. In one embodiment, the first storage request may include TR data to be stored by the cloud server at the same time as requesting the cloud server to store TR data.
일 실시 예에 따르면, 서버 장치가 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함한다고 결정하는 경우, 동작 340에서, 서버 장치는 서버 장치와 연결되는 IPFS(interplanetary file system)로 TR 데이터의 적어도 일부를 포함하는 제2 저장 요청을 송신할 수 있다. 서버 장치가 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함한다고 결정하는 경우, TR 데이터의 용량이 상대적으로 대용량이기 때문에, 클라우드 서버에 저장하는 것보다 IPFS를 통해 저장하는 것이 효율적이므로, TR 데이터를 클라우드 서버 및 IPFS에 나누어 저장할 수 있다.According to one embodiment, when the server device determines that the TR data includes image data of a predetermined size or more, in operation 340, the server device stores at least a portion of the TR data into an interplanetary file system (IPFS) connected to the server device. A second storage request may be transmitted including: If the server device determines that the TR data contains image data of a predetermined size or more, since the capacity of the TR data is relatively large, storing it through IPFS is more efficient than storing it on a cloud server, TR data is stored in the cloud. It can be stored separately on the server and IPFS.
일 실시 예에서, 서버 장치가 IPFS로 송신하는 TR 데이터의 적어도 일부는 TR 데이터에 포함되는 이미지 데이터를 포함할 수 있다. 대용량의 데이터를 IPFS에 저장하여, 효율적인 TR 데이터의 관리가 가능해질 수 있다. In one embodiment, at least a portion of TR data transmitted by the server device to IPFS may include image data included in the TR data. By storing large amounts of data in IPFS, efficient TR data management can be possible.
일 실시 예에서, 서버 장치는 TR 데이터가 저장된 위치에 관한 테이블을 생성할 수 있다. 예를 들어, 서버 장치가 클라우드 서버와 IPFS에 TR 데이터를 나누어서 저장하는 경우, 하기 표 3와 같이 나누어서 저장되었음을 나타내는 테이블을 생성할 수 있다.In one embodiment, the server device may create a table regarding the location where TR data is stored. For example, if the server device stores TR data separately in the cloud server and IPFS, a table indicating that it is stored separately can be created as shown in Table 3 below.
TR IDTR ID ChainChain IPFS(Hash value)IPFS(Hash value)
000000 OO XX
001001 O O DSKFLJOIFWJJV232RWEFDWSKLFJLWDSKFLJOIFWJJV232RWEFDWSKLFJLW
002002
일 실시 예에서, 서버 장치는 클라이언트 장치로부터 CV 요청을 수신할 수 있다. CV(curriculum vitae)는 사용자의 이력에 관한 정보를 포함하는 데이터를 의미할 수 있다. 일 실시 예에서, 서버 장치는 클라이언트 장치로부터 CV 요청을 수신하는 경우, 서버 장치가 클라이언트 장치 별로 생성하여 관리하는 TR 데이터 테이블에 기반하여, 원하는 TR 데이터가 저장된 위치를 식별할 수 있다. 예를 들어, 사용자의 CV를 생성하기 위하여 TR 데이터 001, 002, 003, 004가 필요한 경우, 각각의 TR 데이터가 저장된 위치를 식별하여, 클라우드 서버 및/또는 IPFS로 해당 TR 데이터를 송신해줄 것을 요청하여 이를 수신하고, 수신한 TR 데이터를 결합(aggregation)하여, CV를 생성할 수 있다.일 실시 예에서, 서버 장치는 사용자의 키 값에 기반하여 클라우드 서버로 CV에 포함될 적어도 하나의 TR 데이터를 요청할 수 있다. In one embodiment, a server device may receive a CV request from a client device. CV (curriculum vitae) may refer to data containing information about the user's history. In one embodiment, when the server device receives a CV request from a client device, the server device may identify the location where the desired TR data is stored based on a TR data table that the server device creates and manages for each client device. For example, if TR data 001, 002, 003, 004 is needed to create a user's CV, identify the location where each TR data is stored and request that the TR data be transmitted to the cloud server and/or IPFS. By receiving this and aggregating the received TR data, a CV can be generated. In one embodiment, the server device sends at least one TR data to be included in the CV to the cloud server based on the user's key value. You can request it.
일 실시 예에서, 클라이언트 장치가 서버 장치로 송신하는 CV 요청 및 서버 장치가 클라우드 서버로 송신하는 TR 데이터 요청은 클라우드 서버 또는 IPFS에 저장되는 복수의 TR 데이터들 중, 사용자가 원하는 TR 데이터만을 추출하여 획득할 수 있도록 하는 필터링 정보(예: 특정 기간에 수행한 업무에 관한 TR 데이터만을 수신, 특정 장소에서 수행한 업무에 관한 TR 데이터만을 수신, 특정 카테고리에 속하는 업무에 관한 TR 데이터만을 수신, 미리 정해진 기준 이상의 피드백을 포함하는 TR 데이터만을 수신 등)를 포함할 수 있다. In one embodiment, the CV request sent by the client device to the server device and the TR data request sent by the server device to the cloud server extract only the TR data desired by the user from among a plurality of TR data stored in the cloud server or IPFS. Filtering information that allows the acquisition of filtering information (e.g., receiving only TR data on work performed in a specific period, receiving only TR data on work performed in a specific location, receiving TR data only on work performed in a specific category, receiving TR data only on work performed in a specific category, It may include receiving only TR data containing feedback above the standard, etc.).
일 실시 예에서, TR 데이터 요청은 CV 요청은 클라이언트 장치가 원하는 CV를 생성하기 위하여, 클라우드 서버 및 IPFS에 저장되어 있는 사용자가 수행한 업무들에 관한 TR 데이터들 중, 적어도 하나의 TR 데이터를 송신해줄 것을 요청하는 신호를 의미할 수 있다. CV를 생성하기 위한 구체적인 동작은 후술하는 도 5에서 상세히 설명된다. In one embodiment, the TR data request is a CV request that transmits at least one TR data among TR data about tasks performed by the user stored in the cloud server and IPFS in order to generate a CV desired by the client device. It may mean a signal requesting something to be done. The specific operation for generating CV is explained in detail in FIG. 5 described later.
일 실시 예에서, 도면에는 도시되지 않았으나, 서버 장치는 클라우드 서버로 TR 데이터의 공인 인증을 요청할 수 있다. In one embodiment, although not shown in the drawing, the server device may request public authentication of TR data from the cloud server.
일 실시 예에서, 도면에는 도시되지 않았으나, 서버 장치는 클라우드 서버로 TR 데이터의 과금 요청을 송신할 수 있다.In one embodiment, although not shown in the drawing, the server device may transmit a charging request for TR data to the cloud server.
도 4는 일 실시 예에 따른 TR(task receipt) 데이터 저장을 위한 시그널링 흐름을 도시한다. 도 4의 설명에 있어서, 도 1, 도 2 및 도 3에서 설명된 내용과 중복되는 부분은 생략될 수 있다. 도 4에 도시된 동작은 하나의 TR 데이터가 저장되는 프로세스를 도시한 것이며, 클라이언트 장치(1100에서 생성되는 TR 데이터 마다 도 4에 도시된 프로세스를 통해 저장될 수 있다. 도 4의 관리 서버(120)의 동작은 도 3의 서버 장치의 동작을 포함할 수 있다. 도 4에는 하나의 클라이언트 장치(110)만이 도시되었으나, 이는 설명의 편의를 위한 것이고, 관리 서버(120)와 통신하는 복수의 클라이언트 장치들이 존재할 수 있다. Figure 4 shows a signaling flow for storing TR (task receipt) data according to an embodiment. In the description of FIG. 4, parts that overlap with content described in FIGS. 1, 2, and 3 may be omitted. The operation shown in FIG. 4 shows a process in which one TR data is saved, and each TR data generated in the client device 1100 can be stored through the process shown in FIG. 4. The management server 120 in FIG. 4 The operation of ) may include the operation of the server device in Figure 3. Although only one client device 110 is shown in Figure 4, this is for convenience of explanation, and a plurality of clients communicating with the management server 120 Devices may exist.
일 실시 예에 따르면 동작 401에서, 클라이언트 장치(110)는 관리 서버(120)로 TR 데이터 저장 요청을 송신할 수 있다. TR 데이터 저장 요청은 사용자가 수행한 업무에 관한 TR 데이터를 포함할 수 있다. According to one embodiment, in operation 401, the client device 110 may transmit a TR data storage request to the management server 120. TR data storage requests may include TR data regarding tasks performed by the user.
일 실시 예에 따르면 동작 403에서, 관리 서버(120)는 IAM 서버(130)로 사용자의 키 값을 요청할 수 있다.According to one embodiment, in operation 403, the management server 120 may request the user's key value from the IAM server 130.
일 실시 예에 따르면 동작 405에서, IAM 서버(130)는 사용자의 키 값을 관리 서버(120)로 송신할 수 있다. According to one embodiment, in operation 405, the IAM server 130 may transmit the user's key value to the management server 120.
일 실시 예에서, IAM 서버(130)는 사용자의 키 값이 존재하지 않는 경우, 사용자의 고유한 키 값을 생성할 수 있다. 도면에는 도시되지 않았으나, IAM 서버(130)가 사용자의 고유한 키 값을 생성하기 위하여 필요한 정보를 관리 서버(120) 및 클라이언트 장치(110)로 요청하여 획득할 수 있다. In one embodiment, the IAM server 130 may generate a unique key value for the user if the user's key value does not exist. Although not shown in the drawing, the IAM server 130 may obtain the information necessary to generate a user's unique key value by requesting the management server 120 and the client device 110.
일 실시 예에 따르면 동작 407에서, 관리 서버(120)는 동작 401에서 수신한 TR 데이터의 저장 위치를 결정할 수 있다. According to one embodiment, in operation 407, the management server 120 may determine a storage location of the TR data received in operation 401.
일 실시 예에서, 관리 서버(120)는 TR 데이터를 클라우드 서버(140)에 저장하는 것으로 결정하거나, TR 데이터를 클라우드 서버(140) 및 IPFS(150)에 나누어 저장하는 것으로 결정할 수 있다.In one embodiment, the management server 120 may decide to store the TR data in the cloud server 140, or may decide to store the TR data separately in the cloud server 140 and the IPFS 150.
일 실시 예에서, 관리 서버(120)는 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하는 경우, TR 데이터를 클라우드 서버(140) 및 IPFS(150)에 나누어 저장하는 것으로 결정할 수 있다. In one embodiment, the management server 120 may decide to divide and store the TR data into the cloud server 140 and the IPFS 150 when the TR data includes image data of a predetermined size or more.
일 실시 예에서, 관리 서버(120)는 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하지 않는 경우, TR 데이터를 클라우드 서버(140)에 저장하는 것으로 결정할 수 있다. In one embodiment, the management server 120 may determine to store the TR data in the cloud server 140 when the TR data does not include image data larger than a predetermined size.
일 실시 예에 따르면 동작 409에서, 관리 서버(120)는 클라우드 서버(140)로 TR 데이터를 저장할 것을 요청하는 신호를 송신할 수 있다. According to one embodiment, in operation 409, the management server 120 may transmit a signal requesting to store TR data to the cloud server 140.
일 실시 예에서, 관리 서버(120)는 TR 데이터를 클라우드 서버(140)에만 저장하는 것으로 결정하는 경우, TR 데이터를 클라우드 서버(140)에 저장할 것을 요청하는 제1 저장 요청을 클라우드 서버(140)로 송신할 수 있다. 제1 저장 요청은 저장될 TR 데이터를 포함할 수 있다.In one embodiment, when the management server 120 determines to store the TR data only in the cloud server 140, the management server 120 sends a first storage request requesting to store the TR data in the cloud server 140 to the cloud server 140 It can be sent to . The first storage request may include TR data to be stored.
일 실시 예에 따르면, 동작 411에서, 관리 서버(120)는 IPFS(150)로 TR 데이터를 저장할 것을 요청하는 신호를 송신할 수 있다.According to one embodiment, in operation 411, the management server 120 may transmit a signal requesting to store TR data to the IPFS 150.
일 실시 예에서, 관리 서버(120)는 TR 데이터를 클라우드 서버(140) 및 IPFS(150)에 나누어 저장하는 것으로 결정하는 경우, 클라우드 서버(140)로 TR 데이터 중 적어도 일부(예: 추가적으로 첨부된 이미지 데이터, 동영상 데이터)를 저장할 것을 요청하는 제2 저장 요청을 IPFS로 송신할 수 있다. 이 경우, 관리 서버(120)는 TR 데이터의 나머지 일부는 클라우드 서버(140)에 저장할 것을 요청할 수 있다. In one embodiment, when the management server 120 determines to store TR data divided into the cloud server 140 and IPFS 150, at least some of the TR data (e.g., additionally attached data) is sent to the cloud server 140. A second storage request requesting to store image data, video data) may be transmitted to IPFS. In this case, the management server 120 may request that the remaining part of the TR data be stored in the cloud server 140.
일 실시 예에서, 클라우드 서버(140)는 동작 409에서 수신한 TR 데이터를 저장할 수 있다. In one embodiment, the cloud server 140 may store the TR data received in operation 409.
일 실시 예에서, IPFS(150)는 동작 411에서 수신한 TR 데이터를 저장할 수 있다.In one embodiment, IPFS 150 may store TR data received in operation 411.
일 실시 예에 따르면 동작 413에서, IPFS(150)는 저장한 TR 데이터에 대한 Hash 값을 관리 서버(120)로 송신할 수 있다. TR 데이터가 IPFS에 저장되는 경우, 나누어져 저장되기 때문에 저장된 노드를 식별하기 위하여 TR 데이터에 대한 Hash 값을 생성하여 이를 관리 서버(120)에 송신할 수 있다. According to one embodiment, in operation 413, the IPFS 150 may transmit a hash value for the stored TR data to the management server 120. When TR data is stored in IPFS, since it is stored separately, a hash value for the TR data can be generated and transmitted to the management server 120 to identify the stored node.
일 실시 예에서, 관리 서버(120)는 수신한 Hash 값에 기반하여 TR 데이터가 저장된 위치와 관련된 테이블을 생성할 수 있다. 예를 들어, TR 데이터가 저장된 위치와 관련된 테이블은 앞서 설명한 표 2에 도시된 바와 같은 형태로 생성될 수 있다. In one embodiment, the management server 120 may create a table related to the location where TR data is stored based on the received Hash value. For example, a table related to the location where TR data is stored can be created in the form shown in Table 2 described above.
일 실시 예에 따르면, 동작 415에서, 관리 서버(120)는 Hash 값을 포함하지 않는 TR 데이터를 클라우드 서버(140)로 송신할 수 있다. According to one embodiment, in operation 415, the management server 120 may transmit TR data that does not include a hash value to the cloud server 140.
도 4의 동작 403 및 405는 생략될 수 있다. 만약 관리 서버(120)가 TR 데이터를 클라우드 서버(140)에만 저장하기로 결정하는 경우, 동작 411, 동작 413 및 동작 415는 생략될 수 있다. 또한, 만약 관리 서버(120)가 TR 데이터를 클라우드 서버(140) 및 IPFS에 나누어서 저장하기로 결정하는 경우, 동작 409는 생략될 수 있다. Operations 403 and 405 of FIG. 4 may be omitted. If the management server 120 decides to store TR data only in the cloud server 140, operations 411, 413, and 415 may be omitted. Additionally, if the management server 120 decides to store TR data separately in the cloud server 140 and IPFS, operation 409 may be omitted.
도 5는 일 실시 예에 따른 CV(curriculum vitae) 생성을 위한 시그널링 흐름을 도시한다. 도 5의 설명에 있어서, 도 1, 도 2, 도 3 및 도 4에서 설명된 내용과 중복되는 부분은 생략될 수 있다. 도 5에 도시된 동작은 사용자가 CV를 요청하는 경우 수행되는 시그널링 흐름을 도시하는 것이며, CV 요청 이전에 도 4에 따라서 TR 데이터의 저장 과정이 선행될 수 있다. 도 5의 관리 서버(120)의 동작은 도 3의 서버 장치의 동작을 포함할 수 있다. 도 5에는 하나의 클라이언트 장치(110)만이 도시되었으나, 이는 설명의 편의를 위한 것이고, 관리 서버(120)와 통신하는 복수의 클라이언트 장치들이 존재할 수 있다.Figure 5 shows a signaling flow for generating curriculum vitae (CV) according to one embodiment. In the description of FIG. 5, parts that overlap with content described in FIGS. 1, 2, 3, and 4 may be omitted. The operation shown in FIG. 5 illustrates the signaling flow performed when a user requests a CV, and the TR data storage process according to FIG. 4 may precede the CV request. The operation of the management server 120 of FIG. 5 may include the operation of the server device of FIG. 3. Although only one client device 110 is shown in FIG. 5, this is for convenience of explanation, and a plurality of client devices communicating with the management server 120 may exist.
일 실시 예에 따르면 동작 501에서, 클라이언트 장치(110)는 관리 서버(120)로 사용자의 CV(curriculum vitae)를 요청할 수 있다. CV는 사용자의 TR 데이터에 기반하여 생성되는 사용자의 이력 정보를 의미할 수 있다. According to one embodiment, in operation 501, the client device 110 may request the user's curriculum vitae (CV) from the management server 120. CV may refer to the user's history information generated based on the user's TR data.
일 실시 예에서, 클라이언트 장치(110)가 관리 서버(120)로 송신하는 CV 요청은 클라우드 서버(140) 또는 IPFS(150)에 저장되는 복수의 TR 데이터들 중, 사용자가 원하는 TR 데이터만을 추출하여 획득할 수 있도록 하는 필터링 정보(예: 특정 기간에 수행한 업무에 관한 TR 데이터만을 수신, 특정 장소에서 수행한 업무에 관한 TR 데이터만을 수신, 특정 카테고리에 속하는 업무에 관한 TR 데이터만을 수신, 미리 정해진 기준 이상의 피드백을 포함하는 TR 데이터만을 수신 등)를 포함할 수 있다. In one embodiment, the CV request transmitted from the client device 110 to the management server 120 extracts only the TR data desired by the user from among the plurality of TR data stored in the cloud server 140 or IPFS 150. Filtering information that allows the acquisition of filtering information (e.g., receiving only TR data on work performed in a specific period, receiving only TR data on work performed in a specific location, receiving TR data only on work performed in a specific category, receiving TR data only on work performed in a specific category, It may include receiving only TR data containing feedback above the standard, etc.).
일 실시 예에 따르면 동작 503에서, 관리 서버(120)는 클라이언트 장치(110)로부터 CV 요청을 수신함에 응답하여, IAM 서버(130)로 클라이언트 장치(110)의 키 값(key value)를 요청하는 신호를 송신할 수 있다. According to one embodiment, in operation 503, the management server 120, in response to receiving a CV request from the client device 110, requests a key value of the client device 110 from the IAM server 130. A signal can be transmitted.
일 실시 예에 따르면 동작 505에서, 관리 서버(120)는 IAM 서버(130)로부터 클라이언트 장치(110)의 키 값을 수신할 수 있다.According to one embodiment, in operation 505, the management server 120 may receive the key value of the client device 110 from the IAM server 130.
일 실시 예에 따르면 동작 507에서, 관리 서버(120)는 클라우드 서버(140)로 TR 데이터를 요청할 수 있다. According to one embodiment, in operation 507, the management server 120 may request TR data from the cloud server 140.
일 실시 예에서, 관리 서버(120)는 사용자의 키 값에 기반하여 클라우드 서버로 CV에 포함될 적어도 하나의 TR 데이터를 요청할 수 있다. In one embodiment, the management server 120 may request at least one TR data to be included in the CV from the cloud server based on the user's key value.
일 실시 예에서, TR 데이터 요청은 CV 요청은 클라이언트 장치(110)가 원하는 CV를 생성하기 위하여, 클라우드 서버 및 IPFS에 저장되어 있는 사용자가 수행한 업무들에 관한 TR 데이터들 중, 적어도 하나의 TR 데이터를 송신해줄 것을 요청하는 신호를 의미할 수 있다. In one embodiment, the TR data request is a CV request, in order to generate a CV desired by the client device 110, at least one TR among TR data about tasks performed by the user stored in the cloud server and IPFS. This may mean a signal requesting data to be transmitted.
일 실시 예에서, 적어도 하나의 TR 데이터는 CV 요청에 포함되는 필터링 정보에 기반하여 선택될 수 있다. In one embodiment, at least one TR data may be selected based on filtering information included in the CV request.
일 실시 예에 따르면 동작 509에서, 관리 서버(120)는 클라우드 서버(140)로부터 요청한 적어도 하나의 TR 데이터를 수신할 수 있다.According to one embodiment, in operation 509, the management server 120 may receive at least one TR data requested from the cloud server 140.
일 실시 예에 따르면 동작 511에서, 관리 서버(120)는 클라우드 서버(140)로부터 수신한 적어도 하나의 TR 데이터가 IPFS에 저장되었는지 여부를 결정할 수 있다.According to one embodiment, in operation 511, the management server 120 may determine whether at least one TR data received from the cloud server 140 is stored in IPFS.
일 실시 예에서, 관리 서버(120)는 관리 서버(120)가 생성하여 관리하는 TR 데이터의 테이블에 기반하여 적어도 하나의 TR 데이터가 IPFS에 저장되었는지 여부를 결정할 수 있다. 예를 들어, TR 데이터에 관한 테이블에 해당 TR 데이터 영역에, Hash 값이 포함되는 경우, 당해 적어도 하나의 TR 데이터가 IPFS에 저장되었다고 결정할 수 있다. In one embodiment, the management server 120 may determine whether at least one TR data is stored in IPFS based on a table of TR data created and managed by the management server 120. For example, if a table related to TR data includes a Hash value in the TR data area, it may be determined that at least one TR data is stored in IPFS.
일 실시 예에 따르면 동작 513에서, 관리 서버(120)는 IPFS로 TR 데이터를 요청할 수 있다.According to one embodiment, in operation 513, the management server 120 may request TR data from IPFS.
일 실시 예에 따르면, 동작 513에서, 관리 서버(120)는 IPFS로부터 요청한 TR 데이터를 수신할 수 있다.According to one embodiment, in operation 513, the management server 120 may receive TR data requested from IPFS.
일 실시 예에서, 동작 513 및 동작 515는 관리 서버(120)가 클라우드 서버(140)로 요청한 적어도 하나의 TR 데이터 중에서 IPFS(150)에 저장된 데이터가 있는 경우에 수행되는 동작이며, 만약 적어도 하나의 TR 데이터 중에서 IPFS(150)에 저장된 데이터가 없는 경우, 동작 513 및 동작 515는 생략될 수 있다.In one embodiment, operations 513 and 515 are operations performed when there is data stored in the IPFS 150 among at least one TR data requested by the management server 120 from the cloud server 140, and if at least one If there is no data stored in the IPFS 150 among the TR data, operations 513 and 515 may be omitted.
일 실시 예에 따르면 동작 517에서, 관리 서버(120)는 클라우드 서버로부터 수신한 적어도 하나의 데이터 및 IPFS(150)로부터 수신한 TR 데이터에 기반하여 CV를 생성할 수 있다. According to one embodiment, in operation 517, the management server 120 may generate a CV based on at least one data received from the cloud server and TR data received from the IPFS 150.
일 실시 예에서, 관리 서버(120)는 클라우드 서버(140) 및 IPFS(150)로부터 수신한 TR 데이터들을 결합하여 CV를 생성할 수 있다.In one embodiment, the management server 120 may generate a CV by combining TR data received from the cloud server 140 and the IPFS 150.
일 실시 예에서, 관리 서버(120)는 클라우드 서버(140) 및 IPFS(150)로부터 수신한 TR 데이터들 및 클라이언트 장치(110)로부터 수신한 사용자의 프로필에 관한 정보를 결합하여 CV를 생성할 수 있다. 동작 517은 후술하는 도 6에서 상세히 설명될 수 있다.In one embodiment, the management server 120 may generate a CV by combining TR data received from the cloud server 140 and IPFS 150 and information about the user's profile received from the client device 110. there is. Operation 517 can be described in detail in FIG. 6 described below.
일 실시 예에 따르면 동작 519에서, 관리 서버(120)는 클라이언트(110)로 생성된 CV를 송신할 수 있다. According to one embodiment, in operation 519, the management server 120 may transmit the generated CV to the client 110.
도 6은 일 실시 예에 따른 CV 생성의 예를 도시한다. 도 6에 도시되는 내용은 일 예에 불과하고, 일부 내용이 추가 또는 생략될 수 있다.Figure 6 shows an example of CV generation according to one embodiment. The content shown in FIG. 6 is only an example, and some content may be added or omitted.
일 실시 예에 따른 관리 서버(120)는 클라우드 서버(140) 및 IPFS(150)로부터 수신한 복수의 TR 데이터(610)에 기반하여 CV(630)를 생성할 수 있다.The management server 120 according to an embodiment may generate the CV 630 based on a plurality of TR data 610 received from the cloud server 140 and the IPFS 150.
일 실시 예에서, TR 데이터들(예: 610-1, 610-2, 610-3, 610-N) 각각은 카테고리, 서브 카테고리, 업무 수행 장소, 업무 수행 시간, 피드백 정보를 각각 포함할 수 있다. In one embodiment, each of TR data (e.g., 610-1, 610-2, 610-3, 610-N) may include a category, subcategory, work performance location, work performance time, and feedback information. .
일 실시 예에서, 관리 서버(120)는 복수의 TR 데이터들(예: TR 데이터(610-1), TR 데이터(610-2), TR 데이터(610-3), TR 데이터(610-N))를 결합하여, 결합 TR 데이터(620)를 생성할 수 있다. 예를 들어, 도 6을 참조하면, 결합 TR 데이터(620)는 사용자가 수행한 업무의 카테고리는 "레스토랑(restaurant)", "청소(cleaning)"이고, 서브 카테고리는 "서빙(serving)", "배달(delivery)", "집 청소(home clean)"를 포함할 수 있다. 또한, 예를 들어, 결합 TR 데이터(620)는 또한 사용자가 "강남구(Gangnam-Gu)", "양천구(Yangcheon-Gu)"에서 업무를 수행하였음을 지시하는 정보를 포함할 수 있다. 또한 예를 들어, 결합 데이터(620)는 업무 수행 시간(예: 배달(delivery)은 140 시간(hours), 서빙(serving)은 200 시간(hours))에 관한 정보를 포함할 수 있다. 또한, 예를 들어, 결합 TR 데이터(620)는 사용자가 수행한 업무에 대한 피드백(feedback) 정보(예: 배달(delivery)는 "매우 훌륭(excellent)", 서빙(serving)은 "훌륭")를 포함할 수 있다.In one embodiment, the management server 120 stores a plurality of TR data (e.g., TR data 610-1, TR data 610-2, TR data 610-3, TR data 610-N). ) can be combined to generate combined TR data 620. For example, referring to FIG. 6, the combined TR data 620 shows that the categories of tasks performed by the user are “restaurant” and “cleaning,” and the subcategories are “serving” and “serving.” May include “delivery” and “home cleaning.” Additionally, for example, the combined TR data 620 may also include information indicating that the user performed work in “Gangnam-Gu” and “Yangcheon-Gu.” Also, for example, the combined data 620 may include information about task performance times (e.g., 140 hours for delivery and 200 hours for serving). Additionally, for example, the combined TR data 620 may provide feedback information about the work performed by the user (e.g., “excellent” for delivery, “excellent” for serving). may include.
일 실시 예에서, CV(630)는 사용자의 인적 사항에 관한 정보(632), 수행한 업무의 인증(certification)과 관련한 정보(634), 사용자의 학력과 관련한 정보(636), 수행한 업무 경험에 관한 정보(638)를 포함할 수 있다. 수행한 업무 경험에 관한 정보(638)은 결합 TR 데이터의 적어도 일부를 포함할 수 있다.In one embodiment, the CV 630 includes information 632 regarding the user's personal information, information 634 related to certification of the work performed, information 636 related to the user's educational background, and work experience performed. It may include information 638 about. Information 638 regarding work experience performed may include at least a portion of the combined TR data.
도 7은 일 실시 예에 따른 TR 데이터의 인증을 위한 시그널링 흐름을 도시한다. 도 7의 설명에 있어서, 도 1 내지 도 6에서 설명된 내용과 중복되는 부분은 생략될 수 있다. 도 7에 도시된 동작은 사용자가 TR 데이터의 인증을 요청하는 경우, 수행되는 시그널링 흐름을 도시하는 것이며, CV 요청 이전에 도 4에 따라서 TR 데이터의 저장 과정이 선행될 수 있다. 도 7의 관리 서버(120)의 동작은 도 3의 서버 장치의 동작을 포함할 수 있다. 도 7에는 하나의 클라이언트 장치(110)만이 도시되었으나, 이는 설명의 편의를 위한 것이고, 관리 서버(120)와 통신하는 복수의 클라이언트 장치들이 존재할 수 있다.Figure 7 shows a signaling flow for authentication of TR data according to an embodiment. In the description of FIG. 7, parts that overlap with the content described in FIGS. 1 to 6 may be omitted. The operation shown in FIG. 7 illustrates the signaling flow performed when a user requests authentication of TR data, and the TR data storage process according to FIG. 4 may precede the CV request. The operation of the management server 120 of FIG. 7 may include the operation of the server device of FIG. 3. Although only one client device 110 is shown in FIG. 7, this is for convenience of explanation, and a plurality of client devices communicating with the management server 120 may exist.
일 실시 예에 따르면 동작 701에서, 클라이언트 장치(110)는 관리 서버(120)로 TR 데이터 인증 요청을 송신할 수 있다.According to one embodiment, in operation 701, the client device 110 may transmit a TR data authentication request to the management server 120.
일 실시 예에 따르면 동작 703에서, 관리 서버(120)는 IAM 서버(130)로 클라이언트 장치(110)의 키 값을 요청할 수 있다.According to one embodiment, in operation 703, the management server 120 may request the key value of the client device 110 from the IAM server 130.
일 실시 예에 따르면 동작 705에서, 관리 서버(120)는 IAM 서버(130)로부터 클라이언트 장치(110)의 키 값을 수신할 수 있다.According to one embodiment, in operation 705, the management server 120 may receive the key value of the client device 110 from the IAM server 130.
일 실시 예에 따르면 동작 707에서, 관리 서버(120)는 클라우드 서버(140)로 TR 데이터의 인증 요청을 송신할 수 있다. According to one embodiment, in operation 707, the management server 120 may transmit an authentication request for TR data to the cloud server 140.
일 실시 예에 따르면 동작 709에서, 클라우드 서버(140)는 인증 서버(141)로 해당 TR 데이터의 인증을 수행할 것을 요청할 수 있다.According to one embodiment, in operation 709, the cloud server 140 may request the authentication server 141 to perform authentication of the corresponding TR data.
일 실시 예에 따르면 동작 711에서, 인증 서버(141)는 외부 서버(160)로 TR 데이터의 인증을 요청할 수 있다. 도 7에는 설명의 편의상 하나의 외부 서버(160)만이 도시되었으나, TR 데이터의 인증을 수행하는 복수의 외부 서버들이 존재할 수 있으며, 인증 서버(141)는 복수의 외부 서버들과 통신할 수 있다. According to one embodiment, in operation 711, the authentication server 141 may request authentication of TR data from the external server 160. Although only one external server 160 is shown in FIG. 7 for convenience of explanation, a plurality of external servers that perform authentication of TR data may exist, and the authentication server 141 may communicate with a plurality of external servers.
일 실시 예에서, 인증 서버(141)는 TR 데이터 및 수행할 공인 인증의 종류에 기반하여 외부 서버(160)를 식별할 수 있다. In one embodiment, the authentication server 141 may identify the external server 160 based on TR data and the type of public authentication to be performed.
일 실시 예에 따르면 동작 713에서, 인증 서버(141)는 외부 서버(160)로부터 TR 데이터에 대한 인증 정보를 수신할 수 있다.According to one embodiment, in operation 713, the authentication server 141 may receive authentication information about TR data from the external server 160.
일 실시 예에 따르면 동작 715에서, 클라우드 서버(140)는 인증 서버(141)로부터 TR 데이터에 대한 인증 정보를 수신할 수 있다.According to one embodiment, in operation 715, the cloud server 140 may receive authentication information for TR data from the authentication server 141.
일 실시 예에서, 클라우드 서버(140)는 인증 서버(141)로부터 수신한 TR 데이터에 대한 인증 정보를 TR 데이터와 함께 저장할 수 있다. In one embodiment, the cloud server 140 may store authentication information for TR data received from the authentication server 141 together with the TR data.
일 실시 예에 따르면 동작 717에서, 클라우드 서버(140)는 관리 서버(120)로 TR 데이터에 대한 인증 정보를 송신할 수 있다. According to one embodiment, in operation 717, the cloud server 140 may transmit authentication information for TR data to the management server 120.
일 실시 예에 따르면 동작 719에서, 관리 서버(120)는 클라우드 서버(140)로부터 수신한 TR 데이터에 대한 인증 정보를 클라이언트 장치(110)로 송신할 수 있다.According to one embodiment, in operation 719, the management server 120 may transmit authentication information for TR data received from the cloud server 140 to the client device 110.
도 8은 일 실시 예에 따른 과금을 위한 시그널링 흐름을 도시한다. Figure 8 shows a signaling flow for billing according to one embodiment.
일 실시 예에 따르면 동작 801에서, 클라이언트 장치(110)는 관리 서버(120)로 TR 데이터를 송신할 수 있다. According to one embodiment, in operation 801, the client device 110 may transmit TR data to the management server 120.
일 실시 예에 따르면 동작 803에서, 관리 서버(120)는 클라우드 서버(140)로 TR 데이터의 저장을 요청할 수 있다. According to one embodiment, in operation 803, the management server 120 may request storage of TR data from the cloud server 140.
일 실시 예에서, 동작 801 및 동작 803은 도 3의 동작에 상응할 수 있다.In one embodiment, operations 801 and 803 may correspond to the operations of FIG. 3 .
일 실시 예에 따르면 동작 805에서, 관리 서버(120)는 클라우드 서버(140)로 사용한 Gas의 확인을 요청할 수 있다. According to one embodiment, in operation 805, the management server 120 may request confirmation of Gas used by the cloud server 140.
일 실시 예에 따르면 동작 807에서, 클라우드 서버(140)는 해당 TR 데이터를 저장하는데 사용한 Gas를 계산할 수 있다.According to one embodiment, in operation 807, the cloud server 140 may calculate Gas used to store the corresponding TR data.
일 실시 예에 따르면 동작 809에서, 클라우드 서버(140)는 계산한 결과에 기반하여 사용한 Gas가 얼마인지에 관한 정보를 관리 서버(120)로 송신할 수 있다.According to one embodiment, in operation 809, the cloud server 140 may transmit information about how much gas has been used based on the calculation result to the management server 120.
일 실시 예에 따르면 동작 811에서, 관리 서버(120)는 과금 서버(170)로 해당 TR 데이터의 저장을 위하여 사용된 Gas가 얼마인지에 관한 정보를 송신할 수 있다.According to one embodiment, in operation 811, the management server 120 may transmit information regarding the amount of Gas used to store the corresponding TR data to the billing server 170.
일 실시 예에 따르면 동작 815에서, 과금 서버(170)는 해당 TR 데이터의 저장을 위하여 사용된 Gas가 얼마인지에 관한 정보 및 이에 대한 가격을 저장할 수 있다.According to one embodiment, in operation 815, the charging server 170 may store information on how much gas is used to store the corresponding TR data and the price thereof.
일 실시 예에 따르면 동작 813에서, 클라이언트 장치(110)는 관리 서버(120)로 과금을 요청할 수 있다.According to one embodiment, in operation 813, the client device 110 may request billing from the management server 120.
일 실시 예에 따르면 동작 817에서, 관리 서버(120)는 과금 서버(170)로 가격 확인을 요청할 수 있다.According to one embodiment, in operation 817, the management server 120 may request price confirmation from the billing server 170.
일 실시 예에 따르면 동작 819에서, 관리 서버(120)는 과금 서버(170)로부터 가격에 관한 정보를 수신할 수 있다. According to one embodiment, in operation 819, the management server 120 may receive information about the price from the billing server 170.
일 실시 예에 따르면 동작 821에서, 관리 서버(120)는 클라이언트 장치(110)로 과금된 금액에 관한 정보를 송신할 수 있다.According to one embodiment, in operation 821, the management server 120 may transmit information about the charged amount to the client device 110.
본 개시의 일 실시 예에 따른 복수의 클라이언트(client) 장치들의 CV(curriculum vitae)들을 생성 및 관리하기 위한 서버 장치의 동작 방법은, 적어도 하나의 클라이언트 장치로부터 상기 적어도 하나의 클라이언트 장치의 사용자가 수행한 태스크(task)에 관한 정보를 포함하는 TR(task receipt) 데이터를 수신하는 동작, 상기 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하는지 여부를 결정하는 동작, 상기 TR 데이터가 상기 미리 정해진 크기 이상의 이미지 데이터를 포함하지 않는다고 결정하는 경우, 상기 복수의 클라이언트 장치들의 TR 데이터를 저장하는 클라우드 서버로 상기 TR 데이터를 포함하는 제1 저장 요청을 송신하는 동작, 상기 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함한다고 결정하는 경우, 상기 서버 장치와 연결되는 IPFS(InterPlanetary File System)로 상기 TR 데이터의 적어도 일부를 포함하는 제2 저장 요청을 송신하는 동작을 포함할 수 있다. A method of operating a server device for creating and managing CVs (curriculum vitae) of a plurality of client devices according to an embodiment of the present disclosure is performed by a user of the at least one client device from at least one client device. An operation of receiving task receipt (TR) data containing information about a task, an operation of determining whether the TR data includes image data of a predetermined size or more, and an operation of determining whether the TR data includes image data of a predetermined size or more. If it is determined that it does not contain image data, transmitting a first storage request including the TR data to a cloud server that stores the TR data of the plurality of client devices, where the TR data is image data of a predetermined size or more If it is determined to include, it may include transmitting a second storage request including at least part of the TR data to an InterPlanetary File System (IPFS) connected to the server device.
일 실시 예에서, 상기 TR 데이터의 상기 적어도 일부는 상기 미리 정해진 크기 이상의 이미지 데이터를 포함할 수 있다. In one embodiment, at least part of the TR data may include image data larger than or equal to the predetermined size.
일 실시 예에서, 상기 제2 저장 요청을 상기 IPFS로 송신함에 응답하여, 상기 TR 데이터의 상기 적어도 일부가 아닌 나머지 부분을 상기 클라우드 서버로 송신하는 동작을 포함할 수 있다. In one embodiment, in response to transmitting the second storage request to the IPFS, the operation may include transmitting the remaining portion, but not at least part, of the TR data to the cloud server.
일 실시 예에서, 상기 TR 데이터가 상기 미리 정해진 크기 이상의 이미지 데이터를 포함하는지 여부를 결정함에 응답하여, 상기 TR 데이터의 저장 위치에 관한 정보를 포함하는 TR 테이블을 생성하는 동작을 포함할 수 있다 In one embodiment, in response to determining whether the TR data includes image data larger than the predetermined size, the method may include generating a TR table including information about a storage location of the TR data.
일 실시 예에서, 상기 제2 저장 요청을 송신함에 응답하여, 상기 IPFS로부터 상기 TR 데이터의 해쉬(hash) 값을 수신하는 동작을 포함하고, 상기 TR 테이블은 상기 TR 데이터의 해쉬 값을 포함할 수 있다. In one embodiment, in response to transmitting the second storage request, receiving a hash value of the TR data from the IPFS, wherein the TR table may include a hash value of the TR data. there is.
일 실시 예에서, 상기 적어도 하나의 클라이언트 장치로부터 상기 TR 데이터를 수신함에 응답하여, 상기 TR 데이터에 기반하여 상기 적어도 하나의 클라이언트 장치의 식별자를 IAM(identity and access management) 서버에 요청하는 동작, 상기 IAM 서버로부터 상기 적어도 하나의 클라이언트 장치의 식별자를 수신하는 동작, 상기 적어도 하나의 클라이언트 장치의 식별자 및 상기 TR 데이터를 상기 클라우드 서버 또는 상기 IPFS 송신하는 동작을 포함할 수 있다. In one embodiment, in response to receiving the TR data from the at least one client device, requesting an identity and access management (IAM) server for an identifier of the at least one client device based on the TR data, It may include receiving the identifier of the at least one client device from an IAM server, and transmitting the identifier of the at least one client device and the TR data to the cloud server or the IPFS.
일 실시 예에서, 상기 TR 데이터는, 상기 적어도 하나의 클라이언트 장치의 상기 사용자의 인적 사항에 관한 정보, 상기 사용자가 소유한 자격증에 관한 정보, 상기 사용자의 학력 정보를 더 포함할 수 있다. In one embodiment, the TR data may further include information about the personal information of the user of the at least one client device, information about a certificate owned by the user, and information about the user's educational background.
일 실시 예에서, 상기 적어도 하나의 클라이언트 장치로부터 상기 적어도 하나의 클라이언트 장치의 사용자의 CV를 송신할 것을 요청하는 CV 송신 요청을 수신하는 동작, 및 상기 TR 테이블에 포함되는 상기 TR 데이터가 저장되는 위치에 관한 정보에 기반하여, 상기 클라우드 서버 및 상기 IPFS 중 적어도 하나로, 상기 사용자의 하나 이상의 TR 데이터를 요청하는 TR 송신 요청을 송신하는 동작을 포함하고, 상기 CV 송신 요청은 상기 하나 이상의 TR 데이터를 필터링(filtering)하기 위한 필터링 정보를 포함할 수 있다. In one embodiment, the operation of receiving a CV transmission request requesting to transmit a CV of a user of the at least one client device from the at least one client device, and a location where the TR data included in the TR table is stored. Based on information about, transmitting a TR transmission request requesting one or more TR data of the user to at least one of the cloud server and the IPFS, wherein the CV transmission request filters the one or more TR data. May include filtering information for filtering.
일 실시 예에서, 상기 클라우드 서버 및 상기 IPFS 중 적어도 하나로부터 상기 사용자의 적어도 하나의 TR 데이터를 수신하는 동작, 상기 적어도 하나의 TR 데이터 및 상기 필터링 정보에 기반하여 상기 사용자의 CV를 생성하는 동작, 및 상기 생성된 상기 사용자의 CV를 상기 적어도 하나의 클라이언트 장치로 송신하는 동작을 포함할 수 있다. In one embodiment, receiving at least one TR data of the user from at least one of the cloud server and the IPFS, generating a CV of the user based on the at least one TR data and the filtering information, and transmitting the generated CV of the user to the at least one client device.
일 실시 예에서, 상기 적어도 하나의 클라이언트 장치로부터 상기 TR 데이터의 인증(authentication) 요청을 수신하는 동작, 상기 TR 데이터의 공인 인증 요청을 수신함에 응답하여, 상기 클라우드 서버로 상기 TR 데이터의 공인 인증을 수행할 것을 요청하는 공인 인증 수행 요청을 송신하는 동작, 및 상기 클라우드 서버로부터 상기 공인 인증 수행 요청에 대한 공인 인증 응답을 수신하는 동작을 포함할 수 있다.In one embodiment, the operation of receiving a request for authentication of the TR data from the at least one client device, in response to receiving a request for public authentication of the TR data, performing public authentication of the TR data with the cloud server. It may include an operation of transmitting a request to perform public authentication, and an operation of receiving a public authentication response to the public authentication request from the cloud server.
일 실시 예에서, 상기 클라우드 서버로 상기 TR 데이터에 대한 과금 정보 송신할 것을 요청하는 과금 정보 요청을 송신하는 동작, 상기 클라우드 서버로부터 상기 TR 데이터에 대한 관한 과금 정보를 포함하는 과금 정보 응답을 수신하는 동작을 포함할 수 있다. In one embodiment, transmitting a billing information request requesting transmission of billing information for the TR data to the cloud server, receiving a billing information response including billing information for the TR data from the cloud server. Can include actions.
일 실시 예에서, 상기 서버가 상기 TR 데이터를 수신하기 이전에, 상기 미리 정해진 크기 이상의 상기 이미지 데이터와 동일한 이미지 데이터를 상기 IPFS로 송신한 적이 있는 경우, 상기 TR 테이블을 업데이트하는 동작을 포함할 수 있다. In one embodiment, if the server has transmitted image data identical to the image data of the predetermined size or more to the IPFS before receiving the TR data, the operation of updating the TR table may be included. there is.
본 개시의 일 실시 예에 따른 복수의 클라이언트(client) 장치들의 CV(curriculum vitae)들을 생성 및 관리하기 위한 서버 장치는, 통신부, 메모리, 상기 통신부 및 상기 메모리와 동작 가능하게 연결되는 적어도 하나의 프로세서를 포함하고, 상기 적어도 하나의 프로세서는, 상기 통신부를 통하여 적어도 하나의 클라이언트 장치로부터 상기 적어도 하나의 클라이언트 장치의 사용자가 수행한 태스크(task)에 관한 정보를 포함하는 TR(task receipt) 데이터를 수신하고, 상기 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함하는지 여부를 결정하고, 상기 TR 데이터가 상기 미리 정해진 크기 이상의 이미지 데이터를 포함하지 않는다고 결정하는 경우, 상기 통신부를 통하여 상기 복수의 클라이언트 장치들의 TR 데이터를 저장하는 클라우드 서버로 상기 TR 데이터를 포함하는 제1 저장 요청을 송신하고, 상기 TR 데이터가 미리 정해진 크기 이상의 이미지 데이터를 포함한다고 결정하는 경우, 상기 통신부를 통하여 상기 서버 장치와 연결되는 IPFS(InterPlanetary File System)로 상기 TR 데이터의 적어도 일부를 포함하는 제2 저장 요청을 송신할 수 있다. A server device for generating and managing CVs (curriculum vitae) of a plurality of client devices according to an embodiment of the present disclosure includes a communication unit, a memory, and at least one processor operably connected to the communication unit and the memory. It includes, wherein the at least one processor receives task receipt (TR) data containing information about a task performed by a user of the at least one client device from at least one client device through the communication unit. and determine whether the TR data includes image data of a predetermined size or larger, and when determining that the TR data does not include image data of a predetermined size or larger, TR of the plurality of client devices through the communication unit. When transmitting a first storage request including the TR data to a cloud server that stores data, and determining that the TR data includes image data of a predetermined size or more, an IPFS (IPFS) connected to the server device through the communication unit A second storage request containing at least part of the TR data may be transmitted to the InterPlanetary File System.
일 실시 예에서, 상기 TR 데이터의 상기 적어도 일부는 상기 미리 정해진 크기 이상의 이미지 데이터를 포함할 수 있다. In one embodiment, at least part of the TR data may include image data larger than or equal to the predetermined size.
일 실시 예에서, 상기 적어도 하나의 프로세서는, 상기 제2 저장 요청을 상기 IPFS로 송신함에 응답하여, 상기 TR 데이터의 상기 적어도 일부가 아닌 나머지 부분을 상기 클라우드 서버로 송신할 수 있다. In one embodiment, the at least one processor may transmit the remaining portion, but not the at least part, of the TR data to the cloud server in response to transmitting the second storage request to the IPFS.
일 실시 예에서, 상기 TR 데이터가 상기 미리 정해진 크기 이상의 이미지 데이터를 포함하는지 여부를 결정함에 응답하여, 상기 TR 데이터의 저장 위치에 관한 정보를 포함하는 TR 테이블을 생성할 수 있다. In one embodiment, in response to determining whether the TR data includes image data larger than the predetermined size, a TR table containing information about a storage location of the TR data may be generated.
일 실시 예에서, 상기 제2 저장 요청을 송신함에 응답하여, 상기 IPFS로부터 상기 TR 데이터의 해쉬(hash) 값을 수신하고, 상기 TR 테이블은 상기 TR 데이터의 해쉬 값을 포함할 수 있다. In one embodiment, in response to transmitting the second storage request, a hash value of the TR data is received from the IPFS, and the TR table may include a hash value of the TR data.
일 실시 예에서, 상기 적어도 하나의 프로세서는, 상기 적어도 하나의 클라이언트 장치로부터 상기 TR 데이터를 수신함에 응답하여, 상기 TR 데이터에 기반하여 상기 적어도 하나의 클라이언트 장치의 식별자를 IAM(identity and access management) 서버에 요청하고, 상기 IAM 서버로부터 상기 적어도 하나의 클라이언트 장치의 식별자를 수신하고, 상기 적어도 하나의 클라이언트 장치의 식별자 및 상기 TR 데이터를 상기 클라우드 서버 또는 상기 IPFS 송신할 수 있다. In one embodiment, the at least one processor, in response to receiving the TR data from the at least one client device, determines the identifier of the at least one client device based on the TR data through identity and access management (IAM). A request may be made to a server, an identifier of the at least one client device may be received from the IAM server, and the identifier of the at least one client device and the TR data may be transmitted to the cloud server or the IPFS.
일 실시 예에서, 상기 TR 데이터는, 상기 적어도 하나의 클라이언트 장치의 상기 사용자의 인적 사항에 관한 정보, 상기 사용자가 소유한 자격증에 관한 정보, 상기 사용자의 학력 정보를 더 포함할 수 있다. In one embodiment, the TR data may further include information about the personal information of the user of the at least one client device, information about a certificate owned by the user, and information about the user's educational background.
일 실시 예에서, 상기 적어도 하나의 프로세서는, 상기 적어도 하나의 클라이언트 장치로부터 상기 적어도 하나의 클라이언트 장치의 사용자의 CV를 송신할 것을 요청하는 CV 송신 요청을 수신하고, 상기 TR 테이블에 포함되는 상기 TR 데이터가 저장되는 위치에 관한 정보에 기반하여, 상기 클라우드 서버 및 상기 IPFS 중 적어도 하나로, 상기 사용자의 하나 이상의 TR 데이터를 요청하는 TR 송신 요청을 송신하고, 상기 CV 송신 요청은 상기 하나 이상의 TR 데이터를 필터링(filtering)하기 위한 필터링 정보를 포함할 수 있다.In one embodiment, the at least one processor receives a CV transmission request from the at least one client device requesting to transmit a CV of a user of the at least one client device, and selects the TR included in the TR table. Based on information about the location where data is stored, transmit a TR transmission request requesting one or more TR data of the user to at least one of the cloud server and the IPFS, and the CV transmission request requests the one or more TR data It may contain filtering information for filtering.
본 문서에 개시된 다양한 실시예들에 따른 전자 장치는 다양한 형태의 장치가 될 수 있다. 전자 장치는, 예를 들면, 디스플레이 장치, 휴대용 통신 장치(예: 스마트폰), 컴퓨터 장치, 휴대용 멀티미디어 장치, 휴대용 의료 기기, 카메라, 웨어러블 장치, 또는 가전 장치를 포함할 수 있다. 본 문서의 실시예에 따른 전자 장치는 전술한 기기들에 한정되지 않는다.Electronic devices according to various embodiments disclosed in this document may be of various types. Electronic devices may include, for example, display devices, portable communication devices (e.g., smartphones), computer devices, portable multimedia devices, portable medical devices, cameras, wearable devices, or home appliances. Electronic devices according to embodiments of this document are not limited to the above-described devices.
본 문서의 다양한 실시예들 및 이에 사용된 용어들은 본 문서에 기재된 기술적 특징들을 특정한 실시예들로 한정하려는 것이 아니며, 해당 실시예의 다양한 변경, 균등물, 또는 대체물을 포함하는 것으로 이해되어야 한다. 예를 들면, 단수로 표현된 구성요소는 문맥상 명백하게 단수만을 의미하지 않는다면 복수의 구성요소를 포함하는 개념으로 이해되어야 한다. 본 문서에서 사용되는 '및/또는'이라는 용어는, 열거되는 항목들 중 하나 이상의 항목에 의한 임의의 가능한 모든 조합들을 포괄하는 것임이 이해되어야 한다. 본 개시에서 사용되는 '포함하다,' '가지다,' '구성되다' 등의 용어는 본 개시 상에 기재된 특징, 구성 요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것일 뿐이고, 이러한 용어의 사용에 의해 하나 또는 그 이상의 다른 특징들이나 구성 요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 배제하려는 것은 아니다. 본 문서에서, "A 또는 B", "A 및 B 중 적어도 하나", "A 또는 B 중 적어도 하나", "A, B 또는 C", "A, B 및 C 중 적어도 하나", 및 "A, B, 또는 C 중 적어도 하나"와 같은 문구들 각각은 그 문구들 중 해당하는 문구에 함께 나열된 항목들 중 어느 하나, 또는 그들의 모든 가능한 조합을 포함할 수 있다. "제 1", "제 2", 또는 "첫째" 또는 "둘째"와 같은 용어들은 단순히 해당 구성요소를 다른 해당 구성요소와 구분하기 위해 사용될 수 있으며, 해당 구성요소들을 다른 측면(예: 중요성 또는 순서)에서 한정하지 않는다.The various embodiments of this document and the terms used herein are not intended to limit the technical features described in this document to specific embodiments, and should be understood to include various changes, equivalents, or replacements of the embodiments. For example, a component expressed in the singular should be understood as a concept that includes plural components unless the context clearly indicates only the singular. It should be understood that the term 'and/or' used in this document encompasses any and all possible combinations of one or more of the listed items. Terms such as 'include', 'have', 'consist', etc. used in the present disclosure are only intended to designate the presence of features, components, parts, or combinations thereof described in the present disclosure, and the use of such terms It is not intended to exclude the presence or addition of one or more other features, components, parts, or combinations thereof. As used herein, “A or B”, “at least one of A and B”, “at least one of A or B”, “A, B or C”, “at least one of A, B and C”, and “A Each of phrases such as “at least one of , B, or C” may include any one of the items listed together in the corresponding phrase, or any possible combination thereof. Terms such as "first", "second", or "first" or "second" may be used simply to distinguish one component from another, and to refer to that component in other respects (e.g., importance or order) is not limited.
본 문서의 다양한 실시예들에서 사용된 용어 "~부" 또는 "~모듈"은 하드웨어, 소프트웨어 또는 펌웨어로 구현된 유닛을 포함할 수 있으며, 예를 들면, 로직, 논리 블록, 부품, 또는 회로와 같은 용어와 상호 호환적으로 사용될 수 있다. "~부" 또는 "~모듈"은, 일체로 구성된 부품 또는 하나 또는 그 이상의 기능을 수행하는, 상기 부품의 최소 단위 또는 그 일부가 될 수 있다. 예를 들면, 일 실시예에 따르면, "~부" 또는 "~모듈"은 ASIC(application-specific integrated circuit)의 형태로 구현될 수 있다. The term “unit” or “module” used in various embodiments of this document may include a unit implemented with hardware, software, or firmware, for example, logic, logic block, component, or circuit. Can be used interchangeably with the same term. The “~part” or “~module” may be an integrated part or a minimum unit of the part or a part thereof that performs one or more functions. For example, according to one embodiment, “~unit” or “~module” may be implemented in the form of an application-specific integrated circuit (ASIC).
본 문서의 다양한 실시예들에서 사용된 용어 "할 경우"는 문맥에 따라 "할 때", 또는 "할 시" 또는 "결정하는 것에 응답하여" 또는 "검출하는 것에 응답하여"를 의미하는 것으로 해석될 수 있다. 유사하게, "~라고 결정되는 경우" 또는 "이 검출되는 경우"는 문맥에 따라 "결정 시" 또는 "결정하는 것에 응답하여", 또는 "검출 시" 또는 "검출하는 것에 응답하여"를 의미하는 것으로 해석될 수 있다.The term “if” used in various embodiments of this document is interpreted to mean “when” or “when” or “in response to determining” or “in response to detecting,” depending on the context. It can be. Similarly, “when it is determined that” or “when it is detected” means “upon determining” or “in response to determining,” or “upon detecting” or “in response to detecting,” depending on the context. It can be interpreted as
본 문서를 통해 설명된 전자 장치(110), 원격 제어 장치(120)에 의해 실행되는 프로그램은 하드웨어 구성요소, 소프트웨어 구성요소, 및/또는 하드웨어 구성요소 및 소프트웨어 구성요소의 조합으로 구현될 수 있다. 프로그램은 컴퓨터로 읽을 수 있는 명령어들을 수행할 수 있는 모든 시스템에 의해 수행될 수 있다.Programs executed by the electronic device 110 and the remote control device 120 described throughout this document may be implemented as hardware components, software components, and/or a combination of hardware components and software components. A program can be executed by any system that can execute computer-readable instructions.
소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령어(instruction), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로 (collectively) 처리 장치를 명령할 수 있다. 소프트웨어는, 컴퓨터로 읽을 수 있는 저장 매체(computer-readable storage media)에 저장된 명령어를 포함하는 컴퓨터 프로그램으로 구현될 수 있다. 컴퓨터가 읽을 수 있는 저장 매체로는, 예를 들어 마그네틱 저장 매체(예컨대, ROM(Read-Only Memory), RAM(Random-Access Memory), 플로피 디스크, 하드 디스크 등) 및 광학적 판독 매체(예컨대, 시디롬(CD-ROM), 디브이디(DVD: Digital Versatile Disc)) 등이 있다. 컴퓨터가 읽을 수 있는 저장 매체는 네트워크로 연결된 컴퓨터 시스템들에 분산되어, 분산 방식으로 컴퓨터가 판독 가능한 코드가 저장되고 실행될 수 있다. 컴퓨터 프로그램은 어플리케이션 스토어(예: 플레이 스토어TM)를 통해 또는 두 개의 사용자 장치들(예: 스마트 폰들) 간에 직접, 온라인으로 배포(예: 다운로드 또는 업로드)될 수 있다. 온라인 배포의 경우에, 컴퓨터 프로그램 제품의 적어도 일부는 제조사의 서버, 어플리케이션 스토어의 서버, 또는 중계 서버의 메모리와 같은 기기로 읽을 수 있는 저장 매체에 적어도 일시 저장되거나, 임시적으로 생성될 수 있다.Software may include a computer program, code, instructions, or a combination of one or more of these, which may configure a processing unit to operate as desired, or may be processed independently or collectively. You can command the device. Software may be implemented as a computer program including instructions stored on computer-readable storage media. Computer-readable storage media include, for example, magnetic storage media (e.g., ROM (Read-Only Memory), RAM (Random-Access Memory), floppy disk, hard disk, etc.) and optical read media (e.g., CD-ROM). (CD-ROM), DVD (Digital Versatile Disc), etc. The computer-readable storage medium is distributed across networked computer systems, so that computer-readable code can be stored and executed in a distributed manner. Computer programs may be distributed (e.g., downloaded or uploaded) online, through an application store (e.g., Play Store™) or directly between two user devices (e.g., smart phones). In the case of online distribution, at least a portion of the computer program product may be at least temporarily stored or temporarily created in a machine-readable storage medium, such as the memory of a manufacturer's server, an application store's server, or a relay server.
다양한 실시예들에 따르면, 상기 기술한 구성요소들의 각각의 구성요소(예: 모듈 또는 프로그램)는 단수 또는 복수의 개체를 포함할 수 있으며, 복수의 개체 중 일부는 다른 구성요소에 분리 배치될 수도 있다. 다양한 실시예들에 따르면, 전술한 해당 구성요소들 중 하나 이상의 구성요소들 또는 동작들이 생략되거나, 또는 하나 이상의 다른 구성요소들 또는 동작들이 추가될 수 있다. 대체적으로 또는 추가적으로, 복수의 구성요소들(예: 모듈 또는 프로그램)은 하나의 구성요소로 통합될 수 있다. 이런 경우, 통합된 구성요소는 상기 복수의 구성요소들 각각의 구성요소의 하나 이상의 기능들을 상기 통합 이전에 상기 복수의 구성요소들 중 해당 구성요소에 의해 수행되는 것과 동일 또는 유사하게 수행할 수 있다. 다양한 실시예들에 따르면, 모듈, 프로그램 또는 다른 구성요소에 의해 수행되는 동작들은 순차적으로, 병렬적으로, 반복적으로, 또는 휴리스틱하게 실행되거나, 상기 동작들 중 하나 이상이 다른 순서로 실행되거나, 생략되거나, 또는 하나 이상의 다른 동작들이 추가될 수 있다.According to various embodiments, each component (e.g., module or program) of the above-described components may include a single or plural entity, and some of the plurality of entities may be separately placed in other components. there is. According to various embodiments, one or more of the components or operations described above may be omitted, or one or more other components or operations may be added. Alternatively or additionally, multiple components (eg, modules or programs) may be integrated into a single component. In this case, the integrated component may perform one or more functions of each component of the plurality of components in the same or similar manner as those performed by the corresponding component of the plurality of components prior to the integration. . According to various embodiments, operations performed by a module, program, or other component may be executed sequentially, in parallel, iteratively, or heuristically, or one or more of the operations may be executed in a different order, or omitted. Alternatively, one or more other operations may be added.

Claims (15)

  1. 복수의 클라이언트(client) 장치들의 CV(curriculum vitae)들을 생성 및 관리하기 위한 서버 장치의 동작 방법에 있어서, In a method of operating a server device for creating and managing CVs (curriculum vitae) of a plurality of client devices,
    적어도 하나의 클라이언트 장치로부터 상기 적어도 하나의 클라이언트 장치의 사용자가 수행한 태스크(task)에 관한 정보를 포함하는 TR(task receipt) 데이터를 수신하는 동작, An operation of receiving, from at least one client device, task receipt (TR) data containing information about a task performed by a user of the at least one client device;
    상기 TR 데이터가 미리 정해진 크기 이상의 파일(file) 데이터를 포함하는지 여부를 결정하는 동작, An operation of determining whether the TR data includes file data of a predetermined size or more,
    상기 TR 데이터가 상기 미리 정해진 크기 이상의 파일 데이터를 포함하지 않는다고 결정하는 경우, 상기 복수의 클라이언트 장치들의 TR 데이터를 저장하는 블록 체인 기반 클라우드 서버로 상기 TR 데이터를 포함하는 제1 저장 요청을 송신하는 동작,When determining that the TR data does not include file data larger than the predetermined size, transmitting a first storage request including the TR data to a blockchain-based cloud server that stores TR data of the plurality of client devices. ,
    상기 TR 데이터가 상기 미리 정해진 크기 이상의 파일 데이터를 포함한다고 결정하는 경우:When determining that the TR data includes file data greater than or equal to the predetermined size:
    상기 파일 데이터가 이전에 저장된 다른 파일 데이터와 동일하지 않음을 식별하는 동작,identifying that the file data is not identical to other previously stored file data;
    상기 서버 장치와 연결되는 IPFS(InterPlanetary File System)로 상기 파일 데이터를 포함하는 제2 저장 요청을 송신하는 동작을 포함하고,An operation of transmitting a second storage request including the file data to an InterPlanetary File System (IPFS) connected to the server device,
    상기 파일 데이터는 이미지, 동영상, 사운드 중 적어도 하나에 관련되는 데이터를 포함하는, 방법. The file data includes data related to at least one of images, videos, and sounds.
  2. 청구항 1에 있어서,In claim 1,
    상기 파일 데이터가 이전에 저장된 다른 파일 데이터와 동일하지 않음을 식별함에 응답하여, 상기 파일 데이터에 텍스트 정보를 추출하는 동작,In response to identifying that the file data is not identical to other previously stored file data, extracting text information from the file data;
    상기 텍스트 정보에 기반하여 상기 파일 데이터에 사용자의 개인 식별 정보가 포함되어 있는지 여부를 결정하는 동작,An operation of determining whether the file data includes personal identification information of a user based on the text information;
    상기 파일 데이터에 상기 사용자의 개인 식별 정보가 포함되어 있지 않다고 결정하는 경우, 상기 서버 장치와 연결되는 IPFS(InterPlanetary File System)로 상기 파일 데이터를 포함하는 상기 제2 저장 요청을 송신하는 동작, When determining that the file data does not include the user's personal identification information, transmitting the second storage request including the file data to an InterPlanetary File System (IPFS) connected to the server device;
    상기 파일 데이터에 상기 사용자의 개인 식별 정보가 포함되어 있다고 결정하는 경우, 상기 개인 식별 정보에 관한 부분을 블러(blur) 처리하는 동작을 포함하는, 방법. When determining that the file data includes the user's personally identifiable information, a method comprising blurring a portion related to the personally identifiable information.
  3. 청구항 1에 있어서,In claim 1,
    상기 제2 저장 요청을 상기 IPFS로 송신함에 응답하여, 상기 TR 데이터의 상기 파일 데이터를 제외한 나머지 데이터를 상기 클라우드 서버로 송신하는 동작을 포함하는, 방법. In response to transmitting the second storage request to the IPFS, the method comprising transmitting data other than the file data of the TR data to the cloud server.
  4. 청구항 3에 있어서,In claim 3,
    상기 TR 데이터가 상기 미리 정해진 크기 이상의 파일 데이터를 포함하는지 여부를 결정함에 응답하여, 상기 TR 데이터의 저장 위치에 관한 정보를 포함하는 TR 테이블을 생성하는 동작을 포함하는, 방법. In response to determining whether the TR data includes file data larger than or equal to the predetermined size, generating a TR table including information about a storage location of the TR data.
  5. 청구항 4에 있어서,In claim 4,
    상기 제2 저장 요청을 송신함에 응답하여, 상기 IPFS로부터 상기 TR 데이터의 해쉬(hash) 값을 수신하는 동작을 포함하고,In response to transmitting the second storage request, receiving a hash value of the TR data from the IPFS,
    상기 TR 테이블은 상기 TR 데이터의 해쉬 값을 포함하는, 방법. The TR table includes a hash value of the TR data.
  6. 청구항 1에 있어서, In claim 1,
    상기 적어도 하나의 클라이언트 장치로부터 상기 TR 데이터를 수신함에 응답하여, 상기 TR 데이터에 기반하여 상기 적어도 하나의 클라이언트 장치의 식별자를 IAM(identity and access management) 서버에 요청하는 동작,In response to receiving the TR data from the at least one client device, requesting an identity and access management (IAM) server for an identifier of the at least one client device based on the TR data;
    상기 IAM 서버로부터 상기 적어도 하나의 클라이언트 장치의 식별자를 수신하는 동작,Receiving an identifier of the at least one client device from the IAM server,
    상기 적어도 하나의 클라이언트 장치의 식별자 및 상기 TR 데이터를 상기 클라우드 서버 또는 상기 IPFS로 송신하는 동작을 포함하는, 방법. A method comprising transmitting the identifier of the at least one client device and the TR data to the cloud server or the IPFS.
  7. 청구항 1에 있어서,In claim 1,
    상기 TR 데이터는, 상기 적어도 하나의 클라이언트 장치의 상기 사용자의 인적 사항에 관한 정보, 상기 사용자가 소유한 자격증에 관한 정보, 상기 사용자의 학력 정보를 더 포함하는, 방법. The TR data further includes information about the personal information of the user of the at least one client device, information about a certificate owned by the user, and educational background information of the user.
  8. 청구항 4에 있어서,In claim 4,
    상기 적어도 하나의 클라이언트 장치로부터 상기 적어도 하나의 클라이언트 장치의 사용자의 CV를 송신할 것을 요청하는 CV 송신 요청을 수신하는 동작, 및Receiving a CV transmission request from the at least one client device requesting to transmit a CV of a user of the at least one client device, and
    상기 TR 테이블에 포함되는 상기 TR 데이터가 저장되는 위치에 관한 정보에 기반하여, 상기 클라우드 서버 및 상기 IPFS 중 적어도 하나로, 상기 사용자의 하나 이상의 TR 데이터를 요청하는 TR 송신 요청을 송신하는 동작을 포함하고,Based on information about the location where the TR data included in the TR table is stored, transmitting a TR transmission request requesting one or more TR data of the user to at least one of the cloud server and the IPFS; ,
    상기 CV 송신 요청은 상기 하나 이상의 TR 데이터를 필터링(filtering)하기 위한 필터링 정보를 포함하는, 방법.The CV transmission request includes filtering information for filtering the one or more TR data.
  9. 청구항 8에 있어서,In claim 8,
    상기 클라우드 서버 및 상기 IPFS 중 적어도 하나로부터 상기 사용자의 적어도 하나의 TR 데이터를 수신하는 동작, An operation of receiving at least one TR data of the user from at least one of the cloud server and the IPFS,
    상기 적어도 하나의 TR 데이터 및 상기 필터링 정보에 기반하여 상기 사용자의 CV를 생성하는 동작, 및An operation of generating the user's CV based on the at least one TR data and the filtering information, and
    상기 생성된 상기 사용자의 CV를 상기 적어도 하나의 클라이언트 장치로 송신하는 동작을 포함하는, 방법. Transmitting the generated CV of the user to the at least one client device.
  10. 청구항 1에 있어서,In claim 1,
    상기 적어도 하나의 클라이언트 장치로부터 상기 TR 데이터의 인증(authentication) 요청을 수신하는 동작, An operation of receiving an authentication request for the TR data from the at least one client device,
    상기 TR 데이터의 인증 요청을 수신함에 응답하여, 상기 클라우드 서버로 상기 TR 데이터의 인증을 수행할 것을 요청하는 인증 수행 요청을 송신하는 동작, 및In response to receiving the authentication request for the TR data, transmitting an authentication request requesting to perform authentication of the TR data to the cloud server, and
    상기 클라우드 서버로부터 상기 인증 수행 요청에 대한 인증 응답을 수신하는 동작을 포함하는, 방법. A method comprising receiving an authentication response to the authentication request from the cloud server.
  11. 청구항 1에 있어서,In claim 1,
    상기 클라우드 서버로 상기 TR 데이터에 대한 과금 정보 송신할 것을 요청하는 과금 정보 요청을 송신하는 동작,An operation of transmitting a billing information request requesting transmission of billing information for the TR data to the cloud server,
    상기 클라우드 서버로부터 상기 TR 데이터에 대한 관한 과금 정보를 포함하는 과금 정보 응답을 수신하는 동작을 포함하는, 방법. A method comprising receiving a billing information response including billing information regarding the TR data from the cloud server.
  12. 청구항 4에 있어서,In claim 4,
    상기 서버가 상기 TR 데이터를 수신하기 이전에, 상기 미리 정해진 크기 이상의 상기 파일 데이터와 동일한 파일 데이터를 상기 IPFS로 송신한 적이 있는 경우, 상기 TR 테이블을 업데이트하는 동작을 포함하는, 방법. A method comprising updating the TR table when the server has transmitted file data identical to the file data of the predetermined size or more to the IPFS before receiving the TR data.
  13. 복수의 클라이언트(client) 장치들의 CV(curriculum vitae)들을 생성 및 관리하기 위한 서버 장치에 있어서, In a server device for creating and managing CVs (curriculum vitae) of a plurality of client devices,
    통신부;Ministry of Communications;
    메모리;Memory;
    상기 통신부 및 상기 메모리와 동작 가능하게 연결되는 적어도 하나의 프로세서를 포함하고, Comprising at least one processor operably connected to the communication unit and the memory,
    상기 적어도 하나의 프로세서는:The at least one processor:
    상기 통신부를 통하여 적어도 하나의 클라이언트 장치로부터 상기 적어도 하나의 클라이언트 장치의 사용자가 수행한 태스크(task)에 관한 정보를 포함하는 TR(task receipt) 데이터를 수신하고, Receiving task receipt (TR) data containing information about a task performed by a user of the at least one client device from at least one client device through the communication unit,
    상기 TR 데이터가 미리 정해진 크기 이상의 파일 데이터를 포함하는지 여부를 결정하고, Determine whether the TR data includes file data of a predetermined size or more,
    상기 TR 데이터가 상기 미리 정해진 크기 이상의 파일 데이터를 포함하지 않는다고 결정하는 경우, 상기 통신부를 통하여 상기 복수의 클라이언트 장치들의 TR 데이터를 저장하는 블록 체인 기반 클라우드 서버로 상기 TR 데이터를 포함하는 제1 저장 요청을 송신하고,When it is determined that the TR data does not include file data larger than the predetermined size, a first storage request containing the TR data is sent to a blockchain-based cloud server that stores TR data of the plurality of client devices through the communication unit. and send
    상기 TR 데이터가 미리 정해진 크기 이상의 파일 데이터를 포함한다고 결정하는 경우: If it is determined that the TR data includes file data of a predetermined size or more:
    상기 파일 데이터가 이전에 저장된 다른 파일 데이터와 동일하지 않음을 식별하고, Identifying that said file data is not identical to other previously stored file data,
    상기 통신부를 통하여 상기 서버 장치와 연결되는 IPFS(InterPlanetary File System)로 상기 파일 데이터를 포함하는 제2 저장 요청을 송신하고,Transmitting a second storage request including the file data to an InterPlanetary File System (IPFS) connected to the server device through the communication unit,
    상기 파일 데이터는 이미지, 동영상, 사운드 중 적어도 하나에 관련되는 데이터를 포함하는, 장치. The file data includes data related to at least one of images, videos, and sounds.
  14. 청구항 13에 있어서,In claim 13,
    상기 적어도 하나의 프로세서는:The at least one processor:
    상기 파일 데이터가 이전에 저장된 다른 파일 데이터와 동일하지 않음을 식별함에 응답하여, 상기 파일 데이터에 텍스트 정보를 추출하고,In response to identifying that the file data is not identical to other previously stored file data, extract text information in the file data;
    상기 텍스트 정보에 기반하여 상기 파일 데이터에 사용자의 개인 식별 정보가 포함되어 있는지 여부를 결정하고,determine whether the file data contains personal identification information of a user based on the text information;
    상기 파일 데이터에 상기 사용자의 개인 식별 정보가 포함되어 있지 않다고 결정하는 경우, 상기 서버 장치와 연결되는 IPFS(InterPlanetary File System)로 상기 파일 데이터를 포함하는 상기 제2 저장 요청을 송신하고, If it is determined that the file data does not contain the user's personal identification information, transmitting the second storage request containing the file data to an InterPlanetary File System (IPFS) connected to the server device;
    상기 파일 데이터에 상기 사용자의 개인 식별 정보가 포함되어 있다고 결정하는 경우, 상기 개인 식별 정보에 관한 부분을 블러(blur) 처리하는, 장치. When determining that the file data contains personally identifiable information of the user, blur the portion relating to the personally identifiable information.
  15. 청구항 13에 있어서,In claim 13,
    상기 적어도 하나의 프로세서는:The at least one processor:
    상기 제2 저장 요청을 상기 IPFS로 송신함에 응답하여, 상기 TR 데이터의 상기 파일 데이터를 제외한 나머지 데이터를 상기 클라우드 서버로 송신하는, 장치. In response to transmitting the second storage request to the IPFS, the device transmits remaining data excluding the file data of the TR data to the cloud server.
PCT/KR2023/012195 2022-08-24 2023-08-17 Server device for providing curriculum vitae generation and management service, and operating method thereof WO2024043613A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2022-0106258 2022-08-24
KR1020220106258A KR102517196B1 (en) 2022-08-24 2022-08-24 Eletronic device for providing curriculum vitae creation and management service and method thereof

Publications (1)

Publication Number Publication Date
WO2024043613A1 true WO2024043613A1 (en) 2024-02-29

Family

ID=85936625

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2023/012195 WO2024043613A1 (en) 2022-08-24 2023-08-17 Server device for providing curriculum vitae generation and management service, and operating method thereof

Country Status (2)

Country Link
KR (1) KR102517196B1 (en)
WO (1) WO2024043613A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102517196B1 (en) * 2022-08-24 2023-04-03 주식회사 엔터프라이즈블록체인 Eletronic device for providing curriculum vitae creation and management service and method thereof

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130077433A (en) * 2011-12-29 2013-07-09 한국인터넷진흥원 System and method for authority management in the mobile cloud service
KR102134898B1 (en) * 2019-10-15 2020-07-17 주식회사 에프원시큐리티 System and method for providing integrated security service for web server based on cloud
KR20210080072A (en) * 2019-12-20 2021-06-30 방현배 Resume providing system and resume providing method
KR102287729B1 (en) * 2020-02-17 2021-08-20 주식회사 아웃라이어스 System and method for managing user information based on blockchain
KR102392739B1 (en) * 2021-03-02 2022-05-03 주식회사 에이아이댑스 The method and system for providing cloud service based blockchain using distributed cloud storage based on ipfs
KR102517196B1 (en) * 2022-08-24 2023-04-03 주식회사 엔터프라이즈블록체인 Eletronic device for providing curriculum vitae creation and management service and method thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130077433A (en) * 2011-12-29 2013-07-09 한국인터넷진흥원 System and method for authority management in the mobile cloud service
KR102134898B1 (en) * 2019-10-15 2020-07-17 주식회사 에프원시큐리티 System and method for providing integrated security service for web server based on cloud
KR20210080072A (en) * 2019-12-20 2021-06-30 방현배 Resume providing system and resume providing method
KR102287729B1 (en) * 2020-02-17 2021-08-20 주식회사 아웃라이어스 System and method for managing user information based on blockchain
KR102392739B1 (en) * 2021-03-02 2022-05-03 주식회사 에이아이댑스 The method and system for providing cloud service based blockchain using distributed cloud storage based on ipfs
KR102517196B1 (en) * 2022-08-24 2023-04-03 주식회사 엔터프라이즈블록체인 Eletronic device for providing curriculum vitae creation and management service and method thereof

Also Published As

Publication number Publication date
KR102517196B1 (en) 2023-04-03

Similar Documents

Publication Publication Date Title
WO2018074870A1 (en) Augmented reality object providing method and server using image authentication
WO2015016627A1 (en) Method and device for connecting single ap device among multiple ap devices on same network to terminal
WO2024043613A1 (en) Server device for providing curriculum vitae generation and management service, and operating method thereof
WO2014161157A1 (en) File uploading method in cloud storage, client, application server, and cloud storage system
WO2017213281A1 (en) Method for de-identifying big data
WO2018076868A1 (en) Data synchronization method, device and system, storage medium and server
WO2020189926A1 (en) Method and server for managing user identity by using blockchain network, and method and terminal for user authentication using blockchain network-based user identity
WO2018166091A1 (en) Method, system, and terminal for face-to-face loan signing, and computer-readable storage medium
WO2016080595A1 (en) Method for providing multi number service
WO2020032445A1 (en) Electronic device, external electronic device, and method of managing embedded subscriber identity modules of external electronic device
WO2019054779A1 (en) Electronic device for processing message and method for operating same
WO2020071809A1 (en) Method and apparatus for enhanced assertion management in cloud media processing
WO2017028573A1 (en) Method and system for processing picture information based on mobile terminal
EP3900438A1 (en) Electronic device for requesting nssai in wireless communication network and method thereof
WO2022060149A1 (en) Electronic device for managing right by using decentralized network, and operation method thereof
WO2016064235A2 (en) Method for managing child resource of group member in wireless communication system and device for same
WO2021177695A1 (en) Electronic device for providing transaction information and operating method thereof
WO2020032353A1 (en) Electronic device, external electronic device, and method for managing esim of external electronic device
WO2018076829A1 (en) Terminal data processing method, apparatus, system, storage medium and server
WO2021241849A1 (en) Electronic device for performing edge computing service, and operating method of electronic device
WO2014017882A1 (en) Terminal and server performing data synchronization
WO2018076870A1 (en) Data processing method and apparatus, storage medium, server, and data processing system
WO2018076873A1 (en) Data sharing method, apparatus, medium, electronic device and system
WO2017219636A1 (en) Data exchange method, cloud server, and smart terminal
WO2022114857A1 (en) Electronic device that shares data by using blockchain network, and operation method therefor

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

Country of ref document: EP

Kind code of ref document: A1