From c7373f8f6f28b0594f9b70853b951dc9a293b24d Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 6 Feb 2023 15:31:57 -0600 Subject: Create trait-page-mapping-bug.gmi --- issues/trait-page-mapping-bug.gmi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 issues/trait-page-mapping-bug.gmi (limited to 'issues') diff --git a/issues/trait-page-mapping-bug.gmi b/issues/trait-page-mapping-bug.gmi new file mode 100644 index 0000000..ba6ea4d --- /dev/null +++ b/issues/trait-page-mapping-bug.gmi @@ -0,0 +1,15 @@ +# Bug when a user quickly clicks "Compute" for mapping on the trait page + +## Tags + +* assigned: zsloan +* type: bug +* priority: high +* status: ongoing +* keywords: mapping, trait-page + +## Description + +The user sometimes gets a 405 error when they click the "Compute" button on the trait page. This is because the page needs to fully load in beforehand, which can take up to a couple seconds. + +I'm not sure how best to address this. The most simple option would be to have the Compute button be greyed out until all the JS is finished loading. I'll probably do this for now, since I'm not sure how else to address the issue of the DataTable needing to load in (since it needs to be in the DOM in order for the sample values to be used in mapping). -- cgit v1.2.3