Currently the meeting detail is shown as popup over lightened background but URL doesn't change (link to day/week). Meeting detail can be opened in new tab so we can obtain link, but page shows only 'fullpage' popup with no close button.
It would be nice to have permalink to meeting detail. Such page would show popup (as if clicked in calendar) and closing this popup would show calendar with week of given meeting.
Permaling should behave as clicking on meeting in calendar. <img alt="fedocalmeeting.png" src="/fedocal/issue/raw/files/b13e5c108d7a2f89eef5a95c445098c8bf55082c203e9f62b7fc8e70e180a2ab-fedocalmeeting.png" />
I have been looking into this and the problem is that we cannot change the full url without redirecting the user to the page, so if we were to change the url when displaying the pop-up, we would redirect the user to the meeting's page (w/o all the css/js).
The only part of the url we could change in the hash (#meeting_id maybe?), but that won't quite do what you're thinking about
Took a little bith of effort but implemented in https://github.com/fedora-infra/fedocal/tree/permalink :)
Awesome, thanks :)
Merged in https://github.com/fedora-infra/fedocal/pull/126
Log in to comment on this ticket.