80 likes | 213 Vues
This document provides an in-depth overview of the data design and interface design phases of Project Phase 2. It includes essential components such as the Entity-Relationship (ER) diagram, data dictionary tables, and the overall database schema. Additionally, it presents the user interface design overview, navigation hierarchy, and user function interfaces. The modular decomposition section details how subsystems are broken down into modules using two models: the object model and the pipeline/data-flow model, which transform inputs into outputs.
E N D
IT323 Project Phase#2
- Data Design • ER diagram • Data dictionary tables. • Database schema
- Interface Design • User Interface Design overview • Navigation Hierarchy • User function (or use case) Interfaces
Modular Decomposition/Structure Chart Sub-systems are decomposed into modules. • There are two modular decomposition models: • An object model where the system is decomposed into interacting object. • A pipeline or data-flow model where the system is decomposed into functional modules which transform inputs to outputs.