-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
priority:lowLow priorityLow prioritytechnical debtA feature/requirement implemented in a sub-optimal way & must be re-written. Contrast to "cleanup"A feature/requirement implemented in a sub-optimal way & must be re-written. Contrast to "cleanup"
Description
Could also consider taking the pydantic models that are associated with specific modules (eg db connection args w/ the uta handler) and putting them directly into that module. The pattern of a distinct schemas.py module or group of modules is more suited to MVC-like web apps imho (where you have a models module, a views module, and a controller module), and while there are some models that are truly general-purpose and can't be placed anywhere else, others can probably be moved closer to where they're used.
Originally posted by @jsstevenson in #334 (comment)
Metadata
Metadata
Assignees
Labels
priority:lowLow priorityLow prioritytechnical debtA feature/requirement implemented in a sub-optimal way & must be re-written. Contrast to "cleanup"A feature/requirement implemented in a sub-optimal way & must be re-written. Contrast to "cleanup"