I've recently been learning about UML use case diagrams and I have a few minor questions about this UML case diagram that I have created.
- Does view schedule
<<extend>>
from create schedule? - If yes, then does this work properly by including the Login?
- Is it necessary to
<<include>>
username/password for the login or should I simply have "Login" without username/pass
p.s. I know this is very basic but i'm unsure about whether or not I've got the hang of this.
Thanks.