nodeSolidServer / nodeSolidServer/node-solid-server

Normalise unicode for usernames

Open
#905 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement priority-high
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.