iliekcomputers: Finally pushed the test. The rebase was stuck as I had some commit in the branch locally that was causing conflict. Sorry for the fuss
iliekcomputers
shivam-kapila: already reviewed
lol
shivam-kapila
wow!
iliekcomputers
ruaok: did you see the warnings in sentry 🤣
ouch
well, at least it works
for some definition of works
ruaok
I didn't look. what happened?
shivam-kapila
iliekcomputers: How can I test whether the listens are deleted or not. Any reference in already existing tests?
iliekcomputers
there's a log for when a file doesn't exist in hdfs and we try to load it. we don't have any listens for the years of 2005 - 2007 i think, and we try to load it all.
after this, you'd probably submit a POST to the endpoint you added
and then call the get_listens endpoint again, which should this time not return any listens
does that make sense?
shivam-kapila
yeah. thanks a lot :)
iliekcomputers
shivam-kapila: also, if you're adding something that is user-facing, it is very helpful if you post a video / gif / screenshot showing what you've changed
shivam-kapila
Sure. Locked in mind from now.
The check that listens were deleted successfully are to be added to both tesh.sh and integration-test.sh. Right?
shivam-kapila: did i ever follow up with you about the figma you made?
supersandro2000 has quit
supersandro2000 joined the channel
shivam-kapila
My fault here. I didnt discuss my status on it. Actually I am trying to remake the design using image based card view design. So as ruaok pointed out that there can be issues with loading so many images. So I am trying to optimise that. Also for the graph plotting I found http://recharts.org. But they dont have quite good docs so trying tweaking through that. I will finish that just after my exams.
iliekcomputers
question
can we do them one by one
shivam-kapila
You mean image loading?
iliekcomputers
like create a graph each in different react components, each on it's own page and then later add a dashboard
shivam-kapila
I guess yes.
Will try to separate the graph here and import it into the dashboard