Add the ability to create custom slugs for a file #19

Closed
opened 2024-08-14 20:33:57 +00:00 by BlakeRain · 0 comments
Owner

Currently all slugs are just random identifiers. That's fine for the most part, but there are times when it might be helpful to be able to publish a file with a custom slug. Of course, this will collide with the global slug namespace, so we should make it a per-user.

This will entail adding a /uploads/<username>/<custom-slug> alternative URL that serves the same function as the regular path but allows for custom slugs per-user.

Currently all slugs are just random identifiers. That's fine for the most part, but there are times when it might be helpful to be able to publish a file with a custom slug. Of course, this will collide with the global slug namespace, so we should make it a per-user. This will entail adding a `/uploads/<username>/<custom-slug>` alternative URL that serves the same function as the regular path but allows for custom slugs per-user.
BlakeRain added this to the v2.0.0 milestone 2024-08-14 20:33:57 +00:00
BlakeRain added the
enhancement
label 2024-08-14 20:33:57 +00:00
BlakeRain self-assigned this 2024-08-14 20:33:57 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BlakeRain/parcel#19
No description provided.