2 Open Issues Need Help Last updated: Jul 7, 2025

Open Issues Need Help

View All on GitHub

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

Your Open Worship Superapp

Dart

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

Your Open Worship Superapp

Dart