May be difficult from a technical standpoint to switch up how I'm retrieving quotes for the widget
have to store the chosen quote in a variable, that'll get passed to the DataService()
Then, instead of gettingrandomquotebyclassification, it'll detect that there's a new quote there, perhaps with a different variable like isQuoteChosen, then diverting from getting it with the API method, and instead from the data service (local to app, saving cost)
Then, I'd have to reset the isQuoteChosen variable for next quote to retrieve, in case it's not a chosen one
May be difficult from a technical standpoint to switch up how I'm retrieving quotes for the widget
DataService()
isQuoteChosen
, then diverting from getting it with the API method, and instead from the data service (local to app, saving cost)isQuoteChosen
variable for next quote to retrieve, in case it's not a chosen one