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 creating the mock up of Coordinator, @HarunErgen and I were discussing the different types of Actions that could exist:
Acquire action:
Fields: Resource to be acquired, User
This will be used when a truck driver needs to acquire a truck. We thought that for some types of resources, the resource will stay with one owner for a long duration. For example, a truck driver will not let the truck go for days at a time and will fulfill multiple tasks using the same truck.
Acquire and deliver:
Fields: Resource to be acquired, Delivery location(call or intermediate location), User
This is obvious. Food should go from warehouse to hatay
Rescue/Do task:
Fields: User, Destination(call)
A crane driver goes and lifts a building off of someone.
What are your opinions? Are 2 and 3 distinct enough? Could we generalise 3 a bit more compared to just rescue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While creating the mock up of Coordinator, @HarunErgen and I were discussing the different types of Actions that could exist:
Fields: Resource to be acquired, User
This will be used when a truck driver needs to acquire a truck. We thought that for some types of resources, the resource will stay with one owner for a long duration. For example, a truck driver will not let the truck go for days at a time and will fulfill multiple tasks using the same truck.
Fields: Resource to be acquired, Delivery location(call or intermediate location), User
This is obvious. Food should go from warehouse to hatay
Fields: User, Destination(call)
A crane driver goes and lifts a building off of someone.
What are your opinions? Are 2 and 3 distinct enough? Could we generalise 3 a bit more compared to just rescue?
Beta Was this translation helpful? Give feedback.
All reactions