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
While investigating #314 I note that BatchService is defined in the wrong place (it's in handlers/api/batch.go when it should be in service) and doesn't implement clean architecture (see #290).
It's possible it is redundant since work along the lines of #311 has taken place, but I'm still firefighting #314 so I have only considered this for a moment.
The text was updated successfully, but these errors were encountered:
While investigating #314 I note that
BatchService
is defined in the wrong place (it's inhandlers/api/batch.go
when it should be inservice
) and doesn't implement clean architecture (see #290).It's possible it is redundant since work along the lines of #311 has taken place, but I'm still firefighting #314 so I have only considered this for a moment.
The text was updated successfully, but these errors were encountered: