Skip to content
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

ref(quick-start): Update comments in onboarding tasks model #83496

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/sentry/models/organizationonboardingtask.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ 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 }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is no longer used

# SECOND_PLATFORM: { 'platform': 'javascript' }
#
# NOTE: Currently the `PENDING` status is applicable for the following
# onboarding tasks:
#
# 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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now by adding a second project (aka platform), the task is marked as done

# ISSUE_TRACKER: Tracker added, issue not yet created


Expand Down
Loading