Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,
I am working on my graduation project which is developing android application.
The application will be LMS learning management system.
It will be for a school and the teachers and students will use it.
My doctor asked me to draw a sequence diagram ,, note that I did not start coding and implementation phase yet. How can I draw this diagram and how can I specify the objects of my app to start drawing?

What I have tried:

I tried to specify the objects ..
User , log in interface , database , android app
I am not sure if this is right or not.
Posted
Updated 17-Oct-16 5:46am
Comments
Suvendu Shekhar Giri 17-Oct-16 2:02am    
"My doctor asked me"
What's your doctor doing here?
[no name] 17-Oct-16 5:57am    
Why aren't you asking your teacher this? Break down your requirements. The nouns in your requirements are *generally* your objects. The verbs in your requirements become your methods.

1 solution

First you should draw the class diagram. Using the class diagram you can identify objects.

Sequence diagrams shows objects interactions, message flow between objects. As you are developing a LMS possible objects might be Student , Course , Assignment , Subjects etc..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900