-
Notifications
You must be signed in to change notification settings - Fork 0
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
Worship Sequences: could have link at the bottom of each song to next #87
Comments
worship sequences could be handy in presentation mode too. We have a few cases of choruses that commonly (but not always) follow each other and its a bit of bother to quickly search for and move to the correct next song when that happens. |
Hmm, yeah that would be helpful. Question: do they always follow the same sequence? Or are they more like a collection in that any song can follow any other? |
I think a mix, often the same sequence but not always. For the presentation mode I think it would be enough to hit a key and get a list of other songs in the worship set (or sets? I guess there's no reason a song couldn't be in multiple worship sets ... depends on how we model this I guess). |
I think we'd have to let songs be part of multiple worship
sets/sequences...
Simple solution: have the key press in presentation just pull up all other
songs that share the worship sequences the song is in - without indicating
which worship set. This works if people don't add too many songs to a set
- if someone started using it as a replacement for songbooks it could
quickly get unuseful.
I'm thinking on the data side just to have sets be a simple list of
song_ids with a title - might want to include some directions for what a
set is meant for on it's edit page.
This does seem like something worth doing.
…On Mon, Mar 15, 2021 at 8:14 PM Evan Hempel ***@***.***> wrote:
I think a mix, often the same sequence but not always. For the
presentation mode I think it would be enough to hit a key and get a list of
other songs in the worship set (or sets? I guess there's no reason a song
couldn't be in multiple worship sets ... depends on how we model this I
guess).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#87 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACH5ET7AAHBPFQZCBVDTUBLTD2PG5ANCNFSM4ZBCFNYA>
.
|
Idea to have songs that work well together in a sequence visible to user.
Could be done through a new feature: worship sets.
Feels like it duplicates the functionality of a songbook to some degree, though the idea is different to a degree...
Was suggested by David T. His email suggestion was for a link at the bottom of a song to move to the next in a set.
The text was updated successfully, but these errors were encountered: