Validation
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
username or email, and it's possible to be 3 characters only?
https://github.com/GSG-G10/W7-ToDo/blob/9732c79189a00e005547aec1357720691b619383/server/utils/validation.js#L4
This is not the right way to name a variable
https://github.com/GSG-G10/W7-ToDo/blob/9732c79189a00e005547aec1357720691b619383/server/utils/validation.js#L9
and, this is not the right way to confirm the password, read the documentation again, and search for how to handle the `repeated_password`
https://github.com/GSG-G10/W7-ToDo/blob/9732c79189a00e005547aec1357720691b619383/server/utils/validation.js#L14
Contributor guide
No contributing guide indexed for this repository
Research direction
Open server/utils/validation.js at the three linked lines and read the referenced validation documentation before changing anything. Check the username or email length rule, the variable naming at line 9, and repeated_password handling at line 14. Done means these validation concerns follow the documented rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100