-
Notifications
You must be signed in to change notification settings - Fork 3
Async import of the appStore packages #1
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
base: appstore-sync-refactor-base
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
PR #1
PR Type
Enhancement
Description
Convert appStore package imports to async dynamic imports
Update getCalendar function to async with Promise return type
Update all callers of getCalendar to await the async function
Refactor getVideoAdapters to async with proper Promise handling
Update payment app access patterns to use async imports
Diagram Walkthrough
File Walkthrough
12 files
Convert static imports to dynamic async importsMake getCalendar function async with PromiseAwait async getCalendar calls throughoutRefactor getVideoAdapters to async functionAwait async getCalendar in event deletionAwait async getCalendar in reschedule logicAwait async getCalendar in reschedule logicAwait async getCalendar and appStore accessAwait async getCalendar in booking deletionAwait async appStore payment app accessAwait async appStore payment app accessAwait async getCalendar and appStore access