sebbett / ED-Backviz-Redux

ED-Backviz Redux
MIT License
3 stars 0 forks source link

Save tracked systems and session #14

Open AntonyVern opened 5 months ago

AntonyVern commented 5 months ago

Ability to save the session and already entered tracked factions/systems.

sebbett commented 5 months ago

This one is going to be trickier, but Backend-Refactoring is being built with a better backend that will more easily facilitate this. The issue comes from that the data that needs to be stored is only the system name or system ID, which comes from the API, alongside the color, which does not, and the old backend did not make it simple to break these apart.