From 1aa2abe98042d841758a27f846d105f9fd9485d8 Mon Sep 17 00:00:00 2001 From: Tej Kotthakota Date: Wed, 9 Jul 2025 11:56:40 -0500 Subject: [PATCH 1/2] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b3bbf5..38c79a4 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ SpaceCat Task Processor is a Node.js service that processes messages from the AW ## Project Structure - `src/` - Main source code - - `audit-status-processor/handler.js` - - `demo-url-processor/handler.js` - - `disable-import-audit-processor/handler.js` + - `tasks/demo-url-processor/handler.js` + - `tasks/disable-import-audit-processor/handler.js` + - `tasks/opportunity-status-processor/handler.js` + - `utils/slack-utils.js` - `index.js` - Main entry point and handler dispatcher - `test/` - Test files From 5aeec93946df631a249a3d75045d8301b00affa6 Mon Sep 17 00:00:00 2001 From: Tej Kotthakota Date: Wed, 9 Jul 2025 12:07:26 -0500 Subject: [PATCH 2/2] update readme --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 38c79a4..b05e21c 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,9 @@ SpaceCat Task Processor is a Node.js service that processes messages from the AW - Extensible and easy to add new handlers ## Handlers -- **audit-status-processor**: Checks and reports audit status for a site -- **demo-url-processor**: Prepares and shares a demo URL for a site +- **opportunity-status-processor**: Checks and reports status audits for a site - **disable-import-audit-processor**: Disables specified imports and audits for a site - -## Project Structure -- `src/` - Main source code - - `tasks/demo-url-processor/handler.js` - - `tasks/disable-import-audit-processor/handler.js` - - `tasks/opportunity-status-processor/handler.js` - - `utils/slack-utils.js` - - `index.js` - Main entry point and handler dispatcher -- `test/` - Test files +- **demo-url-processor**: Prepares and shares a demo URL for a site ## Setup 1. Clone the repository