module Constants::User ROLES = { data_accessor: 0, data_provider: 1, data_coordinator: 2, }.freeze end