New enum
Current Statuses: PENDING_CREATION, ONGOING_CREATION, ACTIVE, INACTIVE
New Statuses: PENDING_CREATION, ONGOING_CREATION, ACTIVE, SUSPENDED, DELETED
Data Migration:
INACTIVE workspaces that do not have an existing dataSource should be DELETED
INACTIVE workspaces that have one should be SUSPENDED
Business logic updates on Subscription:
when a subscription is canceled, put to SUSPENDED
when a subscription is re-activated and the workspace is SUSPENDED, re-activate
when a subscription is re-activated and the workspace is DELETED, pass in PENDING_CREATION
Make (fix) the command to delete suspended workspaces
Update sync-metadata command to also sync suspended workspaces
Update onboarding Status with PLAN_CANCELED and stop checking subscriptions in the FE. Double check redirections in PageChangeEffect
Scope & Context
New enum Current Statuses: PENDING_CREATION, ONGOING_CREATION, ACTIVE, INACTIVE New Statuses: PENDING_CREATION, ONGOING_CREATION, ACTIVE, SUSPENDED, DELETED
Data Migration:
Business logic updates on Subscription:
Make (fix) the command to delete suspended workspaces
Update sync-metadata command to also sync suspended workspaces
Update onboarding Status with PLAN_CANCELED and stop checking subscriptions in the FE. Double check redirections in PageChangeEffect