unl / UNL_UCBCN_Frontend

Frontend for the UNL Event Publisher system
Other
2 stars 5 forks source link

implement legacy calendar route #127

Open mfairchild365 opened 10 years ago

mfairchild365 commented 10 years ago
http://events.unl.edu/?calendar_id=1881

This route is being used by the 'live calendar' link in the manager interface and it should take you to the calendar home page for the given ID.

kabel commented 10 years ago

I wonder if any other legacy routes should be supported?

mfairchild365 commented 10 years ago

I'm not aware of any. What were you thinking?

kabel commented 10 years ago

In the previous "routing" code, every view was accessible by some querystring param, see https://github.com/unl/UNL_UCBCN_Frontend/blob/0817f01f70b8d36c4ce654fe9b062102b51c24d7/src/UNL/UCBCN/Frontend.php#L506-L584