Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Order and Shipment Workflows #2

Merged
merged 13 commits into from
Mar 25, 2024
Merged

Simple Order and Shipment Workflows #2

merged 13 commits into from
Mar 25, 2024

Conversation

robholland
Copy link
Collaborator

@robholland robholland commented Mar 21, 2024

No description provided.

@robholland robholland mentioned this pull request Mar 22, 2024
activities/activities.go Outdated Show resolved Hide resolved
internal/shipmentapi/shipmentapi.go Show resolved Hide resolved
pkg/ordersapi/ordersapi.go Show resolved Hide resolved
workflows/order.go Outdated Show resolved Hide resolved
workflows/order.go Outdated Show resolved Hide resolved
workflows/order.go Outdated Show resolved Hide resolved
workflows/shipment.go Outdated Show resolved Hide resolved
workflows/shipment.go Outdated Show resolved Hide resolved
workflows/shipment.go Outdated Show resolved Hide resolved
activities/notification.go Outdated Show resolved Hide resolved
@@ -0,0 +1,34 @@
package activities
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cretz Any preferences on the question of whether notifications like these should be defined by the source (pubsub-style) or by the receiver (which I would call master/slave style, which I know is now considered very politically incorrect but I don't know any good equivalent).

I tend to prefer the latter, which would imply (here, I think) that the OP App defines the information it needs and treats other systems as auxiliary.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss on Slack.

workflows/order.go Outdated Show resolved Hide resolved
internal/shipmentapi/shipmentapi.go Outdated Show resolved Hide resolved
pkg/ordersapi/ordersapi.go Show resolved Hide resolved
@paulnpdev paulnpdev removed their assignment Mar 24, 2024
robholland and others added 2 commits March 25, 2024 08:19
Co-authored-by: Paul Nordstrom <85532575+paulnpdev@users.noreply.github.com>
@robholland robholland changed the base branch from layout to main March 25, 2024 08:28
@robholland robholland merged commit cf63eba into main Mar 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants