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

add startup assistant to the UI #17731

Merged
merged 50 commits into from
Mar 26, 2024

Conversation

ghernandez345
Copy link
Contributor

relates to #9147

add the setup assistant page to the UI. This includes:

  • new setup assistant page
  • uploaded profile and release device manually form
  • preview for setup assistant flow
  • Changes file added for user-visible changes in changes/ or orbit/changes/.
    See Changes files for more information.
  • Added/updated tests
  • Manual QA for all new/changed functionality

Copy link

codecov bot commented Mar 20, 2024

Codecov Report

Attention: Patch coverage is 11.42857% with 31 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (feat-prefill-account-name@994040b). Click here to learn what that means.

Files Patch % Lines
frontend/services/entities/mdm.ts 0.00% 30 Missing ⚠️
frontend/components/FileUploader/FileUploader.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                     Coverage Diff                      @@
##             feat-prefill-account-name   #17731   +/-   ##
============================================================
  Coverage                             ?   65.63%           
============================================================
  Files                                ?     1195           
  Lines                                ?   108330           
  Branches                             ?     2581           
============================================================
  Hits                                 ?    71098           
  Misses                               ?    31834           
  Partials                             ?     5398           
Flag Coverage Δ
frontend 51.75% <11.42%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ghernandez345 ghernandez345 requested review from a team as code owners March 25, 2024 18:14
@ghernandez345 ghernandez345 removed the request for review from a team March 25, 2024 18:18
@ghernandez345 ghernandez345 self-assigned this Mar 25, 2024
Copy link
Contributor

@jacobshandling jacobshandling left a comment

Choose a reason for hiding this comment

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

Nice, I always learn something from reviewing your code!

@@ -73,7 +76,7 @@ const FileUploader = ({
variant="brand"
isLoading={isLoading}
>
<label htmlFor="upload-profile">Upload</label>
<label htmlFor="upload-profile">{buttonMessage}</label>
Copy link
Member

Choose a reason for hiding this comment

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

more generic than "upload-profile"?


import Card from "components/Card";

import OsSetupPreview from "../../../../../../../../assets/images/os-setup-preview.gif";
Copy link
Member

Choose a reason for hiding this comment

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

todo: update gif

/**
* updates the team config. This can take any partial data that is in the team config.
*/
updateConfig: (data: any, teamId: number): Promise<ITeamConfig> => {
Copy link
Member

Choose a reason for hiding this comment

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

niceee

@@ -0,0 +1,13 @@
import { uploadedFromNow } from ".";

describe("date_format", () => {
Copy link
Member

Choose a reason for hiding this comment

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

niceee

Copy link
Member

@RachelElysia RachelElysia left a comment

Choose a reason for hiding this comment

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

Sweet thanks for all this!

@ghernandez345 ghernandez345 merged commit a292e70 into feat-prefill-account-name Mar 26, 2024
11 checks passed
@ghernandez345 ghernandez345 deleted the feat-ui-startup-assistant branch March 26, 2024 14:46
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.

4 participants