Closed kubraaksux closed 1 year ago
Nice work! I think the only slight change this needs is adding the stickman symbol to the actor. You can do that by simply saying actor user
immediately after the @startuml. Also, were we supposed to have the database interactions for this milestone? We didn't have a database in our UML diagram so I made my diagrams without a database.
I first made my diagrams without database, then @GulbeycanCagri commented on that about it is better with database and our slides have that database view. So I changed it.
@ilgazer thank you for your comments. This is the final version of my sequence diagram
Ok perfect, this looks correct :)
Creating a sequence diagram using plantUML for an admin reviewing applications as per #117.
@startuml actor User participant Profile database Database
User -> Profile: register(username, password, email) Profile -> Database: addUser(username, password, email)
alt successful case
else Another type of failure
end @enduml