Cleanup URL scheme #9

Closed
opened 2025-01-27 18:39:09 +00:00 by jordanwalster · 2 comments

Cleanup the URL scheme to move away from query strings to an easier to read scheme.

Before After
https://photon.jrdn.dev/?page=1 https://photon.jrdn.dev/all/1
https://photon.jrdn.dev/?tag=discord&page=1 https://photon.jrdn.dev/discord/1
https://photon.jrdn.dev/?trash=true&page=1 https://photon.jrdn.dev/trash/1
Cleanup the URL scheme to move away from query strings to an easier to read scheme. | Before | After | | -------- | -------- | | `https://photon.jrdn.dev/?page=1` | `https://photon.jrdn.dev/all/1` | | `https://photon.jrdn.dev/?tag=discord&page=1` | `https://photon.jrdn.dev/discord/1` | `https://photon.jrdn.dev/?trash=true&page=1` | `https://photon.jrdn.dev/trash/1`
jordanwalster added the
Priority
Medium
label 2025-01-27 18:39:16 +00:00
jordanwalster added the
Kind/Enhancement
label 2025-01-27 20:28:51 +00:00
jordanwalster added this to the Version 0.0.9 project 2025-01-29 02:57:13 +00:00
jordanwalster added
Priority
Low
and removed
Priority
Medium
labels 2025-01-29 02:58:36 +00:00
jordanwalster moved this to In Progress in Version 0.0.9 on 2025-04-18 02:52:55 +01:00
Author
Owner

URL Scheme will be:

Old URL New URL
?pt=all&page=1 /all/
?pt=trash&page=4 /trash/4
`?pt=tag&tag=test&page=7 /tag/test/7
URL Scheme will be: | Old URL | New URL | | ---------- | --------- | | `?pt=all&page=1`| `/all/` | | `?pt=trash&page=4` | `/trash/4` | | `?pt=tag&tag=test&page=7 | `/tag/test/7` |
Author
Owner

Released as part of v0.0.9

Released as part of v0.0.9
jordanwalster moved this to In Beta in Version 0.0.9 on 2025-04-19 05:15:27 +01:00
jordanwalster added this to the Version 0.1.0 milestone 2025-04-19 05:18:27 +01:00
jordanwalster modified the milestone from Version 0.1.0 to Version 0.0.9 2025-04-19 05:20:20 +01:00
jordanwalster modified the milestone from Version 0.0.9 to Version 0.0.8 2025-04-19 05:21:14 +01:00
jordanwalster modified the milestone from Version 0.0.8 to Version 0.0.9 2025-04-19 05:21:35 +01:00
jordanwalster moved this to In Production in Version 0.0.9 on 2025-04-21 01:42:26 +01:00
Sign in to join this conversation.
No description provided.