Enumerate onboarding steps client-side, and give a way to update them.

(imported from commit 0a993976e898cdb20ebb814a19d520572ef8b7e6)
This commit is contained in:
Jessica McKellar
2013-05-08 09:31:26 -04:00
parent c6da73ade9
commit 76a57e78ed
4 changed files with 31 additions and 0 deletions

View File

@@ -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():