employe database management codings [closed] - uml

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
i am doing a employee management project in dot net(c#,asp),where will i get the uml diagrams for the reference ... please help me ... if i get the documentation of tat project it will be very useful please help me friends
thank u

Ideally you'll get them from your architect or the person doing the design of the code ;)
If you're asking for a tool to work in to draw them yourself, try Visio, it's pretty good for making UML diagrams.
If you're asking for a good way to generate them from the code the new Visual Studio beta has a class and sequence diagram generator built in.

Related

I am having issues of Pseudo Code generation from UML class diagram [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
It is requested that link of class diagram from which a pseudo code is requestedyou have a UML diagram with the following classes and entities present in image attached so please answer question below generate pseudo code of it.............
Q. Use pseudo-code and explain what happens in detail in the updateReminder() method. Make use of how the reminder is integrated into the GPSSystem class?
I tried to break it down but have issues brainstorming pseudo code for it

Translating user stories in UML diagrams [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
*Could I translate user stories in UML diagrams to teach oriented object project? *Is it right?
*Is there someone with experience in it?
Your question is an interesting one, and using use case to model story is a debate and I am quite sure that there are a lot's of talk about UML usage in Scrum or Agile method.
I am not sure that Scrum experts would agree that a user story is a use case. For example, for me a use case is associated to a full description and for my understanding this is not the case of a user story.
Maybe this difference between use case and user story could help.
UML has "Use Case Diagrams" which are pretty much the UML version of a User Story.

Google docs queuing system using UML class diagrams [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
How to represent a system like google docs queuing system using UML class diagrams? I haven't used much UML and trying to design a system like Google docs.
I'm not a UML pro but I took a quick stab at it. There's probably some missing pieces here but I think it's a good start. It would be great if someone who knows how to correctly model this can provide their diagram.

What UML Use Cases to Write? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
It's been a really long time since I worked with UML Diagrams.
I started working with UML Use Cases again, for a real world project. I would like to ask some questions.
How should I approach writing use cases?
I believe the tasks that leads to a "Major/Bigger" task should not be considered as use cases by themselves. Am I right?
Okay, what if I have a task like View tutorial and it has Comment on Tutorial, Favourite Tutorial, etc. Should these be separate use case, Extending View Tutorial? If yes, but, aren't they small features, why we should include them?
I'm mixing some stuff here, I hope someone could enlighten me .
Thanks!
Read Alistair Cockburn's Effective Use Cases book (see it on Amazon: 1). He does an excellent job of explaining practical use of use cases in a structured and effective way.

Source code handover training [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
We have to train the client professionals on the source code for an application we developed. What shall I include in their training plan for source code? Any help would be really appreciated.
regards
This may help:
What are the core elements to include in Support Documentation?
1.) If possible show them various changes/revisions the code has gone through, then that will help them to understand the code design at some higher level. (That function needs to be modified for what feature?)
2.) Extract some function Call-Graph/Function-flow diagram using some tool and let them get familiar with that.
3.) The test setup for the application should be explained to them.
4.) High level Design & Low level design document
-AD
You could highlight the important design decisions. So they understand why you have chosen which solution.

Resources