chhotii-alex / antigen-sensitivity

MIT License
0 stars 1 forks source link

UI should report if queries were dropped #52

Closed chhotii-alex closed 1 year ago

chhotii-alex commented 1 year ago

The backend now refuses to run more than some number of queries. If the number of splits/queries is too big, the back-end just gives up and runs no queries. A boolean flag is returned to the frontend to report this, but UI doesn't try to explain to the user.

chhotii-alex commented 1 year ago

Now there is some indication to the user. I don't know if it's confusing that when we get the message about too many things checked, sometimes there's some results showing, sometimes none.

chhotii-alex commented 1 year ago

A bit more information in the UI now