Skip to content

WIP - Add links to useful dashboard locations #6248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

joshcoughlan
Copy link

Description

Changelog Description

Added

Removed

Fixed

Changed

Pre-review checklist

Please make sure the items below have been covered before requesting a review:

  • This change works and has been tested locally or in Codespaces (or has an appropriate fallback).
  • This change works and has been tested on a sandbox.
  • This change has relevant unit tests (if applicable).
  • This change uses a rollout method to ease with deployment (if applicable - especially for large scale actions that require writes).
  • This change has relevant documentation additions / updates (if applicable).
  • I've created a changelog description that aligns with the provided examples.

Pre-deploy checklist

  • VIP staff: Ensure any alerts added/updated conform to internal standards (see internal documentation).

Steps to Test

@joshcoughlan joshcoughlan requested a review from a team as a code owner April 17, 2025 17:10
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 31.52%. Comparing base (c96846b) to head (e5ad5c1).

Files with missing lines Patch % Lines
vip-dashboard/components/widget-welcome.php 0.00% 6 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #6248      +/-   ##
=============================================
+ Coverage      31.47%   31.52%   +0.05%     
  Complexity      5008     5008              
=============================================
  Files            298      298              
  Lines          22015    21978      -37     
=============================================
  Hits            6929     6929              
+ Misses         15086    15049      -37     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -7,6 +7,35 @@ function render_vip_dashboard_widget_welcome() {

<p>WordPress VIP is a partnership between Automattic and the most high-profile, innovative and smart WordPress websites out there. We’re excited to have you here.</p>

<h3 class="widget__subtitle">WPVIP Dashboard Links</h3>

<a href="https://dashboard.wpvip.com/apps/<?= VIP_GO_APP_ID . "/" . VIP_GO_APP_ENVIRONMENT ?>" target="_blank">WPVIP Dashboard</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this will work as intended for child sites since VIP_GO_APP_ID doesn't translate to the parent ID.

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.

2 participants