Maria-Liakata-NLP-Group / annotations-interface

New iteration of the Annotations Interface tool
MIT License
0 stars 0 forks source link

Finish the generic/dynamic psychotherapy annotations form #39

Open dsj976 opened 10 months ago

dsj976 commented 10 months ago

Summary

When there is time, finish the generic psychotherapy annotations form. The annotation forms for the client, therapist and dyad can then inherit from this form. See commit e789f8b.

What needs to be done?

Who can help?

Updates

More work on this has been done in branch dynamic-forms. Following the WTForms documentation, it appears that the correct way to do this is by creating an internal subclass and using setattr in the view function that renders the form.