diff --git a/app/models/account/seeder.rb b/app/models/account/seeder.rb index 04ae290e5..624f4abd1 100644 --- a/app/models/account/seeder.rb +++ b/app/models/account/seeder.rb @@ -39,26 +39,38 @@ class Account::Seeder playground.cards.create! creator: creator, title: "Grab the invite link to invite someone else", status: "published", description: <<~HTML

Open Fizzy menu, select “+ Add people”, then copy the invite link. You can give this link to someone else so they can make an login for themselves in your account.

+


+ HTML playground.cards.create! creator: creator, title: "Head back home to check out activity", status: "published", description: <<~HTML

Hit “1” or pull down the Fizzy menu and select “Home”.

+


+ HTML playground.cards.create! creator: creator, title: "Check out all cards assigned to you", status: "published", description: <<~HTML

Pull down the Fizzy menu at the top of the screen, and select “Assigned to me” or just hit “3” on your keyboard any time.

+


+ HTML playground.cards.create! creator: creator, title: "Open the Fizzy menu", status: "published", description: <<~HTML

The Fizzy menu is how you get around the app. Click “Fizzy” at the top of the screen or hit the “J” key on your keyboard to pop it open.

+


+ HTML playground.cards.create! creator: creator, title: "Assign this card to yourself", status: "published", description: <<~HTML

Click the little head with the + next to it, pick yourself.

+


+ HTML playground.cards.create! creator: creator, title: "Tag this card “Design” then move it to YES", status: "published", description: <<~HTML

Click the little Tag icon, type “design”, then “Create tag”. Then, move the card to the new “YES” column you created in the previous step.

+


+ HTML playground.cards.create! creator: creator, title: "Make two more columns", status: "published", description: <<~HTML @@ -70,10 +82,14 @@ class Account::Seeder

Go back to the Board view, click the little “+” to the right of the DONE column, name the column, pick a color, then do it again.


After that, drag this card to “DONE” or select “DONE” in the sidebar.

+


+ HTML playground.cards.create! creator: creator, title: "Move this card to NOT NOW", status: "published", description: <<~HTML

You can either select “NOT NOW” over in the sidebar, or you can go back out to the board view and drag this card into the “NOT NOW” column on the left side.

+


+ HTML playground.cards.create! creator: creator, title: "Rename this card", status: "published", description: <<~HTML @@ -82,6 +98,8 @@ class Account::Seeder
  • Then, hit "Mark as Done" at the bottom of the card.
  • Finally, hit “←Playground” in the top left of the screen to go back to the board.
  • +


    + HTML end