-
Notifications
You must be signed in to change notification settings - Fork 26
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
Proposal for Survey protocol #109
Conversation
Initial version readme.md version 0.1 for proposed survey protocol. Still several sections to complete
Read me updated with messages for survey 0.1 protocol
Rewrote the tutorial section of the read me, added example messages
Change the response message to contain a response_type indicating if the survey response will contain data (answers) or a decline
Add survey_id to the request message
Update reference implementation information
Corrected link label
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed in DIDComm UG 20240610
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great.
Looks like the primary issue is that the |
Change title from Survey Protocol to Survey Add Jorge Flores as author
I've updated the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, i like the addition of this protocol! And I also like the re-use of JSON Schema with JSON Schema Forms, makes the protocol a lot easier.
Maybe it is worth it to add a mention of the Question Answer protocol and how this is an advanced version of that protocol?
Thank you @TimoGlastra for your feedback, it should be JSON objects instead of strings, I will update the protocol |
Is there anything holding up approval of this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DIDComm WG discussion 20240812
A protocol where a survey (JSON Forms) is sent by the requester to the responder. The responder then replies with the answers or declines the survey.