learning circles
coordinate study groups for online courses
Add comment to indicate that study_group.start_date and study_group.end_date is only caching the values
Remove start_date logic from frontend, require at least 1 meeting in API schema and use meetings for start_date and end_date values
Update meeting validation to convert date and time strings to proper Python objects
Update API wrt start/end dates and fix tests + bugs
Set start and end date when saving a meeting
Merge branch 'master' of github.com:p2pu/learning-circles
Filter inline learning circles and applications on the django admin panel to excluded deleted objects
Use raw_id_fields in django admin to avoid sending all meetings + learning circles for reminders
Update banner for feedback
Merge meeting start/end date changes on master into branch
Add task to correctly set start/end dates based on active meetings for past / current learning circles
Add comment to indicate that study_group.start_date and study_group.end_date is only caching the values
Remove start_date logic from frontend, require at least 1 meeting in API schema and use meetings for start_date and end_date values
Update meeting validation to convert date and time strings to proper Python objects
Update API wrt start/end dates and fix tests + bugs
Set start and end date when saving a meeting
Merge branch 'master' of github.com:p2pu/learning-circles
Filter inline learning circles and applications on the django admin panel to excluded deleted objects
Update view_study_group.html
Add tasks to anonymize past opt outs
Add task to correctly set start/end dates based on active meetings for past / current learning circles
Add comment to indicate that study_group.start_date and study_group.end_date is only caching the values