Transition to locally version controlled layouts in MCT
Closed this issue · 0 comments
Duncan-McD commented
currently our MCT is setup to use elasticsearch on the gsw scaleway server to store created layout data. Instead, we should store these in git so they are version controlled (so a rogue curl -X DELETE localhost:9200/*
doesnt delete all our layouts) Also this will mean the layouts are stored locally not on server (using json exports)