pub fn add_note(text: &str) -> Result<Note, String>
Create and persist a new note with max(existing_id) + 1 semantics.
max(existing_id) + 1