https://github.com/nurulashraf/attendance-system-dfd-analysis
System Analysis and Design - Data Flow Diagram
https://github.com/nurulashraf/attendance-system-dfd-analysis
assignment dfd-diagrams it-project requirements-engineering software-design system-analysis system-requirements technical-documentation
Last synced: 4 months ago
JSON representation
System Analysis and Design - Data Flow Diagram
- Host: GitHub
- URL: https://github.com/nurulashraf/attendance-system-dfd-analysis
- Owner: nurulashraf
- License: mit
- Created: 2024-12-09T00:30:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T17:31:23.000Z (over 1 year ago)
- Last Synced: 2025-05-18T16:09:44.343Z (about 1 year ago)
- Topics: assignment, dfd-diagrams, it-project, requirements-engineering, software-design, system-analysis, system-requirements, technical-documentation
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
# System Analysis and Design - Data Flow Diagram
This repository contains the deliverables for **System Analysis and Design Assignment 1**, focusing on creating and analyzing a **Data Flow Diagram (DFD)** for a system. These solutions are part of a university assignment focused on applying fundamental **Systems Analysis** and Design concepts.
## Overview
The project involves the application of system analysis techniques to design a DFD that represents the processes, data stores, and data flows of a given system. The assignment also includes a comprehensive written report and diagram visualizations.
## Objectives
- Demonstrate understanding of DFD concepts.
- Develop a clear and accurate DFD for the assigned system.
- Document the analysis process and findings in a report.
## Tools Used
- **Draw.io**: For creating the DFD diagrams.
- **Microsoft Word**: For the written report.
- **Visual Paradigm**: For detailed diagram modeling.
## Repository Structure
```plaintext
attendance-system-dfd-analysis/
├── DFD_PDFs/ # Exported PDFs of the diagrams
│ ├── Context.pdf
│ └── Level_0.pdf
├── Report.docx # Written Report on the system
├── DFD_Context.vpd # Visual Paradigm file for the Context DFD
├── DFD_Level_0.vpd # Visual Paradigm file for the Level 0 DFD
├── Instructions.pdf # Instructions and requirements for the system
├── LICENSE # Licensing information
└── README.md # Main documentation file
```
## File Descriptions
1. **`Instructions.pdf`**: Document file containing the assignment prompt and objectives.
2. **`Report.docx`**: A comprehensive report detailing the system analysis and DFDs.
3. **`DFD_Context.vpd`**: A Visual Paradigm project file for the Context DFD.
4. **`DFD_Level_0.vpd`**: A Visual Paradigm project file for the Level 0 DFD.
5. **`DFD_PDFs/Context.pdf`**: PDF version of the Context DFD for review.
6. **`DFD_PDFs/Level_0.pdf`**: PDF version of the Level 0 DFD for review.
## How to Use
1. View the assignment requirements in `Instructions.pdf`.
2. Open `Report.docx` for detailed explanations and insights.
3. Use Visual Paradigm to open `.vpd` files for editing or viewing the diagrams.
4. Alternatively, review the `.pdf` versions of the DFDs in the `DFD_PDFs` folder.
## License
This repository is for academic purposes under the terms of the [MIT License](LICENSE).
---