google / if-this-then-ad

☀️ A game changer in rule-based marketing. Run marketing campaigns based on real world events.
Apache License 2.0
75 stars 13 forks source link

Changed Ambee data point type from 'string' to 'enum' #107

Closed paranerd closed 2 years ago

paranerd commented 2 years ago

Changed the types of the Ambee data points pollen-level and air-quality to enum because the frontend (add-rule.component.html -> mat-form-field for Value) doesn't provide any case for type string. And also, since it's supposed to be a dropdown of fixed values, it should be an Enum to begin with.