- In the contextual filters click on override title and set it to %1
- Specify validation criteria to taxonomy term and select the vocabulary
- Leave the views title empty.
There are 2 ways to do thisThis will set the present's term's title as the view's title.,
Method 1:
- Click on the board's display and set the title to board.
- Click on the staff's display and set the title to staff.
This will do it, because the views will take title from the display.
Method 2:
Implements hook_views_pre_render and change the title based on the board and people.
If need you can add "text" %1 to display the text appended to the term's name.