we recently got the assignment to visualize the following process as a Use Case diagram:
The customer can use a touch panel to put together his menu of choice. After that, he can order the food he put together. After he ordered his food, he can choose whether he wants to pay by card or with a voucher. Then the customer waits for his food and picks it up at the counter.
Now while this is not really a complex process, my question would be how or if the use cases have a relationship to each other. My approach would be as follows:
My idea behind this is, that Use Case diagrams are not meant to show procedures in the right order but what use cases there are. Hence I didn't put a relation between the different use cases. I know that there is not ONE optimal solution and probably more ways to model this process but would my approach be wrong?