PeARSearch / PeARS-federated

This is the version of PeARS for use in a federated context: admins create PeARS instances that users can join to contribute to the index.
Other
18 stars 7 forks source link

Max length of notes should be fixed #20

Open minimalparts opened 5 months ago

minimalparts commented 5 months ago

When the user adds a resource to the instance, or when they click on the comment button on a specific URL, they can add a manual note to the resource. The length of this note is currently odd: too short and inconsistent (different max length in the database model and the WTF forms, perhaps also at display time). To fix in app/api/models.py as well as app/forms.py (other places too?)