How to properly represent permissions in use case diagram -


if have user, can let's ... edit profile.

a customer user confirmed email (just example)

a customer has customer permissions , can view customer pages.

how represent in use case diagram?

uml use case diagrams offer concept of generalization. applies both use cases themselves, actors (see image):

use case diagram actor generalization

if need more detailed permissions, write them down in use case scenario – or separate permission concept.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -