anweshaiitp/anwesha

Specific URL for events

Opened this issue · 4 comments

We need to make specific URLs for events, so that they can be printed directly on event's poster.
Like for CTF's poster - > 2016.anwesha.info/Technical/NJACK/CTF# .

How exactly do we do this ? Do you have any implementation ideas ?

That's why I assigned it to @codez266

It'll not be possible unless you send event data on an individual url such as "/events/Cultural/Event_Name"
Also, what do you want on the url, a styled page showing event details?

imho, the best way to do this would be the standard php way, where php and html are intermixed. We can just have a general template for the events, like the original site, and it'll just insert the event data at required places, and styled using php.