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
Right now the complication of the individual data sets into the "unified" data that can be loaded quickly is done by the app itself, which is annoying and error prone. There's no reason that the scripts that generate the non-unified data from the source data sets couldn't just do the conversion to the unified form as well, so I think we should try to move towards that some point before we have to do another data update.
The text was updated successfully, but these errors were encountered:
Also, as Rob mentioned in a previous PR, we should look into streamlining how we set the current year to avoid having to change it in multiple places in both the Android (GlobalSettings.java) and iOS apps.
Right now the complication of the individual data sets into the "unified" data that can be loaded quickly is done by the app itself, which is annoying and error prone. There's no reason that the scripts that generate the non-unified data from the source data sets couldn't just do the conversion to the unified form as well, so I think we should try to move towards that some point before we have to do another data update.
The text was updated successfully, but these errors were encountered: