Use Case Diagram help
Hi guys, I am drafting up my first use case diagram and need to know if it is correct. It is for a music collection library app that allows users to add, delete, edit and search their music collection. They will only be one user managing their music collection. I have attached a copy of what I have done so far.
Comments
-
philz1982 Member Posts: 978You can consolidate your CRUDE use cases. You need to think through the reasons and results of the search use cases are these for a web query or to support the DB CRUDE's?
I would create a
1) Login UC
2) Maintain DB UC to include CRUDE On music
3) Query functionality for user
4) DB Maintain UC on the app dev side.
You need to think through secondary actors, Access or SQL DB's, web servers ect.Read my blog @ www.buildingautomationmonthly.com
Connect with me on LinkedIn @ https://www.linkedin.com/in/phillipzito -
mishy Member Posts: 209 ■■■□□□□□□□Thank you for your reply. The application is very basic and will not require logins and my use case was more from a user side and the information about a database is in the Software Requirements Specification.