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

django_anysign provides generic SignerReturnView #9

Open
benoitbryon opened this issue Oct 13, 2014 · 1 comment
Open

django_anysign provides generic SignerReturnView #9

benoitbryon opened this issue Oct 13, 2014 · 1 comment
Labels

Comments

@benoitbryon
Copy link
Contributor

django_anysign.SignerReturnView is a view where signer lands back from backend page, right after he proceed/refused a signature.

Typical methods/attributes are:

  • signer and get_signer => property to get signer instance from request
  • signature and get_signature => property to get signature instance from request
  • get_context_data() => signer in context data, signer.signature in context data
  • update_signer(status, status_date) => updates signer status (backend's specific status). Not implemented.
  • update_signature(status, status_date) => updates signature status (backend's specific status). Not implemented.
  • template: signature/signer_return.html
@benoitbryon
Copy link
Contributor Author

Added expectations in ticket's description.

@benoitbryon benoitbryon modified the milestones: 0.4 - IDs, Soon Oct 13, 2014
@benoitbryon benoitbryon modified the milestones: 0.4 - IDs, Soon Jun 25, 2015
@zebuline zebuline removed this from the Soon milestone Jul 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants