-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic Source Content Update #3175
Comments
Per @cckozie and @benjore on slack: Also, It would probably be good to put 'Retry' and 'Cancel' options on the alert. If the failure was caused by no Internet connection, then that alert should be used instead of a custom one for this issue. |
Or here's a fancier version built with https://mermaidjs.github.io/ |
@benjore Has noted that we will need to support side loading local resources, which means we will need local code to handle some conversion/ingestion steps. This is part of the reason for differing server side pre-processing of the catalog. |
@benjore - how do we support if there is more than one bible in a language? The UI above has no way of selecting between various bibles in a language (e.g. ULT and UST updates for English). Current plan I believe is to bundle by bible in catalog. |
@PhotoNomad0 All of the resources for a language would come down together (e.g. UST, UDT, tW, tN, tA, etc.). We tried splitting it out, but it gets too complicated. So, from the user's perspective, it will all come together per language. From the dev's perspective, if you can see that the of that bundle only the UDT updated, then you're fine to just download that resource. |
Answer: We will be using localized language name from the translationDatabas and language code. |
@benjore - When we update a new version of a resource, do we remove the older version(s)? Specifically for example if we have a new v12.2 bible, do we remove the older v12.1 bible? |
User Story
As a user, I want to be able to update the source content (resources) in the app so that I don't have to wait for, download, and install a new release just to update tC's resources.
Specs
Notes
Breakdown
M - API Endpoint - create new spec/tC endpoint POSTPONED[4] SPIKE: Research about the tC API EndpointQuestions
GL_selection
attribute so that updated GL selections can automatically invalidate those verses?Notes from April
NEED
default_literal
translation + required tH (e.g. tW for tW Tool, tN + tA for tN Tool, etc.The text was updated successfully, but these errors were encountered: