Let's say I have the following actor:
- User
Let's say I have the following Use Cases:
- Register
- Log On
- Complete Demographics Survey
- Choose Modules
I'm confused as to how to properly model the Log On use case. Currently I have a diagram that has a relationship between the User and Log On.
Should the Log On use case be included (includes relationship) with each use case (with the exception of Register) since the user needs to be logged in to complete those functions?