schittarath3-rti
schittarath3-rti
I think the part where it shows which rows are problem-causing is not user-friendly. Currently, it shows it as a csv, but pandas has a to_html function for dataframes which...
Current error message: 
Also what do you guys think about limiting the number of rows that is displayed? Currently, it shows all rows.
Should mean that the data is there, either unlabelled or labelled.
@AstridKery I changed it to "The following uploaded text + metadata combinations are already in the database and the uploaded labels will not be reflected in the database:". Would take...
Problem: Continuous polling may take up too many resources. Client might not update as soon as the server time outs the client. Django channels (web sockets) [Docs](https://channels.readthedocs.io/en/stable/tutorial/index.html ) * Description:...
Problem: Celery is not implemented in prod * Admin workarounds: * Potential no celery workaround 1: Only Admin API request for Admin 1 * Admin 1 sends message saying that...
We might also be able to replace celery with a django-friendly alternative if we cannot use celery in prod: https://github.com/rajasimon/beatserver. This django app relies on django channels, but allows us...