fleencorp / fleen-feen

Fleen Feen connects you with the world
GNU General Public License v3.0
0 stars 1 forks source link

Refactor Event and Live Broadcast Services and Enhance Stream Service Responses #35

Closed aalamu closed 1 week ago

aalamu commented 1 week ago

Description

This issue involves refactoring and enhancing several components related to event and live broadcast services to better integrate with the StreamService. Additionally, a new response class has been created to handle responses from the StreamService.

Tasks

  1. Refactor Service Implementations:

    • Refactor EventServiceImpl and LiveBroadcastServiceImpl to delegate relevant operations to StreamService for more streamlined and centralized handling.
  2. Create Response Handling:

    • Introduce PageAndFleenStreamResponse to manage responses coming from StreamService.
  3. Enhance Search Parameter Configuration:

    • Implement code for configuring SearchParam to properly handle and resolve search request variables.

Acceptance Criteria

Related Commit

Additional Notes

This refactor and enhancement aim to improve code maintainability and ensure a unified approach to handling streams within the application.