chrisguilbeau / taproot

Tool to study words in the Bible
MIT License
0 stars 0 forks source link

Needs Point-and-Click Interface #6

Open jscharbach opened 10 years ago

jscharbach commented 10 years ago

To allow users to pull books/passages without spelling "Thessalonians"

chrisguilbeau commented 10 years ago

Do you think a typeahead would achieve this, something like this: http://twitter.github.io/typeahead.js/examples/

We could auto calculate all usages and bible chapters and verses?

Another thing we could do is if the book is right but the chapter and reference don't exist i.e.: 1 John 6:4 Hebrews 16

We the error page could be more helpful like:

1 John 6:4 doesn't appear to be a valid reference. Here are links to all valid chapters 1 John: 1, 2, 3

Also when someone types Galatians we could put a link near the top: Click here to see the first chapter of the book Galatians...

Let me know what you think...

jscharbach commented 10 years ago

Those seem like good ideas. I don't follow on the first issue, though.

On Sunday, August 31, 2014, chrisguilbeau notifications@github.com wrote:

Do you think a typeahead would achieve this, something like this: http://twitter.github.io/typeahead.js/examples/

We could auto calculate all usages and bible chapters and verses?

Another thing we could do is if the book is right but the chapter and reference don't exist i.e.: 1 John 6:4 Hebrews 16

We the error page could be more helpful like:

1 John 6:4 doesn't appear to be a valid reference. Here are links to all valid chapters 1 John: 1, 2, 3

Also when someone types Galatians we could put a link near the top: Click here to see the first chapter of the book Galatians...

Let me know what you think...

— Reply to this email directly or view it on GitHub https://github.com/chrisguilbeau/taproot/issues/6#issuecomment-53998709.

chrisguilbeau commented 10 years ago

I think they wanted a way to click on things without typing, probably because books of the bible are easy to misspell.

jscharbach commented 10 years ago

Yes, I agree. Like the standard bible app interface.

On Sunday, August 31, 2014, chrisguilbeau notifications@github.com wrote:

I think they wanted a way to click on things without typing, probably because books of the bible are easy to misspell.

— Reply to this email directly or view it on GitHub https://github.com/chrisguilbeau/taproot/issues/6#issuecomment-54012311.