JoinSEEDS / seeds_light_wallet

http://www.joinseeds.earth/
MIT License
45 stars 23 forks source link

Error Handling: Create Region w/ Same Name as another Region #1843

Closed JGDoh closed 2 years ago

JGDoh commented 2 years ago

Describe the bug Currently, the way we display this error "Create Region w/ Same Name as another Region" isn't the same way we handle errors across the App. I can't access this state because I just created a region but the error handling should look more like what is below:

I've already communicated this error to @RaulUrtecho as well.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Region'
  2. Click on 'Create Region'
  3. Try to enter a region name that already exists: i.e. bali
  4. See error handling

Expected behavior The error message should be uniform to how we handle errors of this type. See onboarding errors.

Import private key

buildc0de commented 2 years ago

✅ Test Case 1

  1. Go to Explore > Regions.
  2. Tap Create New > Next > Next.
  3. Enter a region name that already exists.
  4. Tap Next.
  5. Observe the error Region Id is already taken....