You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement/relocate registry API (or service) in FrontDesk.Integrations so main application discovers and interacts with providers via contracts only
Application/service layer should use abstractions (interfaces, registry APIs) to resolve providers; no hardwired references to specific provider implementations
Demonstrate proper registration/use of at least one provider (e.g., Trello)
Exit criteria:
Provider registry/discovery implemented in Integrations
Main app finds providers by contract/registry
Demo/proof-of-concept: main app consuming a provider only via registry/abstraction