unfoldingWord / gateway-translate

A tool for editing and translating text in USFM markup
MIT License
2 stars 3 forks source link

DCS Branch Management #11

Closed mandolyte closed 1 year ago

mandolyte commented 1 year ago

Pseudo-code:

On Read

if user branch exists then attempt retrieval of USFM from the user branch; otherwise use the master branch

On Save

if user branch exists then post/put edited USFM to the user branch; otherwise create the branch first, then do the post/put.

mandolyte commented 1 year ago