Rework community views to operate on Person instead of User #5859
Labels
accepted
component: community/
enhancement
New feature or request
feat/user2person
Refactoring objects that point into User that should have pointed into Peron
medium
Description
The views in
ietf.community.views
take ausername
parameter and use these to look up the relevantCommunityList
, etc. This should be refactored to be aPerson
-centric interface, looking up the relevantPerson
based on their email address (à la the/person/
view) and then making use of the refactoredCommunityList
model that now links to aPerson
.This applies to the
feat/user2person
branch at the moment.Code of Conduct
The text was updated successfully, but these errors were encountered: