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
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
In the original sample app, there's a separate handling package but due to circular dependencies (Delivery -> HandlingEvent -> Cargo), I have merged the handling package into the cargo one.
This is most likely impossible to resolve without a non-trivial redesign. The best way would obviously be to avoid circular deps from the start. So far, I've wanted to keep as much of the original design as possible, but this issue might deserve diverging a bit from that design.
Hi @marcusolsson, is this not possible by replacing the "TrackingID" type with just "ID" type? I don't see why maintaining this dependency is worthwhile (or if it should be emulated in other projects) purely to more specifically describe what kind of ID an ID is.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Make
into
The text was updated successfully, but these errors were encountered: