getbuzzr / buzzr-api

0 stars 1 forks source link

Investigate `display_afternoon`, `display_evening` etc. being deleted unexpectedly #262

Open blau2 opened 3 years ago

blau2 commented 3 years ago

Tags weren't loading in the app today, resulting in no products being shown on launch.

GET /tags/featured was returning 200 with an empty array. After further investigation, it was determined that this was caused by the fact that the featured tags that had display_morning, display_afternoon, etc. set were no longer set, resulting in no tags being returned to the client.

Investigate what caused these flags to be deleted so that we don't run into this issue again.