Skip to content

Conversation

leo-generali
Copy link

@leo-generali leo-generali commented Sep 4, 2025

Description

  • Creates the final screen of the "Create Mock Data" generator flow:
CleanShot 2025-09-04 at 15 00 38@2x

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@leo-generali leo-generali force-pushed the CLOUDP-333859-script-output-screen branch from c8dd1ff to 6c55005 Compare September 4, 2025 20:18
@leo-generali leo-generali force-pushed the CLOUDP-333859-script-output-screen branch from 7713d6d to 13a8e9a Compare September 5, 2025 19:52
@leo-generali leo-generali marked this pull request as ready for review September 5, 2025 21:21
@leo-generali leo-generali requested a review from a team as a code owner September 5, 2025 21:21
@leo-generali leo-generali marked this pull request as draft September 5, 2025 21:21
@kpamaran kpamaran self-requested a review September 5, 2025 21:25
@kpamaran
Copy link
Collaborator

kpamaran commented Sep 5, 2025

@leo-generali Can you provide a screenshot? Not a blocker btw

</ul>
</section>
<section>
<Body baseFontSize={16} weight="medium">
Copy link
Collaborator

@kpamaran kpamaran Sep 5, 2025

Choose a reason for hiding this comment

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

nit: I think it's more semantic html to have as="h3" as a prop for this instruction and the other elements of the same weight="medium".

import { useConnectionInfo } from '@mongodb-js/compass-connections/provider';

const RUN_SCRIPT_COMMAND = `
mongosh "mongodb+srv://<your-cluster>.mongodb.net/mockDataDB" \\
Copy link
Collaborator

@kpamaran kpamaran Sep 5, 2025

Choose a reason for hiding this comment

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

nit: mockDataDB should be replace with a <your-database>
supernit: the user placeholders should all either be camelCase or hyphen-separated

@kpamaran
Copy link
Collaborator

kpamaran commented Sep 5, 2025

I think it's ready for review @leo-generali. I only had nits

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