Residents of my building communicate on a Google Group. They often ask for tech help. I reached out to one named Donna Davis, and she became my biggest cheerleader for starting my own business. This led me to start a business serving William Penn House with IT services.

Marketing

  • I created a flyer and emailed it to the receptionist to have it posted in the mailroom.
  • I reach out to people who post problems on the Google Group.

Clients

filters:
  or:
    - file.hasTag("WPHTechHelpClient")
properties:
  file.name:
    displayName: Name
  note.first_session:
    displayName: First Session
  note.apartment:
    displayName: Apartment
  note.visits:
    displayName: Visits
views:
  - type: table
    name: Clients
    order:
      - file.name
      - apartment
      - first_session
      - Visits
    sort:
      - property: first_session
        direction: ASC
      - property: file.name
        direction: ASC
    columnSize:
      file.name: 227
      note.apartment: 130
      note.first_session: 152
      note.Visits: 79