learning circles
coordinate study groups for online courses
change My Learning Circles to Dashboard in menu account dropdown
proptypes on notification component and better styling on account settings form
allow for invitations to multiple teams
generate invitation from email domain on email validation
Merge branch 'dashboard_notifications' into team_page
add function to detect email domain and create invitation
add facilitator profile fields, additional team fields, update team card with facilitator profile
get email validation form to work
notifications on dashboard
Make sure the user is the team organizer before including the invitation URL
login prompt on upcoming meetings team view when user is logged out
Merge branch 'team_invitation_link' of github.com:p2pu/learning-circles into team_invitation_link
add team member table, pending invitations table, and team learning circles tables to facilitator dashboard
Remove kwargs from form_valid and change TeamMembership.user from OneToOne field to a ForeignKey field
invitation options for organizers on facilitator dashboard
allow team members to leave team and use lifetime tracking model for team memberships
allow team members to leave team and use lifetime tracking model for team memberships
fix up the invitation confirm logic
Add pseudocode for team invitations. WIP
Merge branch 'team_invitation_link' of github.com:p2pu/learning-circles into team_invitation_link