As icepack explained, if you want to use extend
then the relationship is drawn the other way around. But I am not sure I would use extend
in this case.
In fact, a use case should always represent a real functionality. Here, Check order status
and Order orders
sure are use cases, but I am not sure Manage orders
is. Are you sure it represents something on its own? Or is just a way of grouping the other two? In this second case, you should use packages.
To answer the question, imagine the scenario describing the content of your use case. If, for Manage orders
, your scenario is little more than "choose between Check order status
and Order orders
", then Manage orders
is not a use case.