Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-27 | typing: fix and ignore typing issues. | Frederick Muriuki Muriithi | |
2023-09-26 | Handle temporary edge cases | Frederick Muriuki Muriithi | |
Fetching resource data: system and group categories of resources do not have associated genetic data. This commit adds some code to temporarily handle that case as an edge case before I can devote more time to fixing the issue in a much better way. | |||
2023-09-26 | Move `groups` package under `resources` package | Frederick Muriuki Muriithi | |
With user groups being resources that users can act on (with the recent changes), this commit moves the `groups` module to under the `resources` module. It also renames the `*_resources.py` modules by dropping the `_resources` part since the code is under the `resources` module anyway. |