Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions src/main/resources/config/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ ocean-current:
id: "sixDaySst-centiles"
- title: "Timeseries"
id: "sixDaySst-timeseries"
- title: "Climatology"
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new product title "Climatology" is ambiguous now that there is also a separate climatology data-count entry directly below. Since the id is "sixDaySst-climatologySst", consider making the title explicit (e.g., "SST Climatology" / "Climatology SST") so consumers/UI can distinguish it clearly.

Suggested change
- title: "Climatology"
- title: "SST Climatology"

Copilot uses AI. Check for mistakes.
id: "sixDaySst-climatologySst"
- title: "SSTAARS Data Count Data Count"
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title "SSTAARS Data Count Data Count" contains a duplicated "Data Count", which will show up as-is in any product listing. Please correct the label (e.g., remove the duplication, and/or simplify to "Data Count" if the context already implies SSTAARS).

Suggested change
- title: "SSTAARS Data Count Data Count"
- title: "SSTAARS Data Count"

Copilot uses AI. Check for mistakes.
id: "sixDaySst-climatologyDataCount"

- title: "Chlorophyll-a Concentration"
id: "oceanColour"
Expand Down Expand Up @@ -76,15 +80,6 @@ ocean-current:
- title: "CNES MDT/CARS SST"
id: "monthlyMeans-CLIM_CNESCARS"

- title: "Climatology"
id: "climatology"
type: "ProductGroup"
children:
- title: "SST"
id: "climatology-sst"
- title: "Data Count"
id: "climatology-dataCount"

- title: "Current Meters"
id: "currentMeters"
type: "ProductGroup"
Expand Down
Loading