CharterTechChair / Charter-Website

The repo for the Princeton Charter Club's website
http://charterclub.org
1 stars 0 forks source link

Social Calendar On Site #8

Open wrose100 opened 8 years ago

wrose100 commented 8 years ago

Right now the event system works for large scale events that require RSVPs, but it might be better to create a system which would show a weekly events type calendar so that members could check what is coming up in the future.

wrose100 commented 8 years ago

Based on discussions, we want this to basically be just a restyling of the current page to show linearly the events for the upcoming week with the form:

Image Title Date | Time Description Links

We need to add a section for links in the django-admin and we want it to display all events for the upcoming month (a month from the current date not calendar month) and then have an option to expand and view all upcoming events.

What this also means is that we need to actually start using this for all events. A batch upload or import from google calendar or something of that form would certainly make this easier but isn't necessary right now.