jazyx / vdvoyom

Meteor app for language teachers to play interactive games online with students
0 stars 0 forks source link

Add collection for URL shortcuts #128

Closed blackslate closed 4 years ago

blackslate commented 4 years ago

Instead of using a URL query like ?join&path=Show&tag=oatsAndBeans&user=ele&vo=en&lang=en&own=jn&pin=3819, the Shortcut collection would contain a key:

_id: oats
query: join&path=Show&tag=oatsAndBeans&user=ele&vo=en&lang=en&own=jn&pin=3819

This would allow a shortcut URL: https://staging.jazyx.com/oats

The same system can be used to provide shortcuts for teachers:

_id: aa
query: teacher=aa
blackslate commented 4 years ago

Added in d6ba1d0b