matthiku / cSpot

c-SPOT - the church-Services Planning Online Tool
5 stars 4 forks source link

Presentation view: Ability to advance to next verse when it wasn't in the reference #167

Closed matthiku closed 8 years ago

matthiku commented 8 years ago

This is for the occasion when the leader announces a new verse to read but doesn't spell out the whole range he is going to read. This feature would allow the presenter to go to the next verse, even when it is outside the previously announce scripture reference.

Main problem here is to get the scripture text and which versions to support.

matthiku commented 8 years ago

Starting point is an existing item with at least one verse.

When presenting this verse, the front-end script should pull in the whole chapter from the server via AJAX. When the last verse of the chapter is reached, we should request the next chapter in the background.

We then need to add a button and define which keyboard shortcut should be used to advance to the next verse instead of to the next slide.

matthiku commented 8 years ago

Implemented with no button yet, but a keyboard shortcut: '.' (dot) So far only one direction....

matthiku commented 8 years ago

We also need to implement this for NIV texts