maxrave-dev / maxrave-dev/SimpMusic
Artist selector
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 11.4k
- Forks
- 599
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 7
Description
Problem Description
So when u click on a song The artists' names appear in a box next to the album photo, but if there are more than two artists, when you click on this box, you are always redirected to the first artist's page. Would it be possible to create separate boxes for each artist on a track that redirect to their respective pages?
Proposed Solution
To resolve this navigation issue, I propose the following implementation:
- individual Hyperlinks/Chips Instead of grouping all artist names into a single clickable container, each artist's name should be rendered as an independent, clickable element (e.g., a "Chip" component or a separate text link).
Alternative Solutions
- Distinct Hit Areas: Ensure that each artist's name has its own hit area (clickable zone) so that clicking on "Artist B" correctly routes the user to Artist B's profile, rather than defaulting to the first artist in the list.
Additional Context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the song screen's artist display and its click-handling entry point. Inspect how multiple artists are currently rendered and routed. Done means each artist has a distinct clickable area and selecting any artist opens that artist's page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100