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

Add User and Group schemas #54

Merged
merged 4 commits into from
May 20, 2024
Merged

Add User and Group schemas #54

merged 4 commits into from
May 20, 2024

Conversation

jmaupetit
Copy link
Member

Purpose

On our journey to connecting users to our application, we need to register users, assign them to groups and link groups to operational units.

Proposal

  • add User and Group schemas

We also removed docker compose warning message about useless version field in our definition file.

jmaupetit added 3 commits May 20, 2024 18:19
Looks like the `version` field is no longer used [1]. Removing this
field definition, remove the anoying warning message displayed at every
compose command call.

References:

1. https://docs.docker.com/compose/compose-file/04-version-and-name/
Better separate core schema from utilities that can be used elsewhere to
prevent potential circular import issues.
Prepare to add some more tests for the auth module.
@jmaupetit jmaupetit self-assigned this May 20, 2024
@jmaupetit jmaupetit force-pushed the add-user-group-schemas branch from 7db6b54 to d431ecf Compare May 20, 2024 16:23
Add support for users, groups and link them to operational units.
@jmaupetit jmaupetit force-pushed the add-user-group-schemas branch from d431ecf to bb5cdfa Compare May 20, 2024 16:28
@jmaupetit jmaupetit merged commit 2f32ff9 into main May 20, 2024
9 checks passed
@jmaupetit jmaupetit deleted the add-user-group-schemas branch May 20, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant