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

#24-backend-imp-crud-for-users-model #109

Merged
merged 36 commits into from
Mar 22, 2024
Merged

Conversation

radthenone
Copy link
Collaborator

Auth, User, Profile crud with, storages, and pub/sub changes

…ions and correct verify_jwt exceptions, get_current_user exceptions and change return
…all models with new redis pub/sub communicator
@radthenone radthenone changed the title Add Users 24-backend-imp-crud-for-users-model Feb 29, 2024
docker-compose.dev.yml Outdated Show resolved Hide resolved
docker-compose.dev.yml Outdated Show resolved Hide resolved
docker-compose.dev.yml Outdated Show resolved Hide resolved
@kwiats kwiats linked an issue Mar 8, 2024 that may be closed by this pull request
@radthenone
Copy link
Collaborator Author

Ok its corrected and can be push

…oved abs from init cache handler, router remove unused import
…ved abs from init cache handler, router remove unused import
…del' into 24-backend-imp-crud-for-users-model
…oved abs from init cache handler, router remove unused import
…del' into 24-backend-imp-crud-for-users-model
None
"""
def __init__(self, pool_storage: ICacheStorage):
self.pool = pool_storage
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pool storage?

Comment on lines 10 to 13
class ICacheHandler(ABC):
@abstractmethod
def __init__(self, pool_storage: "ICacheStorageType"):
pass
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you define constructor in interface???

@kwiats kwiats merged commit 7b3a69d into dev Mar 22, 2024
1 check passed
@kwiats kwiats deleted the 24-backend-imp-crud-for-users-model branch March 22, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Backend Ticket
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementation CRUD for users model
3 participants