From 9f9654f14eaa2f7058990b11937b0e07cf0f3f1b Mon Sep 17 00:00:00 2001 From: Carson Davis Date: Tue, 10 Dec 2024 22:05:02 -0600 Subject: [PATCH] add overview readme to link all the documentation --- sde_collections/models/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sde_collections/models/README.md diff --git a/sde_collections/models/README.md b/sde_collections/models/README.md new file mode 100644 index 00000000..3c326f6a --- /dev/null +++ b/sde_collections/models/README.md @@ -0,0 +1,15 @@ +# COSMOS Curation System + +A system for managing collections of URLs through pattern-based rules and status workflows. + +## Documentation + + +- [URL Pattern Overview](./README_PATTERN_OVERVIEW.md) - Core pattern system for URL filtering and modification + - [Pattern System Details](./README_PATTERN_SYSTEM.md) + - [URL Lifecycle Management](./README_LIFECYCLE.md) + - [Pattern Resolution](./README_PATTERN_RESOLUTION.md) + - [URL Inclusion/Exclusion](./README_INCLUSION.md) + - [Pattern Unapplication Logic](./README_UNAPPLY_LOGIC.md) +- [Collection Status Workflows](./README_STATUS_TRIGGERS.md) - Collection progression and automated triggers +- [Reindexing Status System](./README_REINDEXING_STATUSES.md) - Status management for reindexing collections