Littlebay Templates Documentation
  • Welcome!
  • Quick Links & Tips
    • Littlebay Forum
    • Support Email
    • Built-In Documentation
    • Navigating the Bubble Editor
    • Navigating this Documentation
    • List of Bubble Guides
  • Messaging Template
    • Release Notes
      • 05/28/21 Guide on How to Update the Template's Select Conversation Workflow
      • 09/05/20 Guide on How to Update the Template's Video Chat Service
      • 06/14/19 Guide on New Conversation Functionality
    • About this Template
    • Setup Guide
    • Development Guides
      • Built-In Workflow Notes
      • Pages Summary
      • Reusable Elements Summary
      • Passwords
      • Translating Your App
      • Mini Guides
        • How to Remove Group Conversation Functionality
        • How to show the Chat window after clicking "Message" on the Profile Page when a Conversation Exists
      • Pages & Reusable Elements (Organized by Folder)
        • 1. Marketing
          • index
          • landing
          • 404
        • 2. Navigation
        • 3. Logged In
          • account
          • admin
          • change_pass
          • confirm
          • messages
            • Pageload Design
              • 1. Responsive
              • 2. Mobile Pageload
              • 3. New User
              • 4. New Conversation (Parameter)
              • 5. New Conversation w/ User (Parameter)
              • 6. View Conversation (Parameter)
              • 7. Viewing/Editing the Colors of the Message 'Bubbles'
            • Built-In Functionality
              • 1. Start a Conversation
              • 2. View/Select a Conversation
              • 3. Search for a Conversation
              • 4. Delete or Leave a Conversation
              • 5. View More Messages in a Conversation
              • 6. View Unread Messages
              • 7. See Who's Typing
              • 8. See Who's Seen Each Message
              • 9. Send Images in a Message
              • 10. Send Files in a Message
              • 11. Send a GIPHY in a Message
              • 12. Send a YouTube Video in a Message
              • 13. Start a Video Chat
          • onboard
          • profile
            • 1. Follow/Unfollow the User
            • 2. Send a Message to the User
            • 3. View the User's Followers
            • 4. View Who the User is Following
            • 5. Edit Profile
          • reset_pw
        • 4. Legal
          • privacy_policy
          • terms
    • Design Resources
      • Design Overview
      • Design Guide
      • UI Components
      • Page Templates
  • Responsive Base Template
    • Release Notes
    • About this Template
    • Setup Guide
    • Development Guides
      • Built-In Workflow Notes
      • Pages Summary
      • Reusable Elements Summary
      • Passwords
      • Translating Your App
      • Pages & Reusable Elements (Organized by Folder)
        • 1. Marketing
          • index
          • landing
          • 404
        • 2. Navigation
        • 3. Logged In
          • account
          • admin
          • change_pass
          • confirm
          • onboard
          • profile
            • 1. Follow/Unfollow the User
            • 2. View the User's Followers
            • 3. View Who the User is Following
            • 4. Edit Profile
          • reset_pw
        • 4. Legal
          • privacy_policy
          • terms
    • Design Resources
      • Design Overview
      • Design Guide
      • UI Components
      • Page Templates
Powered by GitBook
On this page
  • Documentation for Events & Actions (In App)
  • Workflow Folders
  • Workflow Color Codes
  1. Messaging Template
  2. Development Guides

Built-In Workflow Notes

PreviousDevelopment GuidesNextPages Summary

Last updated 6 years ago

Documentation for Events & Actions (In App)

Every workflow event has a description of what happens in the app when certain elements are clicked, conditions are true, or every X seconds. This way, if you are unsure of what exactly each action is doing - you can look at the 'Notes' of the workflow, find the number of the action, and read 1-2 sentences about its purpose.

Here is an example GIF of how to access a workflow event's Notes section:

Workflow Folders

All workflows are grouped into folders. They also have a letter assigned to them, so that it is easier to put folders that contain similar actions, next to each other. (Bubble sorts folders alphabetically.)

Workflow Color Codes

It is not mandatory that you follow the 'color code' system in place, but it may be helpful. Here is a summary of what the colors mean:

Color

Description

Blue - Client Side Actions "Client-side" actions happening on the page that don't use up your app's capacity. These include most of the "Element Actions" actions.

Green - New/Modify Data Actions Actions that create new Things or modify Things (table entries in the database).

Purple - Custom States Actions Actions that utilize custom state values or sets the value of custom states.

Red - Delete Thing/Remove Thing from List Actions Actions that delete Things or remove Things from a field's List of Things. Or, actions that reset groups and inputs' values.

Orange - Navigation Actions Actions that navigate the User to other pages within the application. Or, "Do When Condition is True" events which utilize page parameters.

Cyan - Custom Events Actions Custom Events.

Brown - Email Actions Actions that send emails.

Gray - Unassigned Actions No workflows are grey within the template. It may make things easier if all of the workflows you add to the app are kept as Gray from the beginning, so it's easier to differentiate between the original template's workflows and your added workflows.