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
Once all per-field handler classes exist, refactor DmfsTaskProcessor so it becomes a thin orchestrator that delegates to the individual handlers, with no direct field-reading logic of its own.
Part of #342.
Once all per-field handler classes exist, refactor
DmfsTaskProcessorso it becomes a thin orchestrator that delegates to the individual handlers, with no direct field-reading logic of its own.