DeadlyFirex / PrimoTracker

Suite of tools to track your income over time of primo's.
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Feature] Standardize responses, de/serialization and validation #10

Open DeadlyFirex opened 11 months ago

DeadlyFirex commented 11 months ago

Description The current response system, referring to serialization / deserialization, and validation mechanisms in the microservice are not standardized, leading to inconsistencies. This issue aims to address these issues through new classes, functions or libraries.

Context Data handling refers to responses, error responses, serialization, deserialization, validation and parsing. Current implementation is scattered throughout the code base, lacking a centralized approach, this leads to several problems;

Expected Behavior This issue will address the following problems:

Use Case Examples

Requirements

Considerations

Additional Information N/A

Dependencies N/A

Related