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

Refactor duplicate code (DTOs, payloads, etc) to a common shared library #53

Open
Jajared opened this issue Oct 1, 2024 · 1 comment
Assignees

Comments

@Jajared
Copy link

Jajared commented Oct 1, 2024

Feature: Creating a shared library on backend to contain all duplicate DTOs, payloads and schemas.

Description

Currently there is a need ensure that both the gateway and respective microservice have the same and consistent DTOs. This can lead to alot of extra code as well as unnecessary effort to ensure that both data are matching. Thus we should create a shared library. Note that we will need to package this library together in the respective docker containers once this is completed

@Jajared Jajared added the enhancement New feature or request label Oct 1, 2024
@Jajared Jajared added the backend label Oct 1, 2024
@evanyan13
Copy link

Agree with this can look into something called contract or a basic shared lib is fine as well

@evanyan13 evanyan13 added the p.high High Priority label Oct 7, 2024
@evanyan13 evanyan13 linked a pull request Oct 8, 2024 that will close this issue
@evanyan13 evanyan13 removed a link to a pull request Oct 20, 2024
@evanyan13 evanyan13 added nice-to-have and removed enhancement New feature or request labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants