ESI-FAR / INA-tool

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

Separate globals into separate 'project' and 'render' objects #107

Open sjvrijn opened 2 months ago

sjvrijn commented 2 months ago

Separate the INA global namespace object into PROJECT and RENDER. This also makes it easier to save the project as JSON, since the whole PROJECT object can simply be saved.

[!NOTE] Depends on #103 , review and merge that PR first

Fixes #98

ermannolocascio commented 2 months ago

Did not inspect the code, however, unless I'm doing something wrong, on page refresh or after navigation for some reason the information is lost. Please see my comment here: https://github.com/ESI-FAR/INA-tool/pull/103

sjvrijn commented 1 month ago

@ermannolocascio Can you review again if this PR introduces any new bugs compared to the main branch?