1
0
Fork 0

Merge pull request #2168 from hughrun/tour

Add guided tour / walkthrough
This commit is contained in:
Mouse Reeve 2022-07-28 11:08:49 -07:00 committed by GitHub
commit ed20587695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 1696 additions and 40 deletions

View file

@ -143,6 +143,7 @@ class User(OrderedCollectionPageMixin, AbstractUser):
show_goal = models.BooleanField(default=True)
show_suggested_users = models.BooleanField(default=True)
discoverable = fields.BooleanField(default=False)
show_guided_tour = models.BooleanField(default=True)
# feed options
feed_status_types = ArrayField(