From 47359a8144d768d58b6b6eed42a12f2bc0bf2dbf Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sat, 16 May 2026 19:58:46 +0000 Subject: [PATCH] docs: add FIRMS GUI planning notes - MAP_KEY management (alias display, rotation) - Satellite selection (toggle SNPP/NOAA20/NOAA21) - SNPP end-of-life notice (~Oct 2026) Co-Authored-By: Claude Opus 4.5 --- docs/PHASE-1B-NOTES.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/docs/PHASE-1B-NOTES.md b/docs/PHASE-1B-NOTES.md index b7cecc8..878c99f 100644 --- a/docs/PHASE-1B-NOTES.md +++ b/docs/PHASE-1B-NOTES.md @@ -53,3 +53,41 @@ Per stream, display: - Supervisor receives NOTIFY and hot-reloads - No service restarts required for config changes - Stream retention changes apply within 5 seconds + +## FIRMS Adapter Configuration + +### MAP_KEY Management +- Display key alias () and timestamp +- Allow operator to rotate key value (re-encrypt new key) +- Show warning if key not present (polling disabled) +- No key value display (security) + +### Satellite Selection +- Toggle individual satellites: VIIRS_SNPP, VIIRS_NOAA20, VIIRS_NOAA21 +- Stored in array +- Changes hot-reload to adapter without restart + +### SNPP End-of-Life Notice +- NASA timeline: SNPP mission ends ~October 2026 +- GUI should display warning banner when SNPP is enabled and date approaches +- Recommend adding NOAA-21 to satellites list before SNPP EOL +- After EOL, adapter will fail to fetch SNPP data (404); GUI should surface this + +## FIRMS Adapter Configuration + +### MAP_KEY Management +- Display key alias (firms) and last_used_at timestamp +- Allow operator to rotate key value (re-encrypt new key) +- Show warning if key not present (polling disabled) +- No key value display (security) + +### Satellite Selection +- Toggle individual satellites: VIIRS_SNPP, VIIRS_NOAA20, VIIRS_NOAA21 +- Stored in config.adapters.settings.satellites array +- Changes hot-reload to adapter without restart + +### SNPP End-of-Life Notice +- NASA timeline: SNPP mission ends ~October 2026 +- GUI should display warning banner when SNPP is enabled and date approaches +- Recommend adding NOAA-21 to satellites list before SNPP EOL +- After EOL, adapter will fail to fetch SNPP data (404); GUI should surface this