TUM-Dev / NavigaTUM

Navigating around TUM with excellence – A website and API to search for rooms, buildings and other places
https://nav.tum.de
GNU General Public License v3.0
42 stars 7 forks source link

Sharable permalinks with defined map view #251

Open TCA-Bot opened 1 year ago

TCA-Bot commented 1 year ago

It would be great to have some kind of permalink, which besides the room ID also contains the selected view, map, etc. in order to share it with others, e.g., via Moodle.

octycs commented 1 year ago

This is mostly a JS/Webclient feature, I think we should queue it after #200

CommanderStorm commented 1 year ago

Sorry about the slow progress of #200 Basically, just deploying+testing+optimizing (we might want to push optimizing one to other PRs for reviewability) is left…

braupach commented 1 month ago

I think something like the Youtube "Teilen" -> "Eingebettet" feature would be the thing I imagine with this. See: Youtube doku

<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?si=kOrs9Ch8nv2vFPQZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

(also maybe add the "feature" label)