Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JN-1535] survey breadcrumb #1334

Merged
merged 2 commits into from
Dec 16, 2024
Merged

[JN-1535] survey breadcrumb #1334

merged 2 commits into from
Dec 16, 2024

Conversation

devonbush
Copy link
Collaborator

DESCRIPTION (include screenshots, and mobile screenshots for participant UX)

I was unable to reproduce the publishing bug, desptie extracting gVASCs configs. And they're not blocked anymore, so I'm going to mark that as a "don't worry about for now". But while I was there I cleaned up some survey editing typescript and added a breadcrumb for study forms

image

TO TEST: (simple manual steps for confirming core behavior -- used for pre-release checks)

  1. go to https://localhost:3000/demo/studies/heartdemo/env/sandbox/forms/surveys/hd_hd_famHx
  2. confirm you see the 'forms' breadcrumb at the top

@devonbush devonbush changed the title [JN-1535] gVasc publishing bug [JN-1535] survey breadcrumb Dec 13, 2024
@@ -9,7 +9,7 @@ import { useFileUploadButton } from 'util/uploadUtils'
/** control for invoking the populate portal API */
export default function PopulatePortalControl() {
const [isLoading, setIsLoading] = useState(false)
const [isOverwrite, setIsOverwrite] = useState(false)
const [isOverwrite, setIsOverwrite] = useState(true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

ui-admin/src/study/StudyEnvironmentRouter.tsx Outdated Show resolved Hide resolved
@devonbush devonbush merged commit cf1db43 into development Dec 16, 2024
18 checks passed
@devonbush devonbush deleted the db-survey-tidy branch December 16, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants