You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuing from #483 , because of common attributes between each type of application such as submission_time and reviews, these shared attributes can be put into a mixin/parent class.
Because #468 added an adapter in user.py to satisfy mypy, let's also take a look at why an adapter is needed or not needed.
The text was updated successfully, but these errors were encountered:
waalbert
changed the title
Simplify ProcessedApplicationData with mixins
Simplify ProcessedApplicationData with mixins and look at adapter for resume validation
Dec 11, 2024
waalbert
changed the title
Simplify ProcessedApplicationData with mixins and look at adapter for resume validation
Simplify ProcessedApplicationData with mixins and examine adapter for resume validation
Dec 11, 2024
Continuing from #483 , because of common attributes between each type of application such as
submission_time
andreviews
, these shared attributes can be put into a mixin/parent class.Because #468 added an adapter in
user.py
to satisfy mypy, let's also take a look at why an adapter is needed or not needed.The text was updated successfully, but these errors were encountered: