WO2024043613A1 - Dispositif serveur pour fournir un service de gestion et de génération de curriculum vitae, et son procédé de fonctionnement - Google Patents

Dispositif serveur pour fournir un service de gestion et de génération de curriculum vitae, et son procédé de fonctionnement 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
English (en)
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/fr

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

Abstract

L'invention divulgue un procédé de fonctionnement d'un dispositif serveur servant à gérer et générer un curriculum vitae (CV) d'une pluralité de dispositifs clients. Le procédé de fonctionnement du dispositif serveur peut comprendre les étapes consistant à : recevoir, en provenance d'au moins un dispositif client, des données de réception de tâches (TR) comprenant des informations concernant une tâche effectuée par un utilisateur du ou des dispositifs clients ; déterminer si les données de TR comprennent des données de fichier d'une taille prédéfinie ou plus grande ; s'il est déterminé que les données de TR ne comprennent pas les données de fichier de la taille prédéfinie ou plus grande, transmettre une première demande de stockage comprenant les données de TR à un serveur en nuage basé sur une chaîne de blocs qui stocke des données de TR de la pluralité de dispositifs clients ; et s'il est déterminé que les données de TR comprennent les données de fichier de la taille prédéterminée ou plus grande, transmettre une seconde demande de stockage comprenant au moins une partie des données de TR à un système de fichier interplanétaire (IPFS) connecté au dispositif serveur.
PCT/KR2023/012195 2022-08-24 2023-08-17 Dispositif serveur pour fournir un service de gestion et de génération de curriculum vitae, et son procédé de fonctionnement WO2024043613A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020220106258A KR102517196B1 (ko) 2022-08-24 2022-08-24 이력서 생성 및 관리 서비스를 제공하기 위한 서버 장치 및 그 동작 방법
KR10-2022-0106258 2022-08-24

Publications (1)

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

Family

ID=85936625

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2023/012195 WO2024043613A1 (fr) 2022-08-24 2023-08-17 Dispositif serveur pour fournir un service de gestion et de génération de curriculum vitae, et son procédé de fonctionnement

Country Status (2)

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

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102517196B1 (ko) * 2022-08-24 2023-04-03 주식회사 엔터프라이즈블록체인 이력서 생성 및 관리 서비스를 제공하기 위한 서버 장치 및 그 동작 방법

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130077433A (ko) * 2011-12-29 2013-07-09 한국인터넷진흥원 모바일 클라우드 서비스 권한 관리 시스템 및 방법
KR102134898B1 (ko) * 2019-10-15 2020-07-17 주식회사 에프원시큐리티 클라우드 기반 통합 웹서버 보안서비스 제공 시스템 및 방법
KR20210080072A (ko) * 2019-12-20 2021-06-30 방현배 이력서 제공 시스템 및 이력서 제공 방법
KR102287729B1 (ko) * 2020-02-17 2021-08-20 주식회사 아웃라이어스 블록체인 기반 사용자 정보 관리 방법 및 시스템
KR102392739B1 (ko) * 2021-03-02 2022-05-03 주식회사 에이아이댑스 IPFS(Inter Planetary File System) 기반의 분산 클라우드 저장소를 이용한블록체인 기반 클라우드 서비스 제공 방법 및 시스템
KR102517196B1 (ko) * 2022-08-24 2023-04-03 주식회사 엔터프라이즈블록체인 이력서 생성 및 관리 서비스를 제공하기 위한 서버 장치 및 그 동작 방법

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130077433A (ko) * 2011-12-29 2013-07-09 한국인터넷진흥원 모바일 클라우드 서비스 권한 관리 시스템 및 방법
KR102134898B1 (ko) * 2019-10-15 2020-07-17 주식회사 에프원시큐리티 클라우드 기반 통합 웹서버 보안서비스 제공 시스템 및 방법
KR20210080072A (ko) * 2019-12-20 2021-06-30 방현배 이력서 제공 시스템 및 이력서 제공 방법
KR102287729B1 (ko) * 2020-02-17 2021-08-20 주식회사 아웃라이어스 블록체인 기반 사용자 정보 관리 방법 및 시스템
KR102392739B1 (ko) * 2021-03-02 2022-05-03 주식회사 에이아이댑스 IPFS(Inter Planetary File System) 기반의 분산 클라우드 저장소를 이용한블록체인 기반 클라우드 서비스 제공 방법 및 시스템
KR102517196B1 (ko) * 2022-08-24 2023-04-03 주식회사 엔터프라이즈블록체인 이력서 생성 및 관리 서비스를 제공하기 위한 서버 장치 및 그 동작 방법

Also Published As

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

Similar Documents

Publication Publication Date Title
WO2018074870A1 (fr) Procédé de fourniture d'objet de réalité augmentée et serveur utilisant une authentification d'image
WO2015016627A1 (fr) Procédé et dispositif permettant de connecter un seul dispositif ap parmi de multiples dispositifs ap dans le même réseau sur un terminal
WO2016108468A1 (fr) Terminal utilisateur, appareil de fourniture de services, procédé de commande de terminal utilisateur, procédé de commande d'appareil de fourniture de services, et système de recherche à base d'indexation de chiffrement
WO2024043613A1 (fr) Dispositif serveur pour fournir un service de gestion et de génération de curriculum vitae, et son procédé de fonctionnement
WO2014161157A1 (fr) Procédé de téléversement de fichier sur un stockage en nuage, client, serveur d'application et système de stockage en nuage
WO2017213281A1 (fr) Procédé de désidentification de données volumineuses
WO2018076868A1 (fr) Procédé, dispositif et système de synchronisation de données, support de stockage et serveur
WO2020189926A1 (fr) Procédé et serveur permettant de gérer une identité d'utilisateur en utilisant un réseau à chaîne de blocs, et procédé et terminal d'authentification d'utilisateur utilisant l'identité d'utilisateur basée sur un réseau à chaîne de blocs
WO2020149564A1 (fr) Dispositif électronique demandant des informations d'assistance de sélection de tranche de réseau (nssai) dans un réseau de communication sans fil et procédé associé
WO2018166091A1 (fr) Procédé, système et terminal de signature de prêt en face à face, et support d'enregistrement lisible par ordinateur
WO2016080595A1 (fr) Procédé pour fournir un service à numéros multiples
WO2020032445A1 (fr) Dispositif électronique, dispositif électronique externe et procédé de gestion de modules d'identité de souscripteur intégré de dispositif électronique externe
WO2019054779A1 (fr) Dispositif electronique pour traitement de message et procédé de fonctionnement de celui-ci
WO2020071809A1 (fr) Procédé et appareil de gestion d'assertion améliorée dans un traitement multimédia en nuage
WO2017028573A1 (fr) Procédé et système de traitement d'informations d'image sur la base d'un terminal mobile
WO2022060149A1 (fr) Dispositif électronique de gestion de droit à l'aide d'un réseau décentralisé et son procédé de fonctionnement
WO2016064235A2 (fr) Procédé de gestion d'une ressource enfant d'un membre d'un groupe dans un système de communication sans fil, et dispositif associé
WO2021177695A1 (fr) Dispositif électronique pour fournir des informations de transaction et procédé de fonctionnement associé
WO2020032353A1 (fr) Dispositif électronique, dispositif électronique externe et procédé de gestion d'une esim de dispositif électronique externe
WO2018076829A1 (fr) Serveur, support d'informations, système, appareil et procédé de traitement de données de terminal
WO2021241849A1 (fr) Dispositif électronique pour la réalisation d'un service informatique périphérique et procédé de fonctionnement de dispositif électronique
WO2014017882A1 (fr) Terminal et serveur réalisant une synchronisation de données
WO2018076870A1 (fr) Procédé et appareil de traitement de données, support de stockage, serveur, et système de traitement de données
WO2018076873A1 (fr) Procédé de partage de données, appareil, support, dispositif électronique, et système
WO2017219636A1 (fr) Procédé d'échange de données, serveur en nuage et terminal intelligent

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