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

feat: qbd-direct onboarding prerequisite UI implementation #1058

Merged

Conversation

DhaaraniCIT
Copy link
Contributor

@DhaaraniCIT DhaaraniCIT commented Nov 5, 2024

Description

feat: qbd-direct onboarding prerequisite UI implementation

Clickup

https://app.clickup.com/t/86cwzcemf

image Screenshot 2024-11-06 at 1 06 56 PM

Summary by CodeRabbit

Release Notes

  • New Features

    • Enhanced onboarding process with updated integration instructions for QuickBooks Desktop.
    • Introduced new components for managing file downloads, connection setup, and data synchronization.
    • Added conditional rendering for improved user feedback and interaction.
  • Bug Fixes

    • Corrected naming inconsistencies in onboarding states and improved routing logic.
  • Style

    • Updated styles for various components, including spinners and buttons, to enhance UI consistency and responsiveness.
  • Documentation

    • Improved instructional text and labels for clarity in the QuickBooks Desktop integration process.

Copy link
Contributor

coderabbitai bot commented Nov 5, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The changes in this pull request primarily involve updates to various configuration files, components, and services related to the integration of QuickBooks Desktop. Notable modifications include the rebranding of configuration texts, the introduction of new enums, and enhancements to several Angular components to improve user interactions and onboarding processes. Additionally, new input and output properties have been added to facilitate better data handling and communication between components.

Changes

File Path Change Summary
src/app/branding/c1-contents-config.ts Updated configuration section under qbd_direct key to reflect QuickBooks Desktop integration, modifying texts for clarity.
src/app/branding/fyle-contents-config.ts Modified qbd_direct section to reference QuickBooks Desktop instead of NetSuite, including updates to exportSetting and various labels.
src/app/core/models/common/helper.model.ts Renamed type checkBoxEvent to CheckBoxUpdate, maintaining its structure.
src/app/core/models/enum/enum.model.ts Added enums QBDPreRequisiteState and QBDConnectionStatus, updated QbdDirectOnboardingState, and added new entry to ConfigurationCta.
src/app/core/models/qbd-direct/qbd-direct-configuration/qbd-direct-connector.model.ts Introduced new types QBDPrerequisiteObject and SyncDataType, and added import for QBDPreRequisiteState.
src/app/core/models/qbd-direct/qbd-direct-configuration/qbd-direct-onboarding.model.ts Corrected state naming in QbdOnboardingStepperMap, updated styleClasses for onboarding steps.
src/app/core/services/qbd-direct/qbd-direct-configuration/qbd-direct-connector.service.ts Updated constructor to inject ApiService and WorkspaceService, added methods postQbdDirectConntion and syncAttribuites.
src/app/core/services/qbd-direct/qbd-direct-configuration/qbd-direct-connector.service.spec.ts Disabled test suite by changing describe to xdescribe.
src/app/core/services/qbd-direct/qbd-direct-core/qbd-direct-connector.service.ts Removed the QbdDirectConnectorService class entirely.
src/app/integrations/qbd-direct/qbd-direct-onboarding/qbd-direct-onboarding-connector/qbd-direct-onboarding-connector.component.html Overhauled HTML structure to include onboarding components and conditional loading indicators.
src/app/integrations/qbd-direct/qbd-direct-onboarding/qbd-direct-onboarding-connector/qbd-direct-onboarding-connector.component.ts Enhanced component with new properties and methods for managing onboarding steps and connection states.
src/app/integrations/qbd-direct/qbd-direct-onboarding/qbd-direct-onboarding-pre-requisite/qbd-direct-onboarding-pre-requisite.component.html Replaced simple layout with complex onboarding stepper and configuration content.
src/app/integrations/qbd-direct/qbd-direct-onboarding/qbd-direct-onboarding-pre-requisite/qbd-direct-onboarding-pre-requisite.component.ts Introduced new component for managing onboarding prerequisites with added properties and methods for state management.
src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-data-sync/qbd-direct-data-sync.component.html Updated layout to include responsive design and loading states for data synchronization.
src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-data-sync/qbd-direct-data-sync.component.ts Enhanced component with new input properties and output event emitters for better data handling.
src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-download-file/qbd-direct-download-file.component.html Overhauled template structure to include input fields and conditional rendering for download status.
src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-download-file/qbd-direct-download-file.component.ts Added input and output properties for managing download states and user interactions.
src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-setup-connection/qbd-direct-setup-connection.component.html Enhanced layout with conditional rendering based on connection status and loading states.
src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-setup-connection/qbd-direct-setup-connection.component.ts Introduced new properties and methods for managing connection setup and user feedback.
src/app/integrations/qbd-direct/qbd-direct.component.ts Updated routing logic for onboarding states to align with QuickBooks Desktop paths.
src/app/integrations/qbd-direct/qbd-direct.module.ts Removed QbdDirectComponent from imports, indicating it is no longer declared in this module.
src/app/shared/components/configuration/configuration-confirmation-dialog/configuration-confirmation-dialog.component.html Added conditional rendering based on appName to enhance user feedback in the dialog.
src/app/shared/components/configuration/configuration-confirmation-dialog/configuration-confirmation-dialog.component.ts Added new input properties to enhance configurability and updated initialization logic for branding.
src/app/shared/components/configuration/configuration-info-label/configuration-info-label.component.html Introduced conditional rendering of an SVG icon based on showIcon property.
src/app/shared/components/configuration/configuration-info-label/configuration-info-label.component.ts Added showIcon input property to control icon visibility.
src/app/shared/components/configuration/configuration-step-footer/configuration-step-footer.component.html Modified conditional rendering logic for footer component based on new criteria.
src/app/shared/components/core/svg-icon/svg-icon.component.ts Added new icon mappings to the ICON_MAPPING constant.
src/app/shared/components/helper/onboarding-stepper/onboarding-stepper.component.scss Introduced new CSS class for prerequisite step styling.
src/app/shared/components/input/checkbox-button/checkbox-button.component.scss Updated class names for checkbox styling and introduced hover states.
src/app/shared/components/input/checkbox-button/checkbox-button.component.ts Updated output event emitter type from checkBoxEvent to CheckBoxUpdate.
src/styles.scss Added new spinner class and updated styles for various UI components.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant OnboardingConnector
    participant APIService
    participant WorkspaceService

    User->>OnboardingConnector: Initiates connection
    OnboardingConnector->>WorkspaceService: Fetch workspace ID
    OnboardingConnector->>APIService: postQbdDirectConnection(payload)
    APIService-->>OnboardingConnector: Connection response
    OnboardingConnector-->>User: Display connection status
Loading

Possibly related PRs

Suggested labels

size/L

Suggested reviewers

  • ashwin1111

Poem

🐇 In the meadow where rabbits play,
New features hop in bright array.
QuickBooks now takes center stage,
With onboarding steps to engage.
A joyful leap, a seamless flow,
Let’s celebrate the changes that grow! 🌼

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 5 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between dec8237 and fd801b5.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added the size/M Medium PR label Nov 5, 2024
@@ -348,7 +348,8 @@ export enum ConfigurationCta {
CONTINUE = 'Continue',
SAVING = 'Saving',
SYNCING = 'Syncing',
UPDATE = 'Update connection'
UPDATE = 'Update connection',
NEXT = 'NEXT'
Copy link
Contributor

Choose a reason for hiding this comment

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

NEXT = 'Next'

@@ -883,3 +884,8 @@ export enum ThemeOption {
LIGHT = 'light',
DARK = 'dark'
}

export enum QBDPreRequisite {
Copy link
Contributor

Choose a reason for hiding this comment

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

QBDPreRequisiteState

@@ -13,3 +15,12 @@ export type QbdConnectorGet = {
created_at: Date,
updated_at: Date
}

export type PrerequisitesObject = {
Copy link
Contributor

Choose a reason for hiding this comment

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

QBD PrerequisiteObject

<path fill-rule="evenodd" clip-rule="evenodd" d="M7.50071 9.29464C7.22471 9.29464 7.00071 9.07642 7.00071 8.80754V0.987227C7.00071 0.718345 7.22471 0.500122 7.50071 0.500122C7.77671 0.500122 8.00071 0.718345 8.00071 0.987227V8.80754C8.00071 9.07642 7.77671 9.29464 7.50071 9.29464Z" fill="#5A5D72"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.50071 9.29464C7.36804 9.29464 7.24004 9.24333 7.14671 9.15111L5.20271 7.2501C5.00804 7.05915 5.00871 6.75065 5.20404 6.56101C5.40004 6.37136 5.71604 6.37136 5.91071 6.56231L7.50071 8.1178L9.09071 6.56231C9.28537 6.37136 9.60137 6.37136 9.79737 6.56101C9.99271 6.75065 9.99337 7.05915 9.79871 7.2501L7.85471 9.15111C7.76137 9.24333 7.63337 9.29464 7.50071 9.29464Z" fill="#5A5D72"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2168 12.5001H3.79016C2.16016 12.5001 0.833496 11.2083 0.833496 9.61971V6.44703C0.833496 4.86231 2.15683 3.57376 3.78416 3.57376H4.4115C4.6875 3.57376 4.9115 3.79198 4.9115 4.06086C4.9115 4.32975 4.6875 4.54797 4.4115 4.54797H3.78416C2.70816 4.54797 1.8335 5.39943 1.8335 6.44703V9.61971C1.8335 10.6712 2.71083 11.5259 3.79016 11.5259H11.2168C12.2915 11.5259 13.1668 10.6732 13.1668 9.6262V6.45417C13.1668 5.40268 12.2888 4.54797 11.2108 4.54797H10.5895C10.3135 4.54797 10.0895 4.32975 10.0895 4.06086C10.0895 3.79198 10.3135 3.57376 10.5895 3.57376H11.2108C12.8408 3.57376 14.1668 4.86621 14.1668 6.45417V9.6262C14.1668 11.2109 12.8428 12.5001 11.2168 12.5001Z" fill="#5A5D72"/>
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
Copy link
Contributor

Choose a reason for hiding this comment

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

pls update as discussed

Copy link

github-actions bot commented Nov 6, 2024

Unit Test Coverage % values
Statements 35.32% ( 4234 / 11985 )
Branches 29% ( 1229 / 4237 )
Functions 27.9% ( 937 / 3358 )
Lines 35.45% ( 4158 / 11729 )

@@ -1,4 +1,4 @@
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
Copy link
Contributor

Choose a reason for hiding this comment

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

pls add new icon in svg component too and add relevant c1 icon as well

@@ -1,3 +1,3 @@
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
Copy link
Contributor

Choose a reason for hiding this comment

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

pls add new icon in svg component too and add relevant c1 icon as well

ashwin1111 and others added 2 commits November 13, 2024 13:29
* feat: Download qwd file UI changes

* download file Ui updation

* download file Ui updation

* download file Ui updation

* download file Ui updation

* feat: qbd connector setup UI changes (#1060)

* feat: qbd connector setup UI changes

* Merge branch qbd-direct-onboarding-download-file-UI into qbd-direct-step-connector-UI

* feat: Qbd direct connection data sync UI changes (#1061)

* feat: Qbd direct connection data sync UI changes

* input made required

* svg update

* feat: qbd direct pre requisite ts changes (#1062)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes (#1063)

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes (#1064)

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes (#1065)

* PR comment fix

* PR comment fix

* Qbd direct connector data sync up ts (#1070)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes

* feat: QBD direct main connection page business logic (#1066)

* feat: QBD direct main connection page business logic

* onboarding connection ts changes

* onboarding connection ts changes

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>
@ashwin1111 ashwin1111 merged commit 5681cba into qbd-direct-landing-page Nov 13, 2024
2 of 4 checks passed
@github-actions github-actions bot added size/XL Extra Large PR and removed size/M Medium PR labels Nov 13, 2024
ashwin1111 added a commit that referenced this pull request Nov 13, 2024
* feat: qbd direct onboarding landing page

* feat: qbd-direct-onboarding-pre-requisite implementation

* PR comments fix

* PR fix

* updateWorkspaceOnboardingState service return type update

* qbd direct logo update

* feat: qbd-direct onboarding prerequisite UI implementation (#1058)

* feat: qbd-direct-onboarding-pre-requisite implementation

* styling changes

* unit test fix

* step footer contentt fix

* pre requisite Ui updation

* PR comments fix

* PR comments fix

* feat: Download qwd file UI changes (#1059)

* feat: Download qwd file UI changes

* download file Ui updation

* download file Ui updation

* download file Ui updation

* download file Ui updation

* feat: qbd connector setup UI changes (#1060)

* feat: qbd connector setup UI changes

* Merge branch qbd-direct-onboarding-download-file-UI into qbd-direct-step-connector-UI

* feat: Qbd direct connection data sync UI changes (#1061)

* feat: Qbd direct connection data sync UI changes

* input made required

* svg update

* feat: qbd direct pre requisite ts changes (#1062)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes (#1063)

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes (#1064)

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes (#1065)

* PR comment fix

* PR comment fix

* Qbd direct connector data sync up ts (#1070)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes

* feat: QBD direct main connection page business logic (#1066)

* feat: QBD direct main connection page business logic

* onboarding connection ts changes

* onboarding connection ts changes

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>
ashwin1111 added a commit that referenced this pull request Nov 13, 2024
* feat: onboarding basic setup

* feat: qbd direct onboarding landing page (#1056)

* feat: qbd direct onboarding landing page

* feat: qbd-direct-onboarding-pre-requisite implementation

* PR comments fix

* PR fix

* updateWorkspaceOnboardingState service return type update

* qbd direct logo update

* feat: qbd-direct onboarding prerequisite UI implementation (#1058)

* feat: qbd-direct-onboarding-pre-requisite implementation

* styling changes

* unit test fix

* step footer contentt fix

* pre requisite Ui updation

* PR comments fix

* PR comments fix

* feat: Download qwd file UI changes (#1059)

* feat: Download qwd file UI changes

* download file Ui updation

* download file Ui updation

* download file Ui updation

* download file Ui updation

* feat: qbd connector setup UI changes (#1060)

* feat: qbd connector setup UI changes

* Merge branch qbd-direct-onboarding-download-file-UI into qbd-direct-step-connector-UI

* feat: Qbd direct connection data sync UI changes (#1061)

* feat: Qbd direct connection data sync UI changes

* input made required

* svg update

* feat: qbd direct pre requisite ts changes (#1062)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes (#1063)

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes (#1064)

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes (#1065)

* PR comment fix

* PR comment fix

* Qbd direct connector data sync up ts (#1070)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes

* feat: QBD direct main connection page business logic (#1066)

* feat: QBD direct main connection page business logic

* onboarding connection ts changes

* onboarding connection ts changes

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>
ashwin1111 added a commit that referenced this pull request Nov 13, 2024
* feat: checkbox button creation

* PR comments fix

* feat: onboarding basic setup (#1055)

* feat: onboarding basic setup

* feat: qbd direct onboarding landing page (#1056)

* feat: qbd direct onboarding landing page

* feat: qbd-direct-onboarding-pre-requisite implementation

* PR comments fix

* PR fix

* updateWorkspaceOnboardingState service return type update

* qbd direct logo update

* feat: qbd-direct onboarding prerequisite UI implementation (#1058)

* feat: qbd-direct-onboarding-pre-requisite implementation

* styling changes

* unit test fix

* step footer contentt fix

* pre requisite Ui updation

* PR comments fix

* PR comments fix

* feat: Download qwd file UI changes (#1059)

* feat: Download qwd file UI changes

* download file Ui updation

* download file Ui updation

* download file Ui updation

* download file Ui updation

* feat: qbd connector setup UI changes (#1060)

* feat: qbd connector setup UI changes

* Merge branch qbd-direct-onboarding-download-file-UI into qbd-direct-step-connector-UI

* feat: Qbd direct connection data sync UI changes (#1061)

* feat: Qbd direct connection data sync UI changes

* input made required

* svg update

* feat: qbd direct pre requisite ts changes (#1062)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes (#1063)

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes (#1064)

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes (#1065)

* PR comment fix

* PR comment fix

* Qbd direct connector data sync up ts (#1070)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes

* feat: QBD direct main connection page business logic (#1066)

* feat: QBD direct main connection page business logic

* onboarding connection ts changes

* onboarding connection ts changes

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>
DhaaraniCIT added a commit that referenced this pull request Dec 3, 2024
* fead: folder creation

* PR comments fix

* feat: Qbd checkbox button creation (#1054)

* feat: checkbox button creation

* PR comments fix

* feat: onboarding basic setup (#1055)

* feat: onboarding basic setup

* feat: qbd direct onboarding landing page (#1056)

* feat: qbd direct onboarding landing page

* feat: qbd-direct-onboarding-pre-requisite implementation

* PR comments fix

* PR fix

* updateWorkspaceOnboardingState service return type update

* qbd direct logo update

* feat: qbd-direct onboarding prerequisite UI implementation (#1058)

* feat: qbd-direct-onboarding-pre-requisite implementation

* styling changes

* unit test fix

* step footer contentt fix

* pre requisite Ui updation

* PR comments fix

* PR comments fix

* feat: Download qwd file UI changes (#1059)

* feat: Download qwd file UI changes

* download file Ui updation

* download file Ui updation

* download file Ui updation

* download file Ui updation

* feat: qbd connector setup UI changes (#1060)

* feat: qbd connector setup UI changes

* Merge branch qbd-direct-onboarding-download-file-UI into qbd-direct-step-connector-UI

* feat: Qbd direct connection data sync UI changes (#1061)

* feat: Qbd direct connection data sync UI changes

* input made required

* svg update

* feat: qbd direct pre requisite ts changes (#1062)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes (#1063)

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes (#1064)

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes (#1065)

* PR comment fix

* PR comment fix

* Qbd direct connector data sync up ts (#1070)

* feat: qbd direct pre requisite ts changes

* feat: qbd direct pre requisite ts changes

* feat: qbd direct connector download file ts changes

* feat: qbd direct connector setup connector ts changes

* feat: qbd direct connector data sync up ts changes

* feat: QBD direct main connection page business logic (#1066)

* feat: QBD direct main connection page business logic

* onboarding connection ts changes

* onboarding connection ts changes

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

---------

Co-authored-by: ashwin1111 <[email protected]>

* checkbox button fix

* QA fixes

* qa fixes

* qa fixes

* fix: qbd direct export settings onboarding changes and content changes (#1082)

* qbd direct export settings onboarding changes and content changes

* fix: qbd direct import settings onboarding changes and content changes (#1083)

* qbd direct import settings onboarding changes and content changes

* qbd direct advanced settings onboarding changes and content changes (#1084)

* QA fixes

* QBD direct bug fixes

* QBD direct bug fixes

* JE changes in export settings and mapping

* PR comments fix

---------

Co-authored-by: ashwin1111 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XL Extra Large PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants