"""User constants.""" class AccountTypes: """Account types.""" LABEL = 'label' SUBACCOUNT = 'subaccount' VENDOR = 'vendor' class UserGroups: """User groups. The user groups should match the values that are in the ows-auth microservice. Those are just configuration / static variables. """ OA = 'oa' ALW = 'alw' PROFILE = 'profile' UUID_USERS = { 'google-apps|mlorenz@theorchard.com', 'google-apps|tmartino@theorchard.com', 'google-apps|npatel@theorchard.com', # QA npatel@theorchard.com 'google-apps|nsnyder@theorchard.com', 'google-apps|rshield@theorchard.com', 'google-apps|jfowler@theorchard.com', 'auth0|5e905b9af346950c4693958c', # QA npatel+10042020@theorchard.com 'auth0|5df219a7e990080cff401ace', # Prod npatel+7123@theorchard.com } # art_relations.features MARKETING_FEATURE_CONTROL = 5 ANALYTICS_FEATURE_CONTROL = 9