In an event like a customer provides information that a admin person uses to interact with system, do i specify the actor as the user or the admin who interacts with system.
Also in Event Table, Source will be the same actor as the above question?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Answer is: it depends on your problem context.
Are you designing the system to meet the Customer’s needs – or the Administrator’s?
In practice, even for scenario 2, it’s worth noting in comments somewhere that the info comes from the customer to the admin. However, it’s important you design the UI from the admin’s perspective – not the customer’s. An admin will typically perform the same operation many times, so needs an interface that is efficient. A customer might perform the operation much less frequently so needs an interface that provides more structure and support (e.g. “wizards”). Forcing one to use an interface designed for the other can cause frustration, innefficiency and/or failure.
hth.