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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter artist details and external links #247

Closed
lydavid opened this issue Jun 24, 2023 · 0 comments
Closed

Filter artist details and external links #247

lydavid opened this issue Jun 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lydavid
Copy link
Owner

lydavid commented Jun 24, 2023

artist details can be filtered via kotlin rather than SQL
Links might be filtered with SQL though

@lydavid lydavid added the enhancement New feature or request label Jun 24, 2023
@lydavid lydavid closed this as completed in da8e3b6 Jul 8, 2023
lydavid pushed a commit that referenced this issue Jul 18, 2023
since we don't have a paged list flow to work with here, we just pass `filterText` to each item and have them hide themselves
for urls, we can filter them before building a RelationListItem

add missing FakeSpotifyApiService so that test artist image lookup will succeed and test image loader can render a red drawable

use enum class for test tags like Kickstarter: https://github.com/kickstarter/android-oss/blob/44888d815e2c0f5070f19a039fd649bbc844f0bd/app/src/main/java/com/kickstarter/ui/activities/compose/PreLaunchProjectPageScreen.kt#L34
though detekt complains, so we move it to the end of the file, above any previews

resolves #247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant