javaBin / javaBin/submitthethird
No user feedback when creating a login link
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
On the index page, there's no user feedback when submitting your email address to generate a login link letting you submit talks. This makes it look like nothing happened, which can lead to multiple submits, and user frustration.
- When request is submitted, disable submit button and put it in a loading state
- When the response comes back, if it was successful, inform the user by disabling the submit button until the address is changed, and/or show a message that a login link has been sent by email.
The most important here, is that the success text is shown to the user.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the index page's email-submission flow and identify where the request is submitted and its response is handled. Add visible loading and success feedback, with the submit control prevented from repeated use as specified. Done means the user can see that the request is processing and that a login link was sent successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100