How to depict Import a file action in the Sequence diagram
Posted
by
user970696
on Programmers
See other posts from Programmers
or by user970696
Published on 2013-11-07T07:38:30Z
Indexed on
2013/11/07
10:16 UTC
Read the original article
Hit count: 334
Everyone says sequence diagrams are so easy but I just cannot figure this out. Basically user clicks on an 'Import from temp folder' button, the program opens a window with a list populated with filenames, user clicks on a filename, clicks on OK and the document is imported. I know the order of the actions but how to depict e.g. populating a list, or selecting an item from a list?
So I assume the objects would be like:
[USER] [ImportDialogWindow] [ListOfFiles:STRING] [?where to go with selected file]
© Programmers or respective owner