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

Design: Form Integrations #20

Closed
JakeUrban opened this issue Nov 26, 2019 · 2 comments
Closed

Design: Form Integrations #20

JakeUrban opened this issue Nov 26, 2019 · 2 comments
Assignees
Labels
design Design the feature

Comments

@JakeUrban
Copy link
Contributor

What problem does your feature solve?

Anchors need to be able to adjust the information collected for KYC, but currently have no way of doing that without forking the codebase.

What would you like to see?

A design for form integrations that allows for the anchor to define and validate forms registered with polaris. It should the same pattern as #10 for consistency.

What should this feature provide?

It should provide an API for defining forms.

  • This includes the field list and associated validation functions. This can be done with Django Forms.
    It should provide a function for processing the information post-validation
  • The anchors could use this to persist some of the information collected.

Once the form is validated and processed, the polaris endpoint using the custom form would resume control to continue the withdraw or deposit flow.

@JakeUrban JakeUrban added the design Design the feature label Nov 26, 2019
@JakeUrban JakeUrban self-assigned this Nov 26, 2019
@JakeUrban
Copy link
Contributor Author

Design

@JakeUrban
Copy link
Contributor Author

PR

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

No branches or pull requests

1 participant