GoBoldlyForward / GoBoldlyForward/siderail

Auto-sanitize user URL input

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.