sam-kakengi / trackrunner

A Django and React project for tracking runs
2 stars 0 forks source link

Create Account Improvements #51

Open Dimwiddle opened 3 hours ago

Dimwiddle commented 3 hours ago

Creating an account issues

Issue 1

Bug/ Enhancement: Issue with field validation not showing feedback e.g. Username cannot handle spaces. Priority: P0 Notes: Can you utilise this validation on fields? MUI Field Validation

Issue 2

Bug/ Enhancement: Add password visibility to password fields Priority: P1 Notes: MUI Example for input field

Issue 3

Bug/ Enhancement: Remove logging in the console, as it's potential security risk.. We shouldn't really see much of here. Priority: P1

Dimwiddle commented 2 hours ago

Issue 1

Step 1: Add data with Username with a space Test Richard

Image

Step 2: Submit the form

Image

Dimwiddle commented 2 hours ago

Issue 4

Note: Keep with the current Toast implementaiton