Sorry for the delay, how about this solutions: / #2214

  1. in personView add "Create Note"
  2. render pages/task_more.inc.php -> taskNoteOnPerson()
  3. renders a small form similar to taskEditDescription() with following fields:
    • Drop-Down of open projects:
      • default should be project last $auth->cur_user has last been working on
      • projects with PersonXYZ as team member should be preferred
    • Inputfield Title with default content like "Note on PersonXYZ, 2006-10-26 on..."
    • Text area on description
    • form option checkbox (like create another...): "Book effort after submit"
  4. after submit all pages/task_more.inc.php -> taskNoteOnPersonSubmit()

A nice feature whould be add a second dropdown field with the tasks of the selected project, which could be updated on change by jquery.

Something like this.