SebastianHanfland / RallyGPXMerger

A web tool to merge GPX tracks for bigger rallies
MIT License
4 stars 2 forks source link

Data storage #2

Closed SebastianHanfland closed 1 year ago

SebastianHanfland commented 1 year ago

As a developer of the logic I want easy access to the stored gpx segments and the entered information in the merge table, to write the logic quite independently of the UI

A mix of localstorage and redux could easily be used to ensure persistence and access