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

Validate username/realname entries in frontend #54

Open
mattwebbio opened this issue Mar 26, 2019 · 0 comments
Open

Validate username/realname entries in frontend #54

mattwebbio opened this issue Mar 26, 2019 · 0 comments
Labels
enhancement New feature or request low priority Low priority

Comments

@mattwebbio
Copy link
Member

The usernameRegex and realNameRegex tests (performed on add and edit of user) in the user-service should be duplicated and errors should be displayed inline, blocking API call until validated.

Tests located here: https://github.com/plantlogic/user-service/blob/master/src/main/java/edu/csumb/spring19/capstone/services/UserService.java

Should be implemented here:
https://github.com/plantlogic/frontend/tree/master/src/app/user/management/add-user
https://github.com/plantlogic/frontend/tree/master/src/app/user/management/edit-user

@mattwebbio mattwebbio added the enhancement New feature or request label Mar 26, 2019
@mattwebbio mattwebbio added the low priority Low priority label Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Low priority
Projects
None yet
Development

No branches or pull requests

1 participant