Skip to content

Conversation

@euanmillar
Copy link
Contributor

@euanmillar euanmillar commented Oct 24, 2025

  • Localhost versions of metabase

  • default view for perf manager

@github-actions
Copy link
Contributor

Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:

  • Changelog is read by country implementors who might not always be familiar with all technical details of OpenCRVS. Keep language high-level, user friendly and avoid technical references to internals.
  • Answer "What's new?", "Why was the change made?" and "Why should I care?" for each change.
  • If it's a breaking change, include a migration guide answering "What do I need to do to upgrade?".

@euanmillar euanmillar added this to the 1.9.0 milestone Oct 24, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Overview

Important Files Changed

File Analysis

Filename Score Overview
src/client-config.js 5/5 Updated dashboard configuration from test endpoint to localhost Metabase URLs (port 4444) with three dashboards: registrations, completeness, and registry

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

description: 'Menu item for registrations dashboard'
},
url: 'http://localhost:3040/ping'
url: `http://localhost:4444/public/dashboard/03be04d6-bde0-4fa7-9141-21cea2a7518b#bordered=false&titled=false&refresh=300` // Filled in below
Copy link
Contributor

Choose a reason for hiding this comment

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

style: remove the // Filled in below comment - it's misleading since the URL is already complete

Suggested change
url: `http://localhost:4444/public/dashboard/03be04d6-bde0-4fa7-9141-21cea2a7518b#bordered=false&titled=false&refresh=300` // Filled in below
url: `http://localhost:4444/public/dashboard/${dashboard_id}#bordered=false&titled=false&refresh=300`

@euanmillar euanmillar changed the base branch from develop to release-v1.9.0 October 27, 2025 10:56
@rikukissa rikukissa merged commit cc1a98f into release-v1.9.0 Oct 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants