Is it possible to extend a use case multiple times in a Use-CaseDiagram?
I have 2 Actors with their own 'Show post table' use cases. These 2 cases both have a Create, Edit, delete use-cases.
Can I extend these use-cases for both 'Show post table' use cases? Or should I create 2 use-cases for create, edit and delete, and then extend them each to one of the use cases?
See following picture for a better explanation:
Also, is it correct to include the login use case? (As the red arrows shows)