not sure if you would still contemplate adding to the admin, but I've been playing around with the CSV download function and I'm realizing that it would be awesome if I could tell which Zillow Flex leads were connections.
That data shows up as the element "Zillow Connected" in the tags array in the JSON person object (see below). Also, I LOVE the data picker capability you added. It is super helpful.
Add Zillow Connected column to the EventsTable (and also LeadsTable?), Yes or No, if the person object's tags array contains Zillow Connected. Might be easiest to add another attribute to the Lead schema, isZillowConnected, which is a boolean calculated based on the tags. This will make the displaying easier, because the boolean is already there, and doesn't have to be determined at the frontend.
Dan's request
Interpretation
Zillow Connected
column to theEventsTable
(and alsoLeadsTable
?),Yes
orNo
, if theperson
object'stags
array containsZillow Connected
. Might be easiest to add another attribute to theLead
schema,isZillowConnected
, which is a boolean calculated based on the tags. This will make the displaying easier, because the boolean is already there, and doesn't have to be determined at the frontend.