mtozsahin / bounswe2015group5

Automatically exported from code.google.com/p/bounswe2015group5
0 stars 0 forks source link

Create Sequence Diagrams for Use Cases: 1,2,3 #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create the requested sequence diagrams, and add them to the wiki page: Sequence 
Diagrams. 

- Examine the class diagram we have created carefully. 
- Read the use cases thoroughly.
- Using -only- the classes and methods defined in the class diagram, draw the 
sequence diagram which clearly defines the process in terms of communication 
(method calls) between the involved classes. 

important: If you detect any missing required methods, classes, relationships, 
or if you think any of the method parameters or return types are incorrect, 
request an update on the class diagram immediately, by creating a new issue. 

Original issue reported on code.google.com by mustafat...@gmail.com on 20 Mar 2015 at 10:19

GoogleCodeExporter commented 9 years ago
started on the task

Original comment by ardaakde...@gmail.com on 23 Mar 2015 at 8:51

GoogleCodeExporter commented 9 years ago
The sequence diagram for use case #1 is done link is below:

http://www.websequencediagrams.com/cgi-bin/cdraw?lz=dGl0bGUgR3Vlc3QgUmVnaXN0cmF0
aW9uCgpVc2VyIEludGVyZmFjZS0tPlVzZXI6IHNob3dVc2VyACEMRm9ybSgpAC0FLS0-IAAsDiA6IGZp
bGwgdGhlIGZvcm0AQRhjcmVhdGVVc2VyV2l0aABPEERhdGEodW5pcXUAHgVuYW1lLC4uLgBvBgCBExRl
bmRBY3RpdgCBSQVNYWlsVG9Vc2VyKHU6AIEbBQCBJwcAgU4HZ2V0TWFpbACBPAgAgWQHYQA6BmVBY2Nv
dW50AA0RABEFAF4HZWQ9dHJ1ZQ&s=default

Original comment by ardaakde...@gmail.com on 23 Mar 2015 at 9:17

GoogleCodeExporter commented 9 years ago
The sequence diagram for use case #2 is done, link is below:

http://www.websequencediagrams.com/cgi-bin/cdraw?lz=dGl0bGUgVXNlciBMb2dpbgoKAAcF
SW50ZXJmYWNlLS0-VXNlcjogc2hvdwAdBUZvcm0oKQAiBS0tPgA1BgAmCSA6IGZpbGwgdGhlIGZvcm0A
Nhhsb2dVc2VySW4odXNlcm5hbWU6dSBwYXNzd29yZDpwAFgHACMKaW4AawgANwpnZWRJbj10cnVl&s=d
efault

Original comment by ardaakde...@gmail.com on 23 Mar 2015 at 9:24

GoogleCodeExporter commented 9 years ago
The sequence diagram for use case #2 is done, link is below:

http://www.websequencediagrams.com/cgi-bin/cdraw?lz=dGl0bGUgQ2FzZSBTZWFyY2gKClVz
ZXIgSW50ZXJmYWNlIC0tPiBVc2VyOiBzaG93AB8GQmFyKCkAIwYtLT4gU3lzdGVtOiBzAD0FKFF1ZXJ5
OiBTdHJpbmcpCgAYBgA_CQBRCjogZ2V0AHAGUmVzdWx0c0J5ADcFKHEANA4AbyMAOgdXaXRoADgLAHsJ
&s=default

Original comment by ardaakde...@gmail.com on 23 Mar 2015 at 9:37

GoogleCodeExporter commented 9 years ago
done

Original comment by ardaakde...@gmail.com on 23 Mar 2015 at 9:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
For registration, user calls UserInterface::showUserRegistrationForm()
then user calls UserInterface::createUserWithRegistrationFormData()
then UserInterface calls its own sendActivationMailToUser()
then user calls UserInterface::activateAccount()
then userInterface calls System::addUser()

Original comment by mustafat...@gmail.com on 23 Mar 2015 at 1:28