diff options
author | Munyoki Kilyungi | 2024-03-11 23:58:35 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-03-13 10:25:27 +0300 |
commit | 7e11ddbbdd6ddfa28367c02d0a3a7f3932c369ae (patch) | |
tree | a3f50b605411594ddf970752ffcb24a73f1d306b /gn_auth/auth/authentication/oauth2/grants | |
parent | a295d21a42a6ae9c463f7661b32df7de11095835 (diff) | |
download | gn-auth-7e11ddbbdd6ddfa28367c02d0a3a7f3932c369ae.tar.gz |
Define Group using a frozen dataclass.
* gn_auth/auth/authorisation/data/genotypes.py: Import
dataclasses.asdict.
(link_genotype_data): Replace dictify with asdict.
* gn_auth/auth/authorisation/data/mrna.py: Import dataclasses.asdict.
(link_mrna_data): Replace dictify with asdict.
* gn_auth/auth/authorisation/data/phenotypes.py: Import
dataclasses.asdict.
(link_phenotype_data): Replace dictify with asdict.
* gn_auth/auth/authorisation/resources/groups/models.py: Import
dataclass.
(Group): Use frozen dataclass.
(Group.dictify): Delete.
(GroupRole.dictify): Replace dictify with asdict.
* gn_auth/auth/authorisation/resources/groups/views.py: Import
dataclasses.asdict. Remove dictify import.
(list_groups): Replace dictify with asdict.
(create_group): Ditto.
* gn_auth/auth/authorisation/resources/views.py:
(resource_users): Replace dictify with asdict.
* gn_auth/auth/authorisation/users/views.py: Import
dataclasses.asdict. Remove dictify import.
(user_details): Replace dictify with asdict.
(user_group): Ditto.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn_auth/auth/authentication/oauth2/grants')
0 files changed, 0 insertions, 0 deletions