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

Request User Emails for Certain Site Features #181

Merged
merged 11 commits into from
May 7, 2024

Conversation

bencap
Copy link
Collaborator

@bencap bencap commented Apr 23, 2024

Includes three main changes to better support required emails for certain site features

Display validation errors for email updates within the settings screen:
Screenshot 2024-04-23 at 5 00 43 PM

Adds toast notifications for generic API failures to the ExperimentEditor screen so that trying to add an experiment without a valid user email won't fail silently:
Screenshot 2024-04-23 at 5 01 37 PM

Adds an importable dialog prompt component to capture user emails. This component can be added to any screen that will require an email to submit data. If a user does not have an email address set on their user profile, the component will appear as an overlay:
Screenshot 2024-04-23 at 5 04 11 PM

@bencap
Copy link
Collaborator Author

bencap commented Apr 24, 2024

UI Changes for VariantEffect/mavedb-api#186

@bencap bencap force-pushed the feature/bencap/21/request-user-emails branch from 2cf4d0e to 3c7d4de Compare April 24, 2024 00:21
@bencap bencap requested review from ashsny and jstone-dev April 24, 2024 00:25
@bencap bencap added the type: enhancement Enhancement to an existing feature label Apr 24, 2024
@bencap bencap linked an issue Apr 24, 2024 that may be closed by this pull request
@bencap bencap removed request for ashsny and jstone-dev April 24, 2024 00:26
@bencap bencap changed the base branch from jstone-uw/better-orcid-auth to feature/bencap/76/improved-admin-user-handling April 29, 2024 22:07
@bencap bencap force-pushed the feature/bencap/21/request-user-emails branch from b448307 to 3c7d4de Compare April 29, 2024 22:12
@bencap bencap marked this pull request as ready for review April 29, 2024 22:13
@bencap bencap requested review from ashsny and jstone-dev April 29, 2024 23:19
@bencap bencap force-pushed the feature/bencap/21/request-user-emails branch from cf71f59 to 3c7d4de Compare April 29, 2024 23:21
src/components/common/EmailPrompt.vue Outdated Show resolved Hide resolved
src/components/common/EmailPrompt.vue Show resolved Hide resolved
src/components/common/EmailPrompt.vue Show resolved Hide resolved
src/components/layout/DefaultLayout.vue Outdated Show resolved Hide resolved
src/components/screens/ExperimentEditor.vue Outdated Show resolved Hide resolved
src/components/screens/ScoreSetEditor.vue Outdated Show resolved Hide resolved
src/components/common/EmailPrompt.vue Outdated Show resolved Hide resolved
src/components/common/EmailPrompt.vue Outdated Show resolved Hide resolved
Base automatically changed from feature/bencap/76/improved-admin-user-handling to release-2024.1.0 May 3, 2024 00:02
@ashsny ashsny merged commit 141e003 into release-2024.1.0 May 7, 2024
@ashsny ashsny deleted the feature/bencap/21/request-user-emails branch May 7, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Enhancement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request user email address on registration
2 participants