GoBoldlyForward / GoBoldlyForward/siderail
Auto-sanitize user URL input
Open
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
"What's your Twitter username?"
### Goals:
- Developer Usability:
- easy to create URL forms
- easy to use later as text or links or whatever
- End-User Usability:
- good labels and placeholders
- permissiveness: accept and normalize lots of potential inputs
- good error detection and error messages when permissiveness fails
#### Permissiveness examples:
- lorennorman
- twitter.com/lorennorman
- http://twitter.com/lorennorman
...should all resolve to:
```
https://twitter.com/lorennorman
```
Existing gems? Roll our own?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.