AWeber-Imbi / imbi

An operational management platform for medium to large environments
BSD 3-Clause "New" or "Revised" License
2 stars 12 forks source link

Use consistent Pydantic models #107

Open in-op opened 2 months ago

in-op commented 2 months ago

We've been making new models on the backend using Pydantic for the extra features involved, and are now in a half state with old models that help perform database operations that are dataclasses. We should convert all of them to Pydantic and make them consistent.