Workbook build support to localise column names [2020:M]

Issue #798 resolved
Ghislain Hachey created an issue

If possible and not too difficult, otherwise need to display the non-country specific string or something better as we move towards a single workbook for any country.

Comments (4)

  1. Brian Lewis repo owner

    feat(census): allow localisation of column names, based on vocab, or translation via new CensusWorkbookColumnMaps table

    Support editing of Column Mappings via Tables/Censuscolumns

    Resolves #798

    → <<cset 88db4479d3b9>>

  2. Brian Lewis repo owner

    As it turns out, we can head up the State, School Type columns as we please because these read-only columns are not used anyway.

    School No will may now be translated from vocab ie it can become School ID.

    Otherwise, translations may be set up using new table CensusWorkbookColumnMaps.

    These can be maintained in the lookups maintenance.

  3. Log in to comment