nodeSolidServer / nodeSolidServer/node-solid-server
Normalise unicode for usernames
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
See https://github.com/solid/node-solid-server/issues/824#issuecomment-436028869
Basically, follow the lead of Django (web framework, written in Python) when normalising the usernames for slugs.
This could please an international audience.
Unicode is hard, so use a lib (see linked comment).
Contributor guide
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 with the linked issue comment and its Django guidance, then locate the username-to-slug normalization entry point in node-solid-server. Choose a Unicode library as suggested and verify that international usernames produce normalized slugs; the payload names no specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100