Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

As a user, I need to be able to pick a username that isn't already taken #101

Closed
1 of 6 tasks
mikepif opened this issue Aug 24, 2020 · 7 comments
Closed
1 of 6 tasks

Comments

@mikepif
Copy link
Contributor

mikepif commented Aug 24, 2020

Description or User Story

The account creation page requires a username, so to enable account creation we need to be able to check if a username provided by the user is not already taken.

Frontend Tasks (to be completed by Dev)

  • Username input field with validation state based on availability of username

Backend Tasks (to be completed by Dev)

  • GraphQL end point for querying user by username, and should not return any user info other than the username or true/false if the username is taken. Also should not require authentication.

Acceptance Criteria

  • Validation state reflects database values
  • Route does not return any user info
  • Route returns true for a pre-existing username
  • Username is case insensitive
@ronaldheft-gov
Copy link
Contributor

@mikepif PR #102 is ready with username lookup.

@ronaldheft-gov
Copy link
Contributor

@Samara-Strauss Why is this ticket in the icebox? I think we're doing active dev on this. Back-end has support for username lookup.

@Samara-Strauss
Copy link

I'm not sure. I haven't seen this ticket before.

I've moved this to In Progress.

@ronaldheft-gov
Copy link
Contributor

@mikepif Are you handling updating this ticket? This should be done from the back-end perspective now.

@Samara-Strauss Samara-Strauss added this to the Week of 9/8 – 9/14 milestone Sep 10, 2020
@Samara-Strauss
Copy link

Wondering if this is done from a FE perspective as part of #24. @mikepif let us know if there is still work to be done here or if we can close this out.

@leahbannon2
Copy link
Contributor

@mikepif to verify that this is done

@Samara-Strauss
Copy link

Initial work was done, but there was a bug found that needs to be resolved before we can close this out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
NJ OneApp (v.1.0)
Awaiting triage
Development

No branches or pull requests

4 participants