Skip to content
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

[Feature] Guide users to download artifacts to target base #563

Conversation

wcchang1115
Copy link
Collaborator

@wcchang1115 wcchang1115 commented Dec 30, 2024

PR checklist

  • Ensure you have added or ran the appropriate tests for your PR.
  • DCO signed

What type of PR is this?
Feature

What this PR does / why we need it:

  • After preview change success, hint user to prepare base env.

Which issue(s) this PR fixes:
DRC-983

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

Base automatically changed from feature/drc-982-onboarding-guide-when-recce-server-launched-with-single to main December 30, 2024 06:44
@wcchang1115 wcchang1115 marked this pull request as ready for review December 30, 2024 08:20
@kentwelcome
Copy link
Member

This guide is for Experiment 2, the production environment setup guide should only be shown when single environment mode is true. Not just show with the feedback popup on the preview change page.

onClick={() => feedbackToast(true)}
onClick={() => {
feedbackToast(true);
prepareEnvToast(true);
Copy link
Member

Choose a reason for hiding this comment

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

Show both feedback and prepare env toast when the user clicksthe feedback button seems weird.
Give us feedback button should only show a feedback toast.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok, I will remove it.

@wcchang1115 wcchang1115 force-pushed the feature/drc-983-guide-users-to-download-artifacts-to-target-base branch from 5bb4be3 to e249fac Compare December 31, 2024 07:25
Copy link
Member

@kentwelcome kentwelcome left a comment

Choose a reason for hiding this comment

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

LGTM

@wcchang1115 wcchang1115 merged commit b034551 into main Dec 31, 2024
8 checks passed
@wcchang1115 wcchang1115 deleted the feature/drc-983-guide-users-to-download-artifacts-to-target-base branch December 31, 2024 08:03
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