Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.55 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.55 KB

IUS Team Project - Comprehensive Information System Model

Project Overview

This project is part of the Introduction to Software Engineering course, focusing on developing a comprehensive model for an information system. The primary objective is to design and model an information system for a dog breeding station, considering various system analysis and design techniques.

Team Members

Project Components

  1. Use Case Model - Modeling different user interactions with the system.
  2. ER Diagram - Outlining persistent data and their relationships.
  3. Class Diagram - Detailing the system's architecture and object-oriented structure.
  4. Sequence Diagram - Describing object interactions based on sequence.
  5. Communication Diagram - Illustrating the interactions between objects in terms of their messages.
  6. State Diagram - Displaying the state changes of the system through various events.

Assignment Variant

The system is designed for a dog breeding station that requires detailed tracking and management of dog data, including breed, health records, and pedigree information. Key features include vaccination tracking, weight and height monitoring, and pedigree printing through a web interface.