mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Enumerate onboarding steps client-side, and give a way to update them.
(imported from commit 0a993976e898cdb20ebb814a19d520572ef8b7e6)
This commit is contained in:
@@ -9,6 +9,8 @@ import base64
|
||||
import hashlib
|
||||
import simplejson
|
||||
|
||||
# The ordered list of onboarding steps we want new users to complete. If the
|
||||
# steps are changed here, they must also be changed in onboarding.js.
|
||||
onboarding_steps = ["sent_stream_message", "sent_private_message", "made_app_sticky"]
|
||||
|
||||
def create_onboarding_steps_blob():
|
||||
|
||||
Reference in New Issue
Block a user