Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Friend into Friendships #2269

Merged
merged 4 commits into from Jun 20, 2019

Conversation

gravitystorm
Copy link
Collaborator

This PR refactors the Friend model and related code, primarily by renaming it to Friendship to more accurately describe the model.

This also allows us to remove some naming gymnastics, so that user.friends is now a list of user objects.

I haven't actually renamed the database table, since that's a ton more work 馃槃

This better describes what the model represents, which is the relationship
between the two users.
This is possible now since we've renamed Friend to Friendship
@tomhughes tomhughes merged commit cbb3c2b into openstreetmap:master Jun 20, 2019
@gravitystorm gravitystorm deleted the friendships branch June 26, 2019 09:59
gravitystorm added a commit to gravitystorm/openstreetmap-website that referenced this pull request Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants