Skip to content

Implement Flexible Interactor Library for Running Use Cases#2

Merged
screwyprof merged 2 commits intomainfrom
feat/interactor
Mar 26, 2023
Merged

Implement Flexible Interactor Library for Running Use Cases#2
screwyprof merged 2 commits intomainfrom
feat/interactor

Conversation

@screwyprof
Copy link
Copy Markdown
Owner

@screwyprof screwyprof commented Mar 26, 2023

Issue

This PR Implements Implement Interactor Library Based on Uncle Bob's Clean Architecture #1

Description:

This PR introduces a flexible and efficient Interactor Library for managing UseCaseRunners and dispatching requests to appropriate handlers based on their request types. The library is inspired by Uncle Bob's Clean Architecture article and is designed to work seamlessly with various use case implementations.

Key Features:

  • Simple and convenient API
  • Provides a Dispatcher for dispatching requests to the corresponding use cases.
  • Supports both pure functions and structures as use case implementations.

We encourage feedback and suggestions to further improve the library and its integration with existing and future projects.

@screwyprof screwyprof force-pushed the feat/interactor branch 4 times, most recently from 2e70706 to c28d28f Compare March 26, 2023 19:53
Implement a flexible and efficient Interactor Library for managing
UseCaseRunners and dispatching requests based on request types. Inspired
by Uncle Bob's Clean Architecture article, the library provides a
Dispatcher, a UseCaseRunner interface, comprehensive error handling, and
supports both pure functions and structures as use case implementations.
The code is well-documented, thoroughly tested, and includes a detailed
README with a working example.
@screwyprof screwyprof changed the title Implement Flexible Interactor Library for Managing UseCaseRunners Implement Flexible Interactor Library for Running Use Cases Mar 26, 2023
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (main@c746e9e). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##             main        #2   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?         3           
  Lines           ?        92           
  Branches        ?         0           
========================================
  Hits            ?        92           
  Misses          ?         0           
  Partials        ?         0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@screwyprof screwyprof merged commit e2256c6 into main Mar 26, 2023
@screwyprof screwyprof deleted the feat/interactor branch March 26, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants