-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: install questionnaires via plugins #369
base: main
Are you sure you want to change the base?
Conversation
|
||
from canvas_sdk.effects import Effect | ||
from canvas_sdk.events import EventType | ||
from canvas_sdk.protocols import BaseProtocol |
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.
I would like to start moving away from using BaseProtocol
as a default, and instead using BaseHandler
. They aren't different at the moment but they will be at some point, and in most cases BaseHandler
will be more appropriate.
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.
Happy to approve once these get changed to inheriting from BaseHandler
instead of from BaseProtocol
dbf5c73
to
0c8cf00
Compare
@aduane / @kristenoneill I found this document: https://canvas-medical.help.usepylon.com/articles/7017593857-creating-questionnaires#building-a-questionnaire-1 and based on what we have here, we need to discuss which properties we want to drop or rename. |
b5c3b72
to
36a566b
Compare
36a566b
to
d4323a3
Compare
3f9684d
to
15934d3
Compare
KOALA-2219