Patchwork

chart network

Connecting things

  • Go to the Patchwork view

View 1

  1. Add the view welcome_view

  2. Connect the menu patch to the welcome_view

Output goes to input

View 2

We want a click on the button to open the second_view to display the list of chores.

  1. Add the view second_view

Earlier we created an output on the welcome_view patch, called buttonClick.

  1. Connect the buttonClick output to view input for second_view

  2. Open the the patch second_view

  3. Find the Type

  4. Select List in the dropdown

  5. Select the List Source chores

View 3

We want the data from the column description to be be passed from second_view to description_view when we select an item in the list.

  1. Add the view second_view

  2. Open the description_view patch

  3. Connect the onItemSelect output to the description_view view

  4. Select the connection between the patches.

  5. Find the Properties Mapper and

    1. Select second_view / description from the dropdown