suttacentral / bilara

Our Computer Aided Translation software
10 stars 8 forks source link

Make Bilara aware of new bilara-data documents #48

Closed firepick1 closed 4 years ago

firepick1 commented 4 years ago

@Blake, this suggests to me that Bilara is only checking for new suttas on initialization rather than periodically. We are updating bilara-data via pull request from a fork of bilara-data. If this is the case, then I believe we will need one of the following:

blake-sc commented 4 years ago

Bilara uses a webhook to be immediately notified of updates to the data repository. So the code which responds to the webhook has to be updated to react correctly to files being added.

sujato commented 4 years ago

If I understand this correctly, the issue is resolved. Bilara does in fact update when new documents are added.