mw_models: Add 'Accepted COVID-19 Policy' field
This commit is contained in:
parent
51dd059892
commit
2549bff31f
@ -169,6 +169,7 @@ class Member(BaseModel):
|
|||||||
self_certify_essential_business = BooleanField(
|
self_certify_essential_business = BooleanField(
|
||||||
column_name="selfCertifyEssentialBusiness"
|
column_name="selfCertifyEssentialBusiness"
|
||||||
)
|
)
|
||||||
|
accepted_covid19_policy = BooleanField(column_name="Accepted COVID-19 Policy")
|
||||||
|
|
||||||
_csv_headers_override = {
|
_csv_headers_override = {
|
||||||
"Account ID": "uid",
|
"Account ID": "uid",
|
||||||
@ -177,6 +178,7 @@ class Member(BaseModel):
|
|||||||
"I have read the Claremont MakerSpace Membership Agreement & Policies, and agree to all terms stated therein.": "policy_agreement",
|
"I have read the Claremont MakerSpace Membership Agreement & Policies, and agree to all terms stated therein.": "policy_agreement",
|
||||||
"Access Permitted Using Membership Level Schedule During COVID-19 Limited Operations": "normal_access_permitted_during_covid19_limited_operations",
|
"Access Permitted Using Membership Level Schedule During COVID-19 Limited Operations": "normal_access_permitted_during_covid19_limited_operations",
|
||||||
"I hereby certify that I am involved in Essential Business as defined by the State of New Hampshire and that I will follow the practices identified in the State of New Hampshire Exhibit C to Emergency Order #40 (Section E. Manufacturing).": "self_certify_essential_business",
|
"I hereby certify that I am involved in Essential Business as defined by the State of New Hampshire and that I will follow the practices identified in the State of New Hampshire Exhibit C to Emergency Order #40 (Section E. Manufacturing).": "self_certify_essential_business",
|
||||||
|
"I have read, and agree to abide by the terms, conditions, policies and procedures contained in the Claremont MakerSpace COVID-19 Policies and Procedures.": "accepted_covid19_policy",
|
||||||
}
|
}
|
||||||
|
|
||||||
_date_fields = {
|
_date_fields = {
|
||||||
|
Reference in New Issue
Block a user