ESI-FAR / INA-tool

A tool for visualising and analysing Institutional Statements
MIT License
2 stars 0 forks source link

Refactor data upload: make 'statements' objects and consistently use them #63

Closed sjvrijn closed 4 months ago

sjvrijn commented 4 months ago

Fixes #37, (partially) addresses #43

We used to load the data into columnNames and rowValues, which were inconsistently passed around and stored through the code.

This PR:

As a result, this removes any global references to rowValues, since everything is replaced with the previously mentioned statements objects instead.