RunestoneInteractive / RunestoneInteractive/rs
Signup - Validation messages do not display label text
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 117
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 24
Description
When the user encounters an error on the signup page (runestone/default/user/register), the validation messages include the variable names for the fields with the errors (first_name, course_id) instead of the label text (First Name, Course Name).
To recreate:
- Go to the Runestone Academy home page.
- In the main navigation, click Sign Up.
- Signup form displays. Click the terms and conditions checkbox to check it.
- Click the Sign Up button.
Errors display:
username: Value already in database or empty
first_name: Cannot be empty
last_name: Cannot be empty
email: Invalid email
password: Too short
course_id: Unknown course name. Please see your instructor.```
Please display the label text for each (including the proper capitalization) instead of the variable name.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the signup page entry point, runestone/default/user/register, and reproduce the validation errors described in the issue. Trace how the signup form builds its error messages and update the displayed field names to the corresponding capitalized labels. Done means the errors show label text such as “First Name” and “Course Name” rather than variable names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100