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

Validate file using UUID #130

Closed
7 tasks done
vitormattos opened this issue Mar 21, 2021 · 0 comments · Fixed by #206
Closed
7 tasks done

Validate file using UUID #130

vitormattos opened this issue Mar 21, 2021 · 0 comments · Fixed by #206
Assignees
Labels
backend Backend task enhancement App improviments

Comments

@vitormattos
Copy link
Member

vitormattos commented Mar 21, 2021

All files have a file UUID. This UUID must be printed on the PDF so that it can be used on the document validation site.

Backend

  • Implement endpoint in the API to validate a UUID
    • /apps/libresign/api/0.1/file/validate/<uuid>
  • Print the UUID of the file in the PDF.
  • Check if there is a need to return data contained in the signed PDF in addition to the metadata saved in the system.
    Estimate: 2h

Frontend

  • Request the UUID field on the validation form
  • Make a request to the endpoint that returns the data of a UUID
  • Display the data on the screen.
  • Show link to download or view the PDF file. I don't know what the best option is
    Estimate: 2h
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
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants