bible-strong icon indicating copy to clipboard operation
bible-strong copied to clipboard

Contribute to commentaries database

Open v4ndr opened this issue 1 year ago • 1 comments

Hi ! First of all : congratulations for this project, it's for me the best bible app on the market, both in term of features and in term of UI/UX.

I love the commentary feature accessible verse by verse. Is there a way to participate to the available commentaries ?

Based on the code : the comments seem to come from a firebase db.

Could you for exemple share the database structure so we can format commentaries and commit to this db ?

Cheers from France

v4ndr avatar Feb 25 '24 09:02 v4ndr

Hi ! Thank you for the kind words !

Here is a quick screenshot of the db schema The upper part you can't see is "content".

image image

eg:

for genese 1:1 we go to verse-commentaries -> 1-1-1 -> { id: 1-1-1, count: 28, commentaries } -> 1 ->

content
href
id
isSDA
order
resource
	author
	code
	logo
	name
type

Hope it helps !

smontlouis avatar Feb 28 '24 13:02 smontlouis