|
|
|
|
|
by marcell
2674 days ago
|
|
I'm trying to understand how this would actually work. A lot of app development for a mid-size CRUD app is around encoding business logic and handling edge cases. Let's take a specific example. Say I'm writing a software to help manage weekly CSA (box of veggies) deliveries. Sometimes a driver will miss a delivery, and in that case, you want three options: (1) Fully refund the customer for that week (2) Let them another receive another delivery the next day (3) Give them company credit If (2) happens, the driver component needs to receive a notification for the next day delivery. Is this in scope of dry.io? If it handles this kind of thing, how? |
|