You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
Am assuming that the "programme" pages will be implemented under this project :)
iOS and android provide standard ways to offer the user a "share this" function. For us the best thing would be a link to the session on the web (pretty much the only real meaningful thing to share).
If that is to work then we need to be able to have a direct link to the "show this session" page (so - it needs to be something the web server considers a page with its own URL).
In addition - we need to be able to construct the URL based on the data we have. Several options here - but they end up being "a known prefix" and "a known data field". We have the data from sleepingpill so sessionId seems like a nice choice.
Excellent. That means I can implement. Have added javaBin/sleepingPillCore#27 to get the correct prefix - but for the web project - sounds like this is OK :)
Am assuming that the "programme" pages will be implemented under this project :)
iOS and android provide standard ways to offer the user a "share this" function. For us the best thing would be a link to the session on the web (pretty much the only real meaningful thing to share).
If that is to work then we need to be able to have a direct link to the "show this session" page (so - it needs to be something the web server considers a page with its own URL).
In addition - we need to be able to construct the URL based on the data we have. Several options here - but they end up being "a known prefix" and "a known data field". We have the data from sleepingpill so sessionId seems like a nice choice.
If this could be taken into consideration when building the program section I'd appreciate it :)
The text was updated successfully, but these errors were encountered: