You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Ned Batchelder edited this page Feb 22, 2014
·
9 revisions
The Boston Python StudyGroup site lets people organize small gatherings, almost
like a meetup.com within Boston Python.
User roles:
Administrator
Group Leader
Member
A StudyGroup:
Has a Group Leader
Has a description
Has a location
Has a schedule
Has a membership cap (max number of members)
Has some number of members
All logins are through Meetup.com authentication.
Administrators can create a new StudyGroup, and assign a Member to be the Group
Leader. A member can be the group leader for more than one study group.
A Member can see a list of StudyGroups, showing everything but the members.
The list includes full StudyGroups. Member can join a StudyGroup if it isn't
already full. Members can only join one StudyGroup (to keep people from
overcommitting).
Group Leaders can edit the details of their StudyGroups. Group Leaders can
send messages to the members of a StudyGroup (through meetup.com: we don't have
members' email addresses).