iodide-project / iodide-project/iodide

Use slugs to identify notebook, instead of numeric ids

Open
#741 9 comments 0 reactions 0 assignees View on GitHub
iodide-server s02: small
Dominant language
JavaScript
Stars
1.5k
Forks
145
PR merge metrics
No merged PRs in 30d

Description

@jaredkerim suggested using slugs to identify notebooks on the server instead of numeric ids. So e.g.

`https://iodide-server.iodide.io/notebook/what-does-an-iodide-notebook-look-like/`

instead of (what we currently have):

`https://iodide-server.iodide.io/notebook/1/`

This (1) makes it easier to identify what a url points to and (2) frees us up to make database changes without breaking users.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.