Skip to content

JQuery Week Calendar implementation

bartekgorny edited this page Sep 13, 2010 · 9 revisions

Implementation of WeekCal in django-schedule

Stage 1: one-time events only

  • implement server-side methods (views) for processing AJAX CRUD event requests (serving appropriate responses)
  • implement a view for getting JSON event data
  • TODOs from /schedule/templates/schedule/weekcalendar.js
  • make a view serving weekcalendar.js (settings!)
  • adjust styles to make everything look consistent (one way or the other)

Stage 2: with recurring events

  • implement server-side views
  • adjust event/occurrence dialogs, implement the logic (“do you want to change: this event… etc”)

Code

I created a development branch “weekcalendar”, please pull it, hack and push back to github. You can also pull from other github repos directly, using fork queues is optional and in case of branches can be cumbersone:

  • fork queue seems to show all commits
Clone this wiki locally