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

Fix for participant URL is setting participant identifier instead #55

Merged
merged 5 commits into from
Jan 22, 2024

Conversation

jthrilly
Copy link
Member

@jthrilly jthrilly commented Jan 19, 2024

fix issue where new sessions created by clicking the participant link on the dashboard were setting the participant identifier instead of the participant ID, which is linked to the identifier.

… on the dashboard were setting the participant identifier instead
Copy link

vercel bot commented Jan 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fresco ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2024 0:19am

The FeedbackBanner was rendering in the interview, even when there was
no logged in user. The components were also a mess.

This PR:
  - Removes FeedbackBanner specific customization from the Banner
    component.
  - Creates a FeedbackBanner component in its own folder, which includes
    the FeedbackButton, FeedbackModal, and SignOutModal components.
  - Removes the FeedbackBanner from the interview view if there is no
    logged in user.
  - Alters the text of the banner and the sign out modal to be more
    clear.
@jthrilly jthrilly merged commit f200457 into main Jan 22, 2024
2 of 3 checks passed
@jthrilly jthrilly deleted the fix/participant-id branch April 5, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant