-
Notifications
You must be signed in to change notification settings - Fork 9
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: transit agency user group #2307
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
d4f04fc
to
1f37452
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good start, and I see that we have the reverse access so that's nice 👍
Small request to rename the field for clarity. Also I think you'll want to rebase on #2299 -- that PR has a migration as well, and it is nearly done.
this allows us to link a user in the admin interface to a TransitAgency
to clarify it's the group of staff users, not the enrollment group
5519328
to
9b36c7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
Part of #2243
This PR associates a user to a
TransitAgency
through their group membership.