wacl-york / mcm-web

Code for the MCM web application
1 stars 2 forks source link

Hotfix/export only inorganics #193

Closed stulacy closed 10 months ago

stulacy commented 10 months ago

Closes #190 by ensuring that only inorganic reactions can be exported if desired by having an empty marklist but keeping the "include inorganic reactions?" checkbox selected when exporting. This behaviour is consistent with the previous website.

This PR also includes changes to handle two edge cases better:

Furthermore, the download request has been changed to a GET, since nothing is modified on the server end and the query parameters are not sensitive so they are safe to be transmitted through the URL.