You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the program state is not being saved to the browser's memory or a file in JSON format – this method seems highly attractive due to its capability of storing and loading multiple saved program states.
Saving will include:
Individual
Column ID
Font size
Spacing
Leading
Language
Usage state of the OT function
Values for assigned VF
Text (conditionally)
Whether it was edited
Group
Session ID
Number of columns and rows in the interface
Type of information displayed above the text columns
Problematic data to save:
Data saving model for text with a large number of columns.
Introducing individual mode will individualize the content of each column. Each column will have its own unique key to store text. The problem arises with large files. Each column multiplying the text by its quantity will certainly affect the program's performance.
Saving font / file path
From the browser level, I'm not sure how to save the path to the selected font. This is an element that will likely need to be additionally uploaded with the JSON file. In the localStorage memory saving method, reloading the font will reset the saved settings of edited parameters."
The text was updated successfully, but these errors were encountered:
vikagrabowska
changed the title
Problems saving data
Ability to save data in Octopus (would be great to achieve that)
Mar 15, 2024
Data saving model for text with a large number of columns.
Saving font / file path
How to save the text in most optimal way when columns are in Individual mode, and how to save font in browser memory.
While entering the page https://vikagrabowska.github.io/OctopusProject/ we start a new session every time. Shall we import a path to the font or the browser should keep a font file?
Currently, the program state is not being saved to the browser's memory or a file in JSON format – this method seems highly attractive due to its capability of storing and loading multiple saved program states.
Saving will include:
Individual
Group
columns
androws
in the interfaceProblematic data to save:
Data saving model for text with a large number of columns.
Saving font / file path
The text was updated successfully, but these errors were encountered: