You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Useful data would be cards searched for by customers which yield no results. Would allow staff to place orders that directly target in-store demand.
This should ideally be placed in the 'Reporting' feature and allow users to set a variable time frame.
Implementation could be as easy as tacking on a resultQuantity: <int> message to each getCardsWithInfo log and querying the logs API somehow by resultQuantity: 0 to then collate, filter and yield. Odds are it'll be far more involved than that.
The text was updated successfully, but these errors were encountered:
Useful data would be cards searched for by customers which yield no results. Would allow staff to place orders that directly target in-store demand.
This should ideally be placed in the 'Reporting' feature and allow users to set a variable time frame.
Implementation could be as easy as tacking on a
resultQuantity: <int>
message to eachgetCardsWithInfo
log and querying the logs API somehow byresultQuantity: 0
to then collate, filter and yield. Odds are it'll be far more involved than that.The text was updated successfully, but these errors were encountered: