BetaX-Community / editor

A tool for editing commute data using the browser
https://editor.betax.mg
3 stars 4 forks source link

[EPIC] Add persistence for the editing done by the user #2

Open puchka opened 2 months ago

puchka commented 2 months ago

Store the edit made by a user in a database

EDIT: This should probably be done in https://github.com/BetaX-Community/map-data-server or in the mono repo if we merge the two of them.

puchka commented 1 month ago

We could use the same persistent layer as in this repo: https://github.com/srishtiprasadmanit12/Job-Tracking-Application

It also gives an example of a mono repo for integrating both map-data-server and editor together.

Any thoughts here?