feat(enterprise): add multi-PSA adapter stubs for Autotask and Halo PSA

- Create AutotaskProvider stub with all abstract methods raising NotImplementedError
- Create HaloPSAProvider stub with all abstract methods raising NotImplementedError
- Add PSA provider grid in IntegrationsPage showing ConnectWise (active),
  Autotask (Coming Soon), and Halo PSA (Coming Soon) with appropriate badges

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 20:35:39 +00:00
parent 2f56327f81
commit 21d6d09c05
5 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from app.services.psa.halopsa.provider import HaloPSAProvider
__all__ = ["HaloPSAProvider"]