Skip to content

Commit

Permalink
wip: mvp cloud ui - start new, standard select, destination select
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Dec 27, 2024
1 parent 97d7e57 commit 90903f8
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 48 deletions.
4 changes: 4 additions & 0 deletions src/renderer/src/scripts/guided-mode/guided-curate-dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,10 @@ const savePageChanges = async (pageBeingLeftID) => {
guidedSkipPage("guided-select-starting-point-tab");
}

if(pageBeingLeftID === "guided-ask-data-set-standard") {
// TODO: Store the dataset standard information somewhere and have it play a part in future questions, perhaps.
}

if (pageBeingLeftID === "guided-ask-if-submission-is-sparc-funded-tab") {
// NOTE: We use the button config generated by this page to determine if the dataset is SPARC funded
// See the function: datasetIsSparcFunded()
Expand Down
Loading

0 comments on commit 90903f8

Please sign in to comment.