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
Describe the bug
Student alumni who have had multiple roles at the CDH appears to have their profile listed twice in the alumni section — currently Stephanie, Dylan, Kate Carpenter, etc.
Expected behavior
Profiles should only be listed once, and sorted by their most recent role.
dev notes
Now that we're on postgresql, let's try the distinct on user id (postgres supports specifying a field to use for the distinct)
The text was updated successfully, but these errors were encountered:
Describe the bug
Student alumni who have had multiple roles at the CDH appears to have their profile listed twice in the alumni section — currently Stephanie, Dylan, Kate Carpenter, etc.
Expected behavior
Profiles should only be listed once, and sorted by their most recent role.
dev notes
Now that we're on postgresql, let's try the
distinct
on user id (postgres supports specifying a field to use for the distinct)The text was updated successfully, but these errors were encountered: