openownership / visualisation-tool

A visualisation library for beneficial ownership structures
https://www.openownership.org/en/publications/beneficial-ownership-visualisation-system/bods-data-visualiser/
Apache License 2.0
20 stars 5 forks source link

Update visualiser to handle BODS 0.4 data #151

Closed kd-ods closed 1 week ago

kd-ods commented 2 months ago

BODS 0.4 has now been released (branch | docs | changelog).

The visualiser now needs to be able to parse and render BODS 0.4 data. (While retaining the ability to parse and render BODS 0.2, and BODS 0.3 data).

Test and example data can be found in the repo. See the Example Data docs page for some context for some example data.

kd-ods commented 2 months ago

The first step of this work is for @codemacabre to understand differences between data versions so the visualiser accommodates them. Then to select changes needed to be added, or accommodated. (All fitting within the refactored framework coming out of #24.)