Skip to content

Move Model experiments entry 'analyze'

What does this MR do and why?

Based on user testing (#406644 (closed)), we are moving the position of Model experiments navigation menu from Deploy to Analyze. Analyze was the original place, but that was changed on this commit

Approval for this navigation change has been given here: #406644 (comment 1451676091)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

  1. Enable the feature flag

    echo "Feature.enable(:ml_experiment_tracking)" | bundle exec rails c
  2. Navigate to any project

  3. Verify that entry to Model experiments was added to "Analyze", not to "Deploy"

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #406644 (closed)

Edited by Eduardo Bonet

Merge request reports