-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
🥔✨ Marketplace
: Delivery
#1325
Labels
✨ feature
Reduces Client's Burden or Grants them Benefits
🥔 Satisfices
It's good enough to use, but not particularly great
Milestone
Comments
zspencer
added
✨ feature
Reduces Client's Burden or Grants them Benefits
🌱 Ready for Dev
Stuff we are able to move forward on
🥔 Satisfices
It's good enough to use, but not particularly great
labels
Apr 8, 2023
This was referenced Apr 8, 2023
zspencer
added a commit
that referenced
this issue
Apr 9, 2023
…ent` - #1325 - #1324 - #1326 I didn't use the `marketplace_order, :full` factory outside of the `Order::PlacedMailerPreview` and `Order::ReceivedMailerPreview`; and apparently had flubbed the implementation; so that was not working... So I fixed it and used it in the `Order::EmailReceiptComponent` spec to test the `Order#delivery_area` I also noticed we didn't wire in associations between the `Marketplace::DeliveryArea` into the `Marketplace::Cart` and `Marketplace::Order` so I added some specs for those.
zspencer
added a commit
that referenced
this issue
Apr 9, 2023
…ent` - #1325 - #1324 - #1326 I didn't use the `marketplace_order, :full` factory outside of the `Order::PlacedMailerPreview` and `Order::ReceivedMailerPreview`; and apparently had flubbed the implementation; so that was not working... So I fixed it and used it in the `Order::EmailReceiptComponent` spec to test the `Order#delivery_area` I also noticed we didn't wire in associations between the `Marketplace::DeliveryArea` into the `Marketplace::Cart` and `Marketplace::Order` so I added some specs for those.
zspencer
added a commit
that referenced
this issue
Apr 9, 2023
…ent` (#1332) - #1325 - #1324 - #1326 I didn't use the `marketplace_order, :full` factory outside of the `Order::PlacedMailerPreview` and `Order::ReceivedMailerPreview`; and apparently had flubbed the implementation; so that was not working... So I fixed it and used it in the `Order::EmailReceiptComponent` spec to test the `Order#delivery_area` I also noticed we didn't wire in associations between the `Marketplace::DeliveryArea` into the `Marketplace::Cart` and `Marketplace::Order` so I added some specs for those.
zspencer
added a commit
that referenced
this issue
Apr 17, 2023
- #1325 I suppose this is why the "Prevent Merging unless Branch is Up To Date With Upstream" button is a thing... This should fix the main branch, but I'm curious about what people think about adding constraints to not allow merging branches that are behind main?
zspencer
added a commit
that referenced
this issue
Apr 30, 2023
zspencer
added a commit
that referenced
this issue
Apr 30, 2023
zspencer
added a commit
that referenced
this issue
May 4, 2023
`Marketplace`: `Delivery` constraints live on `DeliveryArea` - #1325 - #1136 - #1185 Allowing a `Marketplace` to specify it's delivery fees, constraints, etc. and a `DeliveryArea` to override them was putting us in a bit of a mess from "how does data even?!" This consolidates everything onto `DeliveryArea`, yay!
This was referenced May 26, 2023
This was referenced Aug 14, 2023
zspencer
added a commit
that referenced
this issue
Sep 15, 2023
- #1672 - #1325 - #1763 This splits out the Checkout flow to it's own page; so we can do things like: - Collect the Delivery Address and Phone Number - Let the Shopper pick a Delivery Time - Confirm prices - ??? * Communicate why we need Shoppers to choose a Delivery Area * Make pretty! MAKE PRETTY! * So much pretty * Remove unnecessary click
zspencer
added a commit
that referenced
this issue
Oct 1, 2023
- #1325 I think this is leftover from when we collected both the address and the area at the same time.
zspencer
added a commit
that referenced
this issue
Feb 18, 2024
- #831 - #1325 - #2153 - #2215 - #1137 - #2169 @anaulin has mentioned at least twice how she despises italics; but no one has taken on the task. So I did a quick skim-through for all the `italic` that lives within the `Marketplace`, and removed them in place of: - Making text size smaller - Making text color grayer
zspencer
added a commit
to zinc-collective/tobias
that referenced
this issue
Mar 25, 2024
- zinc-collective#831 - zinc-collective#1325 - zinc-collective#2153 - zinc-collective#2215 - zinc-collective#1137 - zinc-collective#2169 @anaulin has mentioned at least twice how she despises italics; but no one has taken on the task. So I did a quick skim-through for all the `italic` that lives within the `Marketplace`, and removed them in place of: - Making text size smaller - Making text color grayer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
✨ feature
Reduces Client's Burden or Grants them Benefits
🥔 Satisfices
It's good enough to use, but not particularly great
Gizmo
:Marketplace
#831 offers 🥔✨Marketplace
:Delivery
#1325 ofOrder
s viaDistributor
sUse Cases
Marketplace
:Distributor
collectsDeliveryFee
#1510Marketplace
:Order#delivery_address
#1763Marketplace
:Delivery
Fee may be a percentage of theOrder
Subtotal #2641Domain Model
Marketplace
:DeliveryConstraint
s #1185Marketplace
:DeliveryArea
#1136Design
Marketplace
: StreamlineShopper
=>Delivery
=>Cart
=>Checkout
flow #1509The text was updated successfully, but these errors were encountered: