aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/auth/authorisation/resources/inbredset/views.py
AgeCommit message (Expand)Author
2024-09-16Create population resource and assign appropriate roles...Provide an endpoint to create a new population resource (inbredset-group) and assign the active user with the appropriate privileges against the new resource. Frederick Muriuki Muriithi
2024-09-16Rename blueprint and register it one level lower...Register the populations/inbredset blueprint with the "resources" blueprint rather than at the higher level "auth" blueprint to retain the hierarchy of the blueprints and make maintenance arguably easier. Frederick Muriuki Muriithi
2023-11-02pylint: Fix linting errors.Frederick Muriuki Muriithi
2023-10-09Fetch InbredSet group resource ID by SpeciesId and InbredSetId...Get the resource used to control access to the InbredSet group by that group's SpeciesId and InbredSetId. Frederick Muriuki Muriithi