Your Open Worship Superapp

1 stars 0 forks 1 watchers Dart GNU General Public License v2.0
3 Open Issues Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub
Automatikus görgetés about 1 month ago
good first issue P3

Your Open Worship Superapp

Dart

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