dsv-su / play

Dev repository for Play
0 stars 1 forks source link

Shortening the playback URL #6

Closed booski closed 3 years ago

booski commented 3 years ago

This is an example of a URL in its current format: https://play-dev.dsv.su.se/multiplayer/?presentation=https://play-dev.dsv.su.se/presentation/15

Having an entire fully qualified URL in the presentation argument looks slightly confusing and makes the URL unnessecarily long. It can be shortened to this with no other changes (works right now): https://play-dev.dsv.su.se/multiplayer/?presentation=/presentation/15

booski commented 3 years ago

Further shortening. The URL format for presentation playback should be this:

[server]/multiplayer/?p=[presentation-id]&l=[list-id]

orkit commented 3 years ago

Fixed!