ryansb / ofCourse

Python courseware leveraging Flask and OpenShift
Apache License 2.0
12 stars 14 forks source link

Implement new Blog Counter start/stop dates #27

Closed decause closed 9 years ago

decause commented 9 years ago

Starting the blog counter the day that the course begins is problematic. It isn't until the completion of the firstflight assignment that student's blogs are actually tracked.

Currently, there isn't a way to stop the blog counter either, which would be nice for leaving the course website up after the course is completed, between semesters.

I have added blog_start and blog_stop within the site.yaml, assuming that we can easily swap out where blog_start part reads from, and maybe implement the blog_end later.

Thoughts @ryansb or @liam-middlebrook?

ryansb commented 9 years ago

Yeah, should be a simple change. Tomorrow evening will be a good time to work on it.