Currently, we have to do a query to check if a project has an initialized workboard. Denormalizing this into a flag on the projects would let us save:
- A column query in PhabricatorProjectViewController.
- A column query in PhabricatorProjectController (see D11371).
- We could maybe-sometimes save a query in PhabricatorProjectUIEventListener.