Open nmharmon8 opened 1 year ago
I think @agrogers built something along those lines but can't find it now. It needed quite a bit of code review to be able to merge. But the feature does sound appealing.
See the images he posted here https://github.com/AndBible/and-bible/issues/2225#issuecomment-1235715531.
Finding where the bible discusses a topic by finding where a key word is frequently used. You can use the find all occurrences and search through the list, but it is hard to find what book and chapter has the most occurrences of the word.
Create a heat map of the search wold occurrence. Vertical axis would be books of the bible and horizontal axis would be chapter. It should be zoom able, scrollable, and clickable. When you click it should take you to a list of verses containing the wold from the clicked book/chapter.
You could do a histogram approach, but it would not accommodate the 2d topology of book/chapter.