MarkSeliverstov / NSWI041-intro-to-software-engineering

0 stars 0 forks source link

4# Searching for people #4

Open Senya-P opened 6 months ago

Senya-P commented 6 months ago

As a User of the IS, I want to search for other people registered in the system to view their personal information.

Senya-P commented 6 months ago
@startuml
left to right direction
skinparam PackageStyle rect
actor User
rectangle PersonModule {
User -- (search for the other user's profile)
(search for the other user's profile) .> (view the user's profile) : extends
(view the user's profile) .> (view individual fields) : extends
(view individual fields) .> (check if available for viewing) : include
}
@enduml
Senya-P commented 6 months ago

image

Senya-P commented 5 months ago

Starting situation (Initial assumption):

Normal interaction

What can go wrong

System state on completion

The system remains in the same state if no additional actions have been performed