dnaaun / openFraming

Tools for automatic frame discovery and labeling based on topic modeling and deep learning, made widely accessible to researchers from non computational backgrounds.
http://www.openframing.org
9 stars 7 forks source link

Echo back to the user the error messages that the backend responds with #293

Open dnaaun opened 4 years ago

dnaaun commented 4 years ago

The JSON API responds iwth helpful error messages such as

{
    "message": "The table needs to have the headers 'Example', and 'Category'."
}

But the frontend doesn't echo such messages back to the user.

dnaaun commented 4 years ago

@monajalal , can you work on this? It is all about Ajax, but that is frontend after all ..