smontlouis / bible-strong

GNU General Public License v3.0
51 stars 6 forks source link

Contribute to commentaries database #139

Open v4ndr opened 4 months ago

v4ndr commented 4 months ago

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

smontlouis commented 4 months ago

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 !