Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLAT-339: add filter arg to top parser #4655

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Conversation

alecsavvy
Copy link
Contributor

Description

When anyone goes to the "Let Them DJ" page the same results are given for any user. The correct behavior is that this list is made up of playlists from the followees of the user requesting the page. If you unfollow any of the accounts on the page itself you will see they still show up after a refresh.

This fix makes the filter param available in the downstream query. Previously this was non-existent and falling into the "None" case every time.

Tests

I still need to learn how to write API level tests, stay tuned for tomorrow 馃檭

Monitoring - How will this change be monitored? Are there sufficient logs / alerts?

I don't think so. People will see that their "Let Them DJ" page change to reflect who they follow.

@alecsavvy alecsavvy added bug Something isn't working discovery-node Discovery Node (previously known as Discovery Provider) size/S labels Jan 23, 2023
@alecsavvy alecsavvy self-assigned this Jan 23, 2023
Copy link
Member

@raymondjacobson raymondjacobson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe enough to me without a deeper test. We tend to decently-well test the stuff in src/queries, but at this api-level, not a whole lot yet.

Merging will auto deploy to nodes running for staging.audius.co

@alecsavvy alecsavvy requested a review from a team January 23, 2023 23:35
@alecsavvy alecsavvy marked this pull request as ready for review January 24, 2023 17:44
@alecsavvy alecsavvy merged commit aba3339 into main Jan 25, 2023
@alecsavvy alecsavvy deleted the as-plat-339-let-them-dj branch January 25, 2023 01:07
@alecsavvy alecsavvy changed the title (WIP) PLAT-339: add filter arg to top parser PLAT-339: add filter arg to top parser Jan 25, 2023
@AudiusProject AudiusProject deleted a comment from linear bot Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discovery-node Discovery Node (previously known as Discovery Provider) size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants