processing / processing/p5.js-web-editor
Slugify Sketch Titles, but not publicly exposed
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 1.7k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 8
Description
Nature of issue?
- Existing feature enhancement
Feature enhancement details:
Right now, the link to sketches are only by the sketch id, which is not very human readable. It would be cool to have human friendly links. For now, the simplest version of this would be to generate a slug every time a sketch is saved from the title of the project, and then a user can navigate to the sketch using that slug by going to /<username>/sketches/<slug>.
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 by tracing how sketches are saved and how the //sketches/ route currently resolves sketches. Determine the slugging and uniqueness behavior needed for titles, then verify that saving and opening a sketch both work through the human-readable URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- full-stack, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100