d27
The only difference between ordinary and extraordinary is just that little "extra".
Add method to learning circle model to get meetings and reminders ordered by date. Closes
Merge branch 'lc-co-facilitators'
Update scss for dart sass implementation
Merge pull request from p2pu/lc-co-facilitators
Multiple facilitators
Remove outdated TODO comment
Serialize whole team as json and remove encoding/decoding from model and frontend component
Update survey normalization used during export to correctly determine team and use created_by as the facilitator
Revert related name on Facilitator to StudyGroup foreign key to be consistent with Django convention
Remove debug print statements
Test for editing learning circle facilitators and update validation for team membership
Add test for learning circle creation with cofacilitators. Add missing validation to API.
Update facilitator names for weekly update
feat: facilitators
disabled facilitator select if creator is not part of team
Move check for team facilitators
Merge branch 'lc-co-facilitators' of personal:p2pu/learning-circles into lc-co-facilitators
feat: profile-removal
handling lc when profile removed
Update other fixtures too