-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: /landing_v2
- P2 changes
#1173
fix: /landing_v2
- P2 changes
#1173
Conversation
WalkthroughThis update enhances the application's integration options. A new section for "Dynamics 365 Business Central" has been added with a conditional UI and integration button. The integration for "QuickBooks" now distinguishes between "Online" and "Desktop (IIF)" versions, updating the connection logic accordingly. Additionally, the display and connection checks for "Sage 300" (shown as "Sage 300 CRE") and "Sage Intacct" have been modified, while older integrations like Intacct, Xero, and QBO have been removed or replaced. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant L as Landing Component
participant S as Integration Service
U->>L: Clicks integration button (e.g., Business Central)
L->>S: Calls openInAppIntegration(BUSINESS_CENTRAL) or other integration methods
S-->>L: Returns connection status
L-->>U: Displays integration connection result
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (7)
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
fix: reorder tiles to alphabetical order
fix: logo size + font size fixes (fix: logo size + font size fixes #1171)
fix: logo size + font size fixes
fix: beta badge positioning (fix: beta badge positioning #1172)
Description
Covers P2 items
#1
and#2
:https://www.notion.so/Engineering-Internal-Item-Problem-Definition-Solution-Outline-15e2ed8bfcb381469a2cd2ee1321ca6e?pvs=4#1852ed8bfcb3801582f6efffb8994816
Clickup
https://app.clickup.com/t/86cxtgha2
Summary by CodeRabbit