private function isMilestonePast(Tracker_Artifact $milestone_artifact, PFUser $user)
 {
     return !$milestone_artifact->isOpen();
 }