davidskalinder / mpeds-coder

MPEDS Annotation Interface
MIT License
0 stars 0 forks source link

Warn or reject very long entries to value or text fields #102

Open davidskalinder opened 4 years ago

davidskalinder commented 4 years ago

The changes in #96 make it so that most fields can accept tens of thousands of characters; however, if this limit is exceeded, the UI will flash an error at the top of the article that might be missed, and then leave the long text in the UI until a refresh (but erase the field in the DB).

Low priority since we're unlikely to get entries that long very often, but still, it should be handled properly.