You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to manage if a session is eligible for giving certificates, two new field should be added to the 'Session' model:
token ('string') -> To store the token key sent to the meetup host to be used to apply for the certificate. CHECK that this is only valid if the session "certificable" field is set to True.
certificable ('boolean') -> To indicate if a session is eligible to give certificates to the assistants.
The text was updated successfully, but these errors were encountered:
In order to manage if a session is eligible for giving certificates, two new field should be added to the 'Session' model:
token ('string') -> To store the token key sent to the meetup host to be used to apply for the certificate. CHECK that this is only valid if the session "certificable" field is set to True.
certificable ('boolean') -> To indicate if a session is eligible to give certificates to the assistants.
The text was updated successfully, but these errors were encountered: