octoposprime / op-be-auth

OctopOS Prime Backend Authorization and Authentication Service
http://www.octoposprime.com
MIT License
5 stars 0 forks source link

Remove User-Related Files from Presentation Layer #28

Closed Feyzanrs closed 5 months ago

Feyzanrs commented 5 months ago

We need to remove several files related to user operations from the presentation layer to streamline our application architecture.

Files to Remove:

internal/application/presentation/adapter/query/user_test.go internal/application/presentation/adapter/query/user.go internal/application/presentation/port/command/user.go internal/application/presentation/port/command/user_test.go

internal/application/presentation/port/query/user_test.go internal/application/presentation/port/query/user.go

The changes will be merged into the first/hsm/1/create-first branch first. Therefore, set the base branch of the pull request as first/hsm/1/create-first.