cedadev / django-dmp

A Django app to help data management planning.
0 stars 1 forks source link

Create notes when user makes change to reminders #16

Closed rsmith013 closed 7 years ago

rsmith013 commented 7 years ago

When the user makes a change to a reminder, be that modify description/due date, delete or complete, create a new note against the project. Also allow the user to make additional comments at the same time.

rsmith013 commented 7 years ago

note creation has been handled on the todo-list side. 72d4ad9aa7475dd1cbc0d788647e166e7ccab8ae Still need to figure out how to do it on the project change list side