inpho / inphosite

The InPhO API
https://inphoproject.org
15 stars 5 forks source link

Add form to admin panel for adding influence and student-teacher relationships #164

Open JaimieMurdock opened 7 years ago

JaimieMurdock commented 7 years ago

Right now the admin panel does not allow users to add binary relationships. The code for the influenced, influenced_by, student, and teacher relationships is in inphosite/templates/bootstrap-form.html in the binary_list() function. This currently allows for removal of items but not addition.

To add an addition, we need to import the autocomplete textbox with results filtered to Thinker objects only. The textbox should store the ID of the valid thinker. On submit the form should update with the new name and add a removal box.