From e705881928ccca60e1ca5275e3a15d94d34302a8 Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Wed, 15 Jan 2025 13:58:30 +0100 Subject: [PATCH] ref(quick-start): Update comments in onboarding tasks model --- src/sentry/models/organizationonboardingtask.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sentry/models/organizationonboardingtask.py b/src/sentry/models/organizationonboardingtask.py index a11fc03d5c6038..524a64b1be34f6 100644 --- a/src/sentry/models/organizationonboardingtask.py +++ b/src/sentry/models/organizationonboardingtask.py @@ -50,7 +50,6 @@ class OnboardingTaskStatus: # FIRST_EVENT: { 'platform': 'flask', } # INVITE_MEMBER: { 'invited_member': user.id, 'teams': [team.id] } # ISSUE_TRACKER: { 'plugin': 'plugin_name' } -# ISSUE_ASSIGNMENT: { 'assigned_member': user.id } # SECOND_PLATFORM: { 'platform': 'javascript' } # # NOTE: Currently the `PENDING` status is applicable for the following @@ -58,7 +57,6 @@ class OnboardingTaskStatus: # # FIRST_EVENT: User confirms that sdk has been installed # INVITE_MEMBER: Until the member has successfully joined org -# SECOND_PLATFORM: User confirms that sdk has been installed # USER_CONTEXT: User has added user context to sdk # ISSUE_TRACKER: Tracker added, issue not yet created