Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDD-2432 Implement Middleware - Adds permission models #2180

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mxrman
Copy link
Collaborator

@mxrman mxrman commented Feb 12, 2025

Description

This PR includes the following:
Adds The following models to the data app.

  • api_groups
Screenshot 2025-02-12 at 15 41 49
  • api_groups_permissions
Screenshot 2025-02-12 at 15 42 56
  • api_permissions
Screenshot 2025-02-12 at 15 43 52

Also adds some organising of the existing api models: Moves the APITimeSeriesFactory model into a api_models package (including tests).

Fixes #CDD-2432


Type of change

Please select the options that are relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Tech debt item (this is focused solely on addressing any relevant technical debt)

Checklist:

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests at the right levels to prove my change is effective
  • I have added screenshots or screen grabs where appropriate
  • I have added docstrings in the correct style (google)

@mxrman mxrman requested a review from a team as a code owner February 12, 2025 15:14
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant