Miska-Mynttinen / software-engineering-2-course-project

Apache License 2.0
1 stars 0 forks source link

Backend: Expand the definitions Repositories, Pipelines, Operators and Resources to have a field for owner and userGroup #28

Open Miska-Mynttinen opened 3 hours ago

Miska-Mynttinen commented 3 hours ago

For Client API, Orchestrator, Repository, Resources registry microservices, expand the the definitions of Repositories, Pipelines, Operators and Resources and related DTOs to have fields:

{ Owner: GUID (User.UserId or UserGroup.Id) OwnerType: string (type of user or userGroup) UserGroup: GUID (UserGroup.Id or NULL) }

Miska-Mynttinen commented 3 hours ago

Also add them to Rabbitmq microservice.

Miska-Mynttinen commented 2 hours ago

Backend can be debugged with the _logger things. To see in Docker desktop microservice containers log, use _logger.warning().

If you want to see all logs in Docker desktop microservice containers change microservices setting to have log level Debug.

Miska-Mynttinen commented 1 hour ago

image

image