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

Add organization name column to submissions table #3290

Closed
frankduncan opened this issue Mar 17, 2023 · 1 comment · Fixed by #3295
Closed

Add organization name column to submissions table #3290

frankduncan opened this issue Mar 17, 2023 · 1 comment · Fixed by #3295
Assignees
Labels
Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature).

Comments

@frankduncan
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The client normally looks at submissions by organization name, and not submitter name. They refer to things as the "X Institute" submission, etc. But that information isn't easily accessible on the table.

Is your feature request related to an existing functionality? Please describe.

This affects all the tables that list submissions

Additional context

This requires that the organization name become a top level field on the Submission model

Priority

  • Medium (slowing you down)

This was a medium priority item for our client, but we solved it in our fork and a PR will be forthcoming

@frankduncan frankduncan added the Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature). label Mar 17, 2023
@frankduncan frankduncan self-assigned this Mar 17, 2023
@frankduncan
Copy link
Contributor Author

We talked about this on March 1st!

@frjo frjo closed this as completed in #3295 Aug 1, 2023
frjo added a commit that referenced this issue Aug 1, 2023
Fixes #3290

Adds an organization name column to the submission table. To effect that
change, a new unique block needed to be added. I did test that the
column will not show up when added to
`SUBSMISSION_TABLE_EXCLUDED_FIELDS`

---------

Co-authored-by: Ghulam Murtaza <[email protected]>
Co-authored-by: Frank Duncan <[email protected]>
Co-authored-by: Fredrik Jonsson <[email protected]>
@github-project-automation github-project-automation bot moved this to Launched in Public Roadmap Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature).
Projects
Status: Launched
Development

Successfully merging a pull request may close this issue.

1 participant