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

Add feature to select different document in template #1549

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

nirzaf
Copy link

@nirzaf nirzaf commented Jan 26, 2025

Related to #1477

Add functionality to select a different base document in templates.

  • EditTemplate Component:

    • Add a file input field to allow users to upload a new base document.
    • Update the form submission logic to handle the new base document.
    • Update the state to include the new base document.
  • TemplatePlaceholder Component:

    • Add logic to handle the new base document when fetching template details.
    • Update the state to include the new base document.
    • Update the handleSaveTemplate function to save the new base document.
  • createTemplatewithCoordinate Function:

    • Add logic to handle the new base document when creating a template.
    • Update the state to include the new base document.
  • createDocumentWithTemplate Function:

    • Add logic to handle the new base document when creating a document from a template.
    • Update the state to include the new base document.

Related to OpenSignLabs#1477

Add functionality to select a different base document in templates.

* **EditTemplate Component**:
  - Add a file input field to allow users to upload a new base document.
  - Update the form submission logic to handle the new base document.
  - Update the state to include the new base document.

* **TemplatePlaceholder Component**:
  - Add logic to handle the new base document when fetching template details.
  - Update the state to include the new base document.
  - Update the `handleSaveTemplate` function to save the new base document.

* **createTemplatewithCoordinate Function**:
  - Add logic to handle the new base document when creating a template.
  - Update the state to include the new base document.

* **createDocumentWithTemplate Function**:
  - Add logic to handle the new base document when creating a document from a template.
  - Update the state to include the new base document.
Copy link

vercel bot commented Jan 26, 2025

@nirzaf is attempting to deploy a commit to the prafull 's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant