Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.
This repository was archived by the owner on May 2, 2024. It is now read-only.

Restructure Some Database Fetch Calls #417

@LowBudgetMan

Description

@LowBudgetMan

Restructure Some Database Fetch Calls

A few of our services take a List from the repository and stream them to perform operations on the data. We should restructure the database calls to return streams instead to keep from doing unneeded translations and keep the data structure closer to what JDBC uses to fetch the data.

A couple points of interest are line 73 in TeamService.java and line 67 in BoardService.java.

Notes

We are also returning a lot of Entities back over the wire. We should set up DTOs for them instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions