In an usecase diagram, this is my situation:
Admin (Actor) can:
- View User
- Create User
- Update User
- Delete Us
Searching on web I see that the best way to represent CRUD operations in UCD is doing just a UC "Manage Users", but in this way i have problems with the detailed textual description (Cockburn Template).
For example:
I have to specify all the extension points for "Create User" mask (Required fields, if the user has been created yet, etc..)
The same for Update, and Delete user.
My question now, is this the right way to proceed?
Do I have to specify all the operations, one by one, in the UC "Manage user"?
Sorry for bad English, I hope to have been clear.