SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
10 stars 7 forks source link

Issue 730 & 138: implement add all to cart #943

Closed juzen2003 closed 4 years ago

juzen2003 commented 4 years ago
rfrenchseti commented 4 years ago

Actually the problem with not showing an error is not just with add all. If you add 10,000 observations and then try to add a single more using the normal "add cart" feature, the backend gives an error return but the UI hangs.

juzen2003 commented 4 years ago

Note: before performing add all, if the result count in browse tab is larger than MAX_SELECTIONS_ALLOWED, we will pop out the warning modal, else we will pop out a confirm modal (with result count info in browse tab) to confirm the add all action.