Users of any type can have membership in a chapter. We need to be able to distinguish learner members from non-learner members. We've been using member in idm as a synonym for learner, though echo has a more generic concept of membership. To clarify this distinction and also allow echo to more clearly distinguish learners from non-learners, we'll convert the member role to learner.
Note: For idm, this will require a database migration. All users w/ the member role need that role string replaced with learner (and any other roles must also be retained).
@prattsj commented on Mon Aug 14 2017
Users of any type can have membership in a chapter. We need to be able to distinguish learner members from non-learner members. We've been using
member
in idm as a synonym for learner, though echo has a more generic concept of membership. To clarify this distinction and also allow echo to more clearly distinguish learners from non-learners, we'll convert themember
role tolearner
.Note: For idm, this will require a database migration. All users w/ the
member
role need that role string replaced withlearner
(and any other roles must also be retained).