Skip to content

Conversation

@bencap
Copy link
Collaborator

@bencap bencap commented Feb 25, 2025

Features / Enhancements

Closes #313: #361
Closes #288: #374

Bugfixes

Fixes #330: #331
Fixes #230: #385
Fixes #383: #384
Fixes #386: #387
Fixes #371 and fixes #370: #366

Maintenance

EstelleDa and others added 30 commits December 5, 2024 16:21
…missions to view it. The current version to other users will only be the published one.
…score sets are unpublished yet. Haven't fixed the search score set codes.
Urn should not be able to be specified during creation or modification
Co-authored-by: Ben Capodanno <[email protected]>
This router exposes limited user information (first name, last name,
and username/Orcid ID) to non-admin users. Previously, non-admin
users could not look up users at all.
Non-self user lookup by non-admin users is necessary for adding
users to a collection in the UI.
Use Starlette custom type convertor to determine whether the provided
ID in the router path is an Orcid ID. If so, limited information about
the user will be returned, whether or not the requesting user has admin
privileges. If the ID in the router path is an integer (database ID),
the previously existing router will be used, which requires admin privileges
and returns the full admin view of the user. We may choose to combine these
routers in the future, in order to only allow user lookup by Orcid ID/username,
unless there is a use case for looking up by database ID.
Note that the custom type convertor requires an actual Orcid ID, so
usernames that are not Orcid IDs cannot be used for user lookup.
Collection permissions do not distinguish between creator/owner and admin,
so automatically assign collection creator as admin for that collection.
Since collection owner is automatically assigned as admin for
that collection (see 0ce14cf), do not display owned collections
separately from admin collections when fetching a user's collections.
jstone-dev and others added 27 commits January 27, 2025 11:58
…om downloading file. Add some related tests. Failed tests due a bug.
Typo in mock_worker_variant_insertion leads to a wrong counts file path.
…ropDownloadNullHgvsColumns

Debug mock_worker_variant_insertion so the tests can pass.
…vsColumns

Remove NA columns from dowloading scores and counts files.
…coreSet' into estelle/debugShowTmpSupersedingScoreSet
@bencap bencap marked this pull request as ready for review February 25, 2025 17:18
@bencap bencap merged commit 3435abd into main Feb 25, 2025
5 checks passed
@bencap bencap deleted the release-2025.1.0 branch February 26, 2025 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment