LePa-YU / Visualizer

A web based tool to represent the AIR model of LePa project
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Saving user layout #2

Open biltzerpos opened 2 years ago

biltzerpos commented 2 years ago

Branch: development The user has no way to save the layout of any view they have created. Going to a new view and coming back to the previous one erases all user changes.

mbaljko commented 2 years ago

I think we should wait on this until we have more clarity around what the different views are and their names

biltzerpos commented 2 years ago

Agreed. Will revisit after the views have been decided.

mbaljko commented 2 years ago

a propos this issue, added a glossary section to README.md. When we pick this issue up again, we will need to clarify whether we are talking about layout cf view

ElmiraOn commented 2 years ago

there is one solution that I think might be possible. at the end of the interactivity panel, we can generate the options. We can add an input box in the options menu (new expander) where they can copy-paste the options and set the options to their customization. However the catch is that the options generated are not exactly python ready and need some changes (e.g., true in options is true while python requires True) and we might need a function/class to go through the input and transform it for python.