You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic idea: return raw atomic data in an object and let the app rendering make it into something fit for human consumption. For example consider the location field:
location: " with ID 'r3jx' in line 67 en jud book package from unfoldingword"
Put the line number in the dedicated field for that
Don't need "jud" since we already have bookID field
You can add a langId and ownerId and remove both "en" and "unfoldingword"
After this, then "location" is left with only "r3jx". But for human consumption, it would be trivial to reconstruct the longer messages based on the data fields.
Here is a picture from the console log:
The text was updated successfully, but these errors were encountered:
I think that the essence of this is achieved now by 1/ converting notices from arrays to objects, 2/ adding extra (optional) notice fields, and 3/ removing that information from the location field.
Basic idea: return raw atomic data in an object and let the app rendering make it into something fit for human consumption. For example consider the location field:
location: " with ID 'r3jx' in line 67 en jud book package from unfoldingword"
After this, then "location" is left with only "r3jx". But for human consumption, it would be trivial to reconstruct the longer messages based on the data fields.
Here is a picture from the console log:

The text was updated successfully, but these errors were encountered: