Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request photos of user identification documents to validate a signature #168

Closed
10 tasks
vitormattos opened this issue Apr 11, 2021 · 1 comment
Closed
10 tasks
Labels
backend Backend task enhancement App improviments frontend Frontend task

Comments

@vitormattos
Copy link
Member

vitormattos commented Apr 11, 2021

When a person requests a signature from another person, they must have the option to tell which photo documents they want the other person to attach to validate the signature.

When someone is going to sign a document and it is necessary to attach a document, that person must choose:

  • associate this document with the current document only
  • Associate the document with the profile
    • Display or not the attached document name in your profile

Backend

  • Create table for types of attachments that are from the system
  • Create table for types of attachments required only for a single document to be signed
  • When requesting a signature from a person, add an array to inform which document photos should be attached and requested when signing the document and whether these documents will need to be approved before allowing the document to be signed.
  • Endpoint to save a document attached to a signature
    • Request document type and binary to be attached
    • validate the binary to only accept allowed formats
  • When a person signs a document, validate that all attachments have been sent and approved
  • Endpoint to approve or disapprove an attached document photo
    Estimate: 40h

Frontend

  • Request photos of attached documents that are required when signing a document
  • To ask:
  • want to save these photos to your profile?
  • Allow others to request documents that are in the profile
  • Use the attached photos of documents only to sign the current document
    Estimate: 40h
@vitormattos vitormattos created this issue from a note in Macro version 2: N-2 (To do) Apr 11, 2021
@vitormattos vitormattos added backend Backend task enhancement App improviments frontend Frontend task labels Apr 11, 2021
@vitormattos vitormattos changed the title Request photos of documents Request photos of user identification documents to validate a signature Apr 11, 2021
@vitormattos vitormattos removed this from To do in Macro version 2: N-2 Apr 11, 2021
@vitormattos vitormattos moved this from To do to Backlog in Macro version 1: N-1 Apr 28, 2021
@vitormattos vitormattos moved this from Backlog to To do in Macro version 1: N-1 May 3, 2021
@vitormattos vitormattos moved this from To do to Backlog in Macro version 1: N-1 May 3, 2021
@vitormattos vitormattos moved this from Backlog to To do in Macro version 1: N-1 May 3, 2021
@vitormattos vitormattos removed this from To do in Macro version 1: N-1 May 17, 2021
@vitormattos vitormattos moved this from Backlog to To do in Macro version 2: N-2 Jun 17, 2021
@vitormattos
Copy link
Member Author

A milestone was created

Macro version 2: N-2 automation moved this from To do to Done Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend task enhancement App improviments frontend Frontend task
Projects
No open projects
Development

No branches or pull requests

1 participant