Hi
everyone,
How does one depict the CRUD (create, retreive. update, delete) functions associated with database? Suppose the
application I am building is related to data management, I have created a use
case 'Create File', 'Remove File' for creating and removing files, but what do I
do about the CRUD function required to be performed on a file? Do I draw 4
separate use cases or just one 'Edit File'? There can be a huge amount of
processing logic, pre and post condition associated with each of the CRUD
functionalities. Documenting this as a single use case would become quite
tedious. What is the general opinion?
Thanks
Pankaj
