BloomTech-Labs/underdog-devs-ds-a

Feedback Generator Update

BrokenShell opened this issue · 2 comments

The feedback generator: RandomMenteeFeedback should run vader score on the text. This is analogous to running it at the api level for incoming feedback /create/feedback. However, it is not part of the schema, and should stay that way since we're not requiring web to handle this.

In addition we should take advantage of the new random_datetime algorithm. And remove the pd.daterange call in the feedback graph code.

BL-748 created