From b6a0abaebb75b8907fffb0e0d1e65277862280cb Mon Sep 17 00:00:00 2001 From: Cannon Lock Date: Wed, 20 Dec 2023 15:09:26 -0600 Subject: [PATCH] Add web edit table readme --- src/pages/maps/@id/edit/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/pages/maps/@id/edit/README.md diff --git a/src/pages/maps/@id/edit/README.md b/src/pages/maps/@id/edit/README.md new file mode 100644 index 00000000..461a0db4 --- /dev/null +++ b/src/pages/maps/@id/edit/README.md @@ -0,0 +1,12 @@ +# Map Editing Interface + +Table interface built for quick reconciliation of outside geometries with Macrostrats map representation. + +Features: +- Hide and Copy columns +- Standard Filter and Grouping +- Purpose built interfaces for certain columns ( Example: Selection interface for all valid age intervals ) +- View of running operations, as well as push and clear functionality +- Virtualized 'infinite' scrolling of table data to keep data downloads web friendly +- Group based auth to prevent outside changes +- \ No newline at end of file