* Adding ability to make a note for a given person. - This comes back with PersonActions.note, already on post and comment views. - Also adds person_actions to PersonView, so that the read person API action can return the note. - Fixes #2353 * Adding unit test for person_view read. * Fixing bindings check * Addressing PR comments * Moving API action to person/note