From b554d8ce5a5fc3418394fdc4456a53d24f3185f5 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 4 Nov 2025 11:35:46 -0600 Subject: [PATCH 1/2] Add renaming gif --- app/models/account/seeder.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/account/seeder.rb b/app/models/account/seeder.rb index 04ae290e5..df5e322c6 100644 --- a/app/models/account/seeder.rb +++ b/app/models/account/seeder.rb @@ -82,6 +82,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 From 8c5006152cde400314421f681c4b97ea9754b560 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 4 Nov 2025 12:51:38 -0600 Subject: [PATCH 2/2] Add the rest --- app/models/account/seeder.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/models/account/seeder.rb b/app/models/account/seeder.rb index df5e322c6..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