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

Decouple services from actix-web #160

Merged
merged 8 commits into from
May 22, 2023
Merged

Decouple services from actix-web #160

merged 8 commits into from
May 22, 2023

Conversation

josecelano
Copy link
Member

@josecelano josecelano commented May 17, 2023

  • Extract about service.
  • Extract category service.
  • Extract proxy service.
  • Extract settings service.
  • Extract torrent service.
  • Extract user registration service.
  • Extract user ban service.
  • Extract user authentication service.

Decoupling services from actix-web framework.
@josecelano josecelano linked an issue May 17, 2023 that may be closed by this pull request
Decoupling services from actix-web framework.
@josecelano josecelano requested review from da2ce7 and mickvandijke and removed request for da2ce7 May 18, 2023 12:57
Decoupling services from actix-web framework.
Decoupling services from actix-web framework.
@josecelano josecelano added the Code Cleanup / Refactoring Tidying and Making Neat label May 19, 2023
Decoupling services from actix-web framework.
Decoupling services from actix-web framework.
Decoupling services from actix-web framework.
Decoupling services from actix-web framework.
@josecelano josecelano marked this pull request as ready for review May 22, 2023 16:55
@josecelano
Copy link
Member Author

ACK 5396301

@josecelano josecelano merged commit 8748f93 into torrust:develop May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup / Refactoring Tidying and Making Neat
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Decouple actix-web handlers from app services
1 participant