Develop CRUD Chart from DFD

Data Flow Diagrams (DFD) are used to show the movement of data within a business information system. It visualizes the transfer of data between processes, data stores and entities external to the system. Data flow diagrams often given us hints on how processes acting on the data store, such as:

  • A data flow to a data store means update (create, update or delete)
  • A data flow from a data store means retrieve or use

Objectives:

  • Interrelate the relationship between a single process to a data store with CRUD matrix of database operations, (CREATE, READ, UPDATE, DELETE)
  • Visualize what CRUD operations are required by the processes for acting on the data store in a matrix format

Main Steps:

  1. This STEPS Wizard assists you in developing a CRUD Chart that reflects the natures of data flows modeled in a DFD.
  2. You are required to draw a Data Flow Diagram, and then mark on the diagram the nature of data flows (C/R/U/D).

Finally, you will obtain a CRUD chart that presents how different processes use data within the system.

The figure above outlines how a CRUD Chart can be created from a DFD. In this article we will walk you through the steps in detail.

Try it in Visual Paradigm

Before we continue, if you are using Visual Paradigm you can click the button below to import this tutorial into Visual Paradigm and perform the steps in the form of a wizard.

Open this Wizard in Visual Paradigm

Step 1: Draw a Data Flow Diagram

Draw a Data Flow Diagram (DFD) to model the movement of data within the target system. Complete the items below to finish this step:

  1. Identify the main processes in the information system
  2. Identify the external entities associated with the information system
  3. Identify the data stores
  4. Draw a Data Flow Diagram with these elements and connect them with data flow connectors.

Tips: What is a Data Flow Diagram?

Data Flow Diagrams (DFD) are used to show the movement of data within a business information system. It visualizes the transfer of data between processes, data stores and entities external to the system. System analyst uses Data Flow Diagram to:

  • Identify major data involved in a system
  • Identify the processes involved/required in processing these data
  • Determine how data can be logically persisted
  • Identify how data is being transformed across processes

Data Flow Diagram Symbols

There are mainly four symbols in a Data Flow Diagram.
Symbol Description
  • Process: Receives input data, manipulate it, and then produces output with a different content or form.
  • External Entity: Components outside of the boundaries of the information systems that represent how the information system interacts with the outside world. Typical examples: a person (role), department, external organization, or other systems that provides/receive data to and from the system.
  • Data Store: A data store represents a situation when the system must retain data because needed by one or more processes in a later time.
  • Data Flow: A directed connector that represents the path of data movement from one part of the information system to another.

To learn more about Data Flow Diagram (DFD), please read the article What is Data Flow Diagram

Step 2: Mark 'C', 'R', 'U' or 'D' on data flows

Indicate the nature of data flows, which are classified as:

  • C - The data flow creates data in the data store connected
  • R - The data flow receives data from the connected data store and forward it to another object on the diagram
  • U - The data flow receives data from the connected source and updates the data in data store
  • D - The data flow deletes data in data store

In order to complete this task, you need mark the data flows' types with the use of the Color Legend. Here are the steps to perform:

1. For each of the data flows that attach to a data store, determine its nature (either C, R, U or D).

2. Select the type from the Color Legend at the bottom right of the diagram.

3. Click on the connector to apply. You should see the connector's color updated if success. If you want to update your choice, perform step 2 again.

4. Repeat steps 1 to 3 on the other data flows.

Step 3: Obtain the CRUD Chart

A CRUD Chart is generated based on assignment of C, R, U and D on the data flows. This step requires you to review the CRUD chart and make any necessary changes to the layout, like to resize the columns and rows. If you want to update the assignment of C, R, U and D, please re-perform step 2. This will cause a refresh of chart content. Note that any change you make directly in the chart will not be reflected back on the Data Flow Diagram.

Ready to try?

Click the button below to import this tutorial into Visual Paradigm and start developing MVC Sequence Diagrams for your system. The wizard not only provides the steps and guidance but also automates the transition of data among steps.

Open this Wizard in Visual Paradigm
Import into your Project

Posted by: Visual Paradigm

Turn every software project into a successful one.

Try Visual Paradigm for Free! Or learn more about our features.

0 0 vote
Article Rating
guest
0 Comments
Inline Feedbacks
View all comments