workadventure/back/src/Model
David Négrier c9fa9b9a92 Migrating away from the notion of public/private URL in WorkAdventure Github repository
The notion of public/private repositories (with /_/ and /@/ URLs) is specific to the SAAS version of WorkAdventure.
It would be better to avoid leaking the organization/world/room structure of the private SAAS URLs inside the WorkAdventure Github project.

Rather than sending http://admin_host/api/map?organizationSlug=...&worldSlug=...&roomSlug=...., we are now sending /api/map&playUri=...
where playUri is the full URL of the current game.
This allows the backend to act as a complete router.
The front (and the pusher) will be able to completely ignore the specifics of URL building (with /@/ and /_/ URLs, etc...)
Those details will live only in the admin server, which is way cleaner (and way more powerful).
2021-07-15 17:07:47 +02:00
..
Websocket Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
Admin.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
GameRoom.ts Migrating away from the notion of public/private URL in WorkAdventure Github repository 2021-07-15 17:07:47 +02:00
Group.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
Movable.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
PositionInterface.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
PositionNotifier.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
User.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
Zone.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00