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
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
That, in turn, relies on the Mapboard/topology-manager to solve topology (and a fairly old and inflexible version).
I propose that we split the codebase to
Put table/view definitions in the macrostrat repository
Put other API code and topology-management service in separate containers as appropriate
Move the frontend React code to the web codebase, and migrate it from Next.js to Vike to match our current approach
This will allow us keep the app closely tied to the rest of Macrostrat's user-facing code and take advantage of our CI/CD, etc.
This iteration of the app is a fairly straightforward re-implementation of the original Dacite column editing tools (PHP). However, there are other approaches to editing columns. We've created some other prototype apps that might be worth borrowing from eventually (note, these are currently not running anywhere):
stratigram: prototype image-oriented app for capture of measured sections (could be another view here)
naukluft-app: column editor focused on the specific case of a field project in Namibia
One step would just be to run these apps for testing and get a sense of what aspects might be worth harvesting.