Open Issues Need Help
View All on GitHub Cím == első sor check ignorálja a vesszőket és az ismétlőjeleket about 2 months ago
AI Summary: The task is to modify the title matching logic in the Sófár DalApp to ignore commas and repetitions when comparing the title to the first line of a song. The current logic incorrectly fails to match titles with repetitions or commas. The solution likely involves improving the string comparison algorithm to only consider alphanumeric characters and spaces.
Complexity:
3/5
good first issue P0
Sor végi ikonok tűnjenek el, ha nincs kitöltve about 2 months ago
AI Summary: The task is to modify the end-of-song icons in the Sófár DalApp so that they disappear or are appropriately handled when no data is filled in, instead of simply turning gray. This involves updating the UI to conditionally render the icons based on data availability.
Complexity:
2/5
good first issue P2