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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to fix issues with the upload-status tool #284

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kauberry
Copy link
Contributor

@kauberry kauberry commented Apr 1, 2021

Adding in some logic to limit returned projects to those for which the user is tagged as "member_of"

Description

The "get_projects_for_user" logic was returning duplicates of project info for searches by user_id. This was due to the user having multiple relationships with the same project. Added in another join in the function that pulls in the member_of relationship and uses it as an additional filter

Issues Resolved

[List any existing issues this PR resolves]

Check List

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.

1 participant