classtime
classtime copied to clipboard
Write a "Section" class to replace the bare dictionaries we're currently using
The dictionary is fragile, and there's no defined "spec" for what properties are 1) necessary, 2) optional, or 3) exist at all.
This will affect the changes in #98 as well
Good place to start looking is in classtime/models/section.py (the local database definition of a section)