Implement basic group listing and re-enabled group creation

This commit is contained in:
Tim Lorsbach
2026-04-14 20:58:12 +02:00
parent 877804c0ff
commit b508511cd6
7 changed files with 64 additions and 13 deletions

View File

@ -15,9 +15,9 @@ router = Router()
EnhancedPageNumberPagination,
page_size=s.API_PAGINATION_DEFAULT_PAGE_SIZE,
)
def list_all_pathways(request):
def list_all_settings(request):
"""
List all pathways from reviewed packages.
List all settings the user has access to.
"""
user = request.user
return SettingManager.get_all_settings(user)